[mkdocs] simplify nav

This commit is contained in:
Jan Grewe 2020-08-08 13:35:08 +02:00
parent 589286fad1
commit 24ccadca1d

View File

@ -12,11 +12,9 @@ markdown_extensions:
- markdown_include.include - markdown_include.include
nav: nav:
- Home: 'index.md' - 'index.md'
- User Guide: - 'configuration.md'
- 'Configuration': 'configuration.md' - 'getting_started.md'
- Introduction: - 'database_layout.md'
- getting started: 'getting_started.md' - 'todos.md'
- database: 'database_layout.md'
- TODOs: 'todos.md'
- API reference: 'api/index.html' - API reference: 'api/index.html'