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

Commit c243645

Browse files
committed
Fixes page names in MkDocs configuration file
1 parent 8bad7f9 commit c243645

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mkdocs.yml

Lines changed: 2 additions & 2 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

0 commit comments

Comments
 (0)