
Security News
New CVE Forecasting Tool Predicts 47,000 Disclosures in 2025
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
mkdocs-navsorted-plugin
Advanced tools
Supply Chain Security
Vulnerability
Quality
Maintenance
License
https://github.com/idlesign/mkdocs-navsorted-plugin
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.
FAQs
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.
Security News
Browserslist-rs now uses static data to reduce binary size by over 1MB, improving memory use and performance for Rust-based frontend tools.
Research
Security News
Eight new malicious Firefox extensions impersonate games, steal OAuth tokens, hijack sessions, and exploit browser permissions to spy on users.