Hey @jcayers20 I'm currently playing around with a recipe script for generating the API docs (see https://github.com/mkdocstrings/mkdocstrings/discussions/687 for more details). The main things it adds which this plugin doesn't currently do:
Adds the ability to show/hide [mod] tags in the left nav and footer nav
Adds the ability to control whether the full object path is shown in the left nav and footer nav
Not sure if you're looking for feature requests 😁, but if you are, these would be nice to have.
Hey @jcayers20 I'm currently playing around with a recipe script for generating the API docs (see https://github.com/mkdocstrings/mkdocstrings/discussions/687 for more details). The main things it adds which this plugin doesn't currently do:
[mod]
tags in the left nav and footer navNot sure if you're looking for feature requests 😁, but if you are, these would be nice to have.
FYI, I also ended up using mkdocs-awesome-pages-plugin (instead of mkdocs-literate-nav and mkdocs-section-index) due to some issues I noticed with those plugins (and the fact that I can use
awesome-pages
for the manual docs as well).