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

Commit 4981077

Browse files
committed
[Docs] Switch from Bookdown to MkDocs configuration
1 parent 43e4913 commit 4981077

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

mkdocs.yml

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,34 @@
1+
docs_dir: doc/book
2+
site_dir: doc/html
3+
pages:
4+
- index.md
5+
- Intro: intro.md
6+
- Reference:
7+
- "Quick Start": quick-start.md
8+
- "The PhpRenderer": renderer.php-renderer.md
9+
- "PhpRenderer View Scripts": php-renderer.scripts.md
10+
- "The ViewEvent": view-event.md
11+
- "View Helpers": helpers.md
12+
- BasePath: helpers.base-path.md
13+
- Cycle: helpers.cycle.md
14+
- Doctype: helpers.doctype.md
15+
- "Flash Messenger": helpers.flash-messenger.md
16+
- Gravatar: helpers.gravatar.md
17+
- HeadLink: helpers.head-link.md
18+
- HeadMeta: helpers.head-meta.md
19+
- HeadScript: helpers.head-script.md
20+
- HeadStyle: helpers.head-style.md
21+
- HeadTitle: helpers.head-title.md
22+
- HtmlList: helpers.html-list.md
23+
- HtmlObject: helpers.html-object.md
24+
- Identity: helpers.identity.md
25+
- InlineScript: helpers.inline-script.md
26+
- Json: helpers.json.md
27+
- Partial: helpers.partial.md
28+
- Placeholder: helpers.placeholder.md
29+
- Url: helpers.url.md
30+
- "Advanced usage of helpers": helpers.advanced-usage.md
31+
site_name: zend-view
32+
site_description: zend-view
33+
repo_url: 'https://github.com/zendframework/zend-view'
34+
copyright: 'Copyright (c) 2016 <a href="http://www.zend.com/">Zend Technologies USA Inc.</a>'

0 commit comments

Comments
 (0)