Overview
We need to update to mkdocs-awesome-autolinks and mkdocs-awesome-nav to improve our documentation infrastructure.
First brought up in #677 (comment)
Action Items
Resources/Instructions
Suggested changes
Switch autolinks to awesome-links
I'm looking at the autolinks plugin for mkdocs and it doesn't work very well with the awesome-pages plugin. The problem is it doesn't support multiple files named index.md in different directories, so I ended up specifying the full relative path, which defeats the purpose of the plugin.
There's another plugin called awesome-links that supports partial paths such as scripts/index.md and tools/index.md, which is better than autolinks
Update awesome-pages to awesome-nav
Looks like awesome-pages got renamed to awesome-nav, so we should probably switch to that too.
Overview
We need to update to
mkdocs-awesome-autolinksandmkdocs-awesome-navto improve our documentation infrastructure.First brought up in #677 (comment)
Action Items
Resources/Instructions