Installation
Requirements
- Python 3.8 or higher
- MkDocs 1.4.0 or higher
- Material for MkDocs 9.6.0 or higher (for
show_tagsfunctionality)
Install from PyPI
The easiest way to install the plugin is from PyPI using pip:
Install from Source
To install the latest development version from GitHub:
git clone https://github.com/sawyerrensel/mkdocs-graph-view.git
cd mkdocs-graph-view
pip install -e .
Verify Installation
Check that the plugin is installed correctly:
Or verify it appears in MkDocs plugins:
Next Steps
Once installed, proceed to the Quick Start guide to configure the plugin.