Fix bug in style changes for the Use cases on the live site.
[yaffs-website] / vendor / zendframework / zend-diactoros / mkdocs.yml
1 docs_dir: doc/book
2 site_dir: doc/html
3 pages:
4     - index.md
5     - Overview: overview.md
6     - Installation: install.md
7     - Usage: usage.md
8     - Reference:
9         - "Custom Responses": custom-responses.md
10         - "Emitting Responses": emitting-responses.md
11         - Serialization: serialization.md
12         - API: api.md
13 site_name: zend-diactoros
14 site_description: 'zend-diactoros: PSR-7 HTTP message implementation'
15 repo_url: 'https://github.com/zendframework/zend-diactoros'
16 copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'