diff vendor/zendframework/zend-diactoros/mkdocs.yml @ 0:c75dbcec494b

Initial commit from drush-created site
author Chris Cannam
date Thu, 05 Jul 2018 14:24:15 +0000
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/vendor/zendframework/zend-diactoros/mkdocs.yml	Thu Jul 05 14:24:15 2018 +0000
@@ -0,0 +1,16 @@
+docs_dir: doc/book
+site_dir: doc/html
+pages:
+    - index.md
+    - Overview: overview.md
+    - Installation: install.md
+    - Usage: usage.md
+    - Reference:
+        - "Custom Responses": custom-responses.md
+        - "Emitting Responses": emitting-responses.md
+        - Serialization: serialization.md
+        - API: api.md
+site_name: zend-diactoros
+site_description: 'zend-diactoros: PSR-7 HTTP message implementation'
+repo_url: 'https://github.com/zendframework/zend-diactoros'
+copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'