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

Commit 7ca11bc

Browse files
committed
Fixes MkDocs configuration
1 parent c77c4a2 commit 7ca11bc

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
- Introduction: intro.md
66
- 'Quick Start': quick-start.md
77
- Reference:
@@ -21,6 +21,5 @@ pages:
2121
- 'Automating controller factories': cookbook/automating-controller-factories.md
2222
- 'Using middleware within event listeners': cookbook/middleware-in-listeners.md
2323
site_name: zend-mvc
24-
site_description: 'zend-mvc: MVC application provider'
24+
site_description: "Zend Framework's event-driven MVC layer, including MVC Applications, Controllers, and Plugins."
2525
repo_url: 'https://github.com/zendframework/zend-mvc'
26-
copyright: 'Copyright (c) 2005-2017 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)