Skip to content
This repository was archived by the owner on Jan 29, 2020. It is now read-only.

Commit 3a7562d

Browse files
committed
Merge pull request #341 from froschdesign/hotfix/docs/mkdocs-config
Updates configuration for MkDocs
2 parents f2a463b + d61eddc commit 3a7562d

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

mkdocs.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
docs_dir: docs/book
22
site_dir: docs/html
33
pages:
4-
- index.md
4+
- Home: index.md
55
- Overview: v2/overview.md
66
- Installation: v2/install.md
77
- Usage: v2/usage.md
@@ -29,6 +29,5 @@ pages:
2929
- "_reference-serialization": serialization.md
3030
- "_reference-api": api.md
3131
site_name: zend-diactoros
32-
site_description: 'zend-diactoros: PSR-7 HTTP message implementation'
32+
site_description: 'PSR-7 HTTP message implementations.'
3333
repo_url: 'https://github.com/zendframework/zend-diactoros'
34-
copyright: 'Copyright (c) 2016-2018 <a href="https://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)