mkdocs plugin to get nav sorted without yml directives
Project description
mkdocs-navsorted-plugin
https://github.com/idlesign/mkdocs-navsorted-plugin
Description
mkdocs plugin to get nav sorted without yml directives
Use numeric prefixes for your documentation files/directories names to drive navigation items sort order.
Normal layout:
docs
| - section_a
| - file1.md
| - file2.md
| - section_b
| - file3.md
| - file4.md
| - about.md
| - index.md
| - quickstart.md
We turn into a prefixed one:
docs
| - 01_index.md
| - 10_quickstart.md
| - 20_section_a
| - 10_file2.md
| - 20_file1.md
| - 30_section_b
| - file3.md
| - file4.md
| - 40_about.md
So the navigation with this plugin would become:
index
quickstart
section_a
file2
file1
section_b
file3
file4
about
Read the documentation.
Documentation
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters