update mkdocs config
This commit is contained in:
parent
61332bf069
commit
041a10af3c
1 changed files with 4 additions and 5 deletions
|
@ -57,14 +57,13 @@ plugins:
|
||||||
markdown_extensions:
|
markdown_extensions:
|
||||||
- admonition
|
- admonition
|
||||||
- codehilite:
|
- codehilite:
|
||||||
guess_lang: false
|
guess_lang: False
|
||||||
- toc:
|
- toc:
|
||||||
permalink: true
|
permalink: True
|
||||||
# - lightgallery
|
- lightgallery
|
||||||
|
|
||||||
|
|
||||||
# Page naming
|
# Page naming
|
||||||
pages:
|
nav:
|
||||||
- Introduction: 'index.md'
|
- Introduction: 'index.md'
|
||||||
- Kit Assembly: 'kit.md'
|
- Kit Assembly: 'kit.md'
|
||||||
- Download: 'download.md'
|
- Download: 'download.md'
|
||||||
|
|
Loading…
Reference in a new issue