We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b115c8f commit 8f52915Copy full SHA for 8f52915
mkdocs.yml
@@ -29,6 +29,8 @@ extra_css:
29
# - js/popper.min.js
30
# - js/tippy-bundle.umd.js
31
# - js/clipboard.js
32
+extra_javascript:
33
+ - https://cdn.jsdelivr.net/gh/rod2ik/cdn@main/mkdocs/javascripts/mkdocs-graphviz.js
34
35
nav:
36
- Home: index.md
@@ -76,7 +78,8 @@ markdown_extensions:
76
78
- pymdownx.details
77
79
- pymdownx.superfences
80
- codehilite
- - inline_graphviz
81
+ # - inline_graphviz
82
+ - mkdocs_graphviz
83
- pymdownx.mark
84
- pymdownx.caret
85
- pymdownx.tilde
0 commit comments