forked from zendframework/zend-expressive-hal
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
20 lines (20 loc) · 973 Bytes
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
docs_dir: docs/book
site_dir: docs/html
pages:
- Home: index.md
- Introduction: intro.md
- Reference:
- "HAL": hal.md
- "Links and Resources": links-and-resources.md
- "Generating Resources": resource-generator.md
- "Custom Resources": cookbook/generating-custom-resources.md
- "Representations": representations.md
- "Generating HAL for Doctrine Entities": doctrine.md
- "Factories": factories.md
- Cookbook:
- "Generating Custom Links In Middleware and Request Handlers": cookbook/generating-custom-links-in-middleware.md
- "Using the ResourceGenerator in path-segregated middleware": cookbook/path-segregated-uri-generation.md
site_name: zend-expressive-hal
site_description: 'Hypertext Application Language for PSR-7 Applications'
repo_url: 'https://github.com/zendframework/zend-expressive-hal'
copyright: 'Copyright (c) 2017-2019 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'