Rework navigation
This commit is contained in:
parent
06c5870529
commit
c4f08d3aab
1 changed files with 18 additions and 14 deletions
32
mkdocs.yml
32
mkdocs.yml
|
@ -8,6 +8,7 @@ theme:
|
||||||
favicon: assets/images/favicon.png
|
favicon: assets/images/favicon.png
|
||||||
features:
|
features:
|
||||||
- navigation.tracking
|
- navigation.tracking
|
||||||
|
- navigation.sections
|
||||||
- toc.follow
|
- toc.follow
|
||||||
- toc.integrate
|
- toc.integrate
|
||||||
- navigation.instant
|
- navigation.instant
|
||||||
|
@ -54,20 +55,23 @@ markdown_extensions:
|
||||||
alternate_style: true
|
alternate_style: true
|
||||||
nav:
|
nav:
|
||||||
- 'index.md'
|
- 'index.md'
|
||||||
- 'code_of_conduct.md'
|
- 'Documentation':
|
||||||
- 'whitelisting.md'
|
- 'code_of_conduct.md'
|
||||||
- 'network_wide_commands.md'
|
- 'whitelisting.md'
|
||||||
- 'survival.md'
|
- 'network_wide_commands.md'
|
||||||
- 'creative.md'
|
- 'bedrock.md'
|
||||||
- 'minigames.md'
|
- 'administration.md'
|
||||||
- 'the_cabin.md'
|
- 'Servers':
|
||||||
- 'bedrock.md'
|
- 'survival.md'
|
||||||
- 'administration.md'
|
- 'creative.md'
|
||||||
- 'more.md'
|
- 'minigames.md'
|
||||||
- 'gallery.md'
|
- 'the_cabin.md'
|
||||||
- 'status.md'
|
- 'Extras':
|
||||||
- 'credits.md'
|
- 'more.md'
|
||||||
- 'cost_donations.md'
|
#- 'gallery.md'
|
||||||
|
- 'status.md'
|
||||||
|
- 'credits.md'
|
||||||
|
- 'cost_donations.md'
|
||||||
- 'news/index.md'
|
- 'news/index.md'
|
||||||
extra:
|
extra:
|
||||||
social:
|
social:
|
||||||
|
|
Loading…
Reference in a new issue