.gitignore
.markdownlint.yaml
.pre-commit-config.yaml
.python-version
CHANGELOG.md
LICENSE
README.md
mkdocs.yml
noxfile.py
pyproject.toml
uv.lock
.github/workflows/ci.yaml
.vscode/extensions.json
.vscode/settings.json
.vscode/tasks.json
docs/index.md
docs/assets/demo.gif
docs/assets/logo.svg
docs/explanation/how-it-works.md
docs/explanation/why-use-a-graph.md
docs/how-to/customization.md
docs/how-to/for-developers.md
docs/reference/configuration.md
docs/tutorials/getting-started.md
src/mkdocs_graph_plugin/__init__.py
src/mkdocs_graph_plugin/_version.py
src/mkdocs_graph_plugin/graph.py
src/mkdocs_graph_plugin/plugin.py
src/mkdocs_graph_plugin/static/graph.css
src/mkdocs_graph_plugin/static/graph.js
src/mkdocs_network_graph_plugin.egg-info/PKG-INFO
src/mkdocs_network_graph_plugin.egg-info/SOURCES.txt
src/mkdocs_network_graph_plugin.egg-info/dependency_links.txt
src/mkdocs_network_graph_plugin.egg-info/entry_points.txt
src/mkdocs_network_graph_plugin.egg-info/requires.txt
src/mkdocs_network_graph_plugin.egg-info/top_level.txt
tests/__init__.py
tests/conftest.py
tests/test_graph.py
tests/test_integration.py
tests/test_plugin.py