
Security News
Open Source CAI Framework Handles Pen Testing Tasks up to 3,600× Faster Than Humans
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
mkdocs-navsorted-plugin
Advanced tools
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
CAI is a new open source AI framework that automates penetration testing tasks like scanning and exploitation up to 3,600× faster than humans.
Security News
Deno 2.4 brings back bundling, improves dependency updates and telemetry, and makes the runtime more practical for real-world JavaScript projects.
Security News
CVEForecast.org uses machine learning to project a record-breaking surge in vulnerability disclosures in 2025.