fixed menu structure for mkdocs
This commit is contained in:
parent
b1d58174f6
commit
f4992fcd64
1 changed files with 21 additions and 19 deletions
22
mkdocs.yml
22
mkdocs.yml
|
|
@ -13,23 +13,25 @@ nav:
|
|||
- 'Home': 'index.md'
|
||||
- 'About': 'about.md'
|
||||
- 'FAQ': 'faq.md'
|
||||
- 'Installation': 'installation.md'
|
||||
- 'Core XY': 'mounts/core-xy'
|
||||
- 'Hypercube Evo (On Head)': 'mounts/core-xy/hevo-on-head'
|
||||
- 'Creality Family': 'mounts/creality'
|
||||
- 'CR-10 Family': 'mounts/creality/creality-original-head'
|
||||
- 'Ender 3 Family': 'mounts/creality/creality-original-head'
|
||||
- 'Delta': 'mounts/delta/'
|
||||
- 'Installation':
|
||||
- 'Start Here': 'installation.md'
|
||||
- 'Printer Specific':
|
||||
- 'Core XY':
|
||||
- 'Hypercube Evo (On Head)': 'mounts/core-xy/hevo-on-head.md'
|
||||
- 'Creality Family':
|
||||
- 'CR-10 Family': 'mounts/creality/creality-original-head.md'
|
||||
- 'Ender 3 Family': 'mounts/creality/creality-original-head.md'
|
||||
- 'Delta':
|
||||
- 'On Head': 'mounts/delta/delta-head.md'
|
||||
- 'Under Bed': 'mounts/delta/delta-under-bed.md'
|
||||
- 'Deltesian': 'mounts/deltesian/deltesian.md'
|
||||
- 'Mendel': 'mounts/mendel/'
|
||||
- 'Mendel':
|
||||
- 'On Head': 'mounts/mendel/mendel-on-head.md'
|
||||
- 'Gantry Mount': 'mounts/mendel/mendel-gantry-mount.md'
|
||||
- 'Prusa Mendel': 'mounts/prusa-mendel'
|
||||
- 'Prusa Mendel':
|
||||
- 'Prusa i3 on Head': 'mounts/prusa-mendel/i3-on-head.md'
|
||||
- 'HICTOP i3': 'mounts/hictop-i3.md'
|
||||
- 'Ultimaker Kinematics': 'mounts/ultimaker'
|
||||
- 'Ultimaker Kinematics':
|
||||
- 'Makerbot Original Under Bed': 'mounts/ultimaker/makerbot-under-bed.md'
|
||||
- 'Ultimaker Under Bed': 'mounts/ultimaker/um-under-bed.md'
|
||||
- 'Configuration': 'config.md'
|
||||
|
|
|
|||
Loading…
Reference in a new issue