Plugin Reference
Detailed documentation for all plugins configured in this MkDocs setup.
Available Plugins
- Mermaid2 - Diagram and flowchart generation
- MkDocstrings - Python API documentation
- Awesome Nav - Automatic navigation generation
- Section Index - Section index pages
- PyMdown Extensions - Extended Markdown features
- Swagger UI - Interactive API documentation
- MkDocs Jupyter - Jupyter notebook rendering
- Macros - Jinja2 templating
Installation
All plugins can be installed via pip:
Bash
pip install mkdocs-material \
mkdocs-mermaid2-plugin \
mkdocstrings[python] \
mkdocs-awesome-nav \
mkdocs-section-index \
pymdown-extensions \
mkdocs-swagger-ui-tag \
mkdocs-jupyter \
mkdocs-macros-plugin
Configuration
All plugins are pre-configured when using mkdocsgen.py. The generator creates an optimized configuration for each plugin with sensible defaults.