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

Commit a81e512

Browse files
committed
Merge branch 'docs/185'
Close #185
2 parents 8bad7f9 + d82f9c6 commit a81e512

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

mkdocs.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
docs_dir: doc/book
22
site_dir: doc/html
33
pages:
4-
- index.md
4+
- Home: index.md
55
- "Quick Start": quick-start.md
66
- "Rendering Views":
77
- "The PhpRenderer": php-renderer.md
88
- "View Scripts": view-scripts.md
99
- "The ViewEvent": view-event.md
1010
- Helpers:
11-
- Intro: helpers/intro.md
11+
- Introduction: helpers/intro.md
1212
- Asset: helpers/asset.md
1313
- BasePath: helpers/base-path.md
1414
- Cycle: helpers/cycle.md
@@ -31,6 +31,5 @@ pages:
3131
- Url: helpers/url.md
3232
- "Advanced usage of helpers": helpers/advanced-usage.md
3333
site_name: zend-view
34-
site_description: zend-view
34+
site_description: 'Flexible view layer supporting and providing multiple view layers, helpers, and more.'
3535
repo_url: 'https://github.com/zendframework/zend-view'
36-
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)