Skip to content

Commit 2dade0d

Browse files
committed
fix navigation
1 parent 5ee4fac commit 2dade0d

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

mkdocs.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ markdown_extensions:
1515
base_path: .
1616
- admonition
1717
nav:
18-
- Home: 'index.md'
18+
- 'Home': 'index.md'
1919
- '1quickstart.md'
2020
- '2screenshots.md'
2121
- '3comparison.md'
22-
- Installation:
23-
- 'prerequisites.md'
24-
- 'base.md'
25-
- 3authentication.md
26-
- configuration.md
22+
- 'Installation':
23+
- 'Prerequisites': '1prerequisites.md'
24+
- 'Getting Started': '2base.md'
25+
- 'Authentication': 3authentication.md
26+
- 'Configuration': 4configuration.md
2727
- 'User manual':
28-
- 'buildpacks.md'
29-
- deployment.md
30-
- services.md
28+
- 'Buildpacks': 'buildpacks.md'
29+
- 'Deployment': deployment.md
30+
- 'Services': services.md
3131
- 'Developer manual':
32-
- 'setup.md'
32+
- 'Setup': 'setup.md'
3333
#- 'architecture.md'
3434
#- 'development.md'
3535
#- 'testing.md'

0 commit comments

Comments
 (0)