mkdocs-literate-nav icon indicating copy to clipboard operation
mkdocs-literate-nav copied to clipboard

MkDocs plugin to specify the navigation in Markdown instead of YAML

Results 17 mkdocs-literate-nav issues
Sort by recently updated
recently updated
newest added

Just need a little help with this. Here's my whole project: https://github.com/campusrover/labnotebook2 Note that https://github.com/campusrover/labnotebook2/blob/main/docs/cr-package/README.md has a wildcard. But when I run it it doesn't expand. I've tried numerous changes...

Sometimes one has multiple repositories, and wants combined help for them. The repositories might contain chapters that have to be inserted into the existing chapter hierarchy on root level. This...

Obsidian.md creates links to other markdown files by using URL quotation so instead `[Link to a file](link to a file.md)` we will see `[Link to a file](link%20to%20a%20file.md)`. If we remove...

To achieve directory sorting, I added numbers in front of the directory, such as "01_python" and "02_Java". I hope to remove the numbers when generating the navigation bar.

## Feature request I'd like the ability to let literate nav remove articles from being built (e.g. turned into html files and included in the generated `site/`) if those articles...

This threw me for a loop because I forgot how the plugin works, so perhaps some documentation could be added along the lines of: "This plugin looks for files named...

For larger sites, whole navigation table could take much more than a single screen. It would be very nice if using headers at least for top-level sections is allowed. So,...

I'm using mkdocs-static-i18n for multilingual docs. When I put literate-nav before i18n - I get warning, and nav is messed up: `literate-nav plugin created the nav based on files that...

I think it would be helpful to have the possibility to skip a literate-nav-file (in our case the default SUMMARY.md) when it contains errors. ## Scenario - We include multiple...