8000 Fixes page names in MkDocs configuration file · zendframework/zend-navigation@4dd36f9 · GitHub
[go: up one dir, main page]

Skip to conte 8000 nt
This repository was archived by the owner on Jan 30, 2020. It is now read-only.

Commit 4dd36f9

Browse files
committed
Fixes page names in MkDocs configuration file
1 parent 327f56a commit 4dd36f9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mkdocs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
docs_dir: docs/book
22
site_dir: docs/html
33
pages:
4-
- index.md
5-
- Intro: intro.md
4+
- Home: index.md
5+
- Introduction: intro.md
66
- "Quick Start": quick-start.md
77
- Reference:
88
- Pages: pages.md
99
- Containers: containers.md
1010
- View Helpers:
11-
- Intro: helpers/intro.md
11+
- Introduction: helpers/intro.md
1212
- Breadcrumbs: helpers/breadcrumbs.md
1313
- Links: helpers/links.md
1414
- Menu: helpers/menu.md

0 commit comments

Comments
 (0)
0