Skip to content

Commit 7359294

Browse files
Mermaid support in mkdocs
1 parent 1173cdc commit 7359294

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/docs_site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python-version: '3.10'
3434
- name: Build Mkdocs
3535
run: |
36-
pip install mkdocs mkdocs-awesome-nav
36+
pip install mkdocs mkdocs-awesome-nav mkdocs-mermaid2-plugin
3737
mkdocs build
3838
- uses: actions/setup-java@v4
3939
with:

mkdocs.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,6 @@ theme:
1414

1515
plugins:
1616
- search
17-
- awesome-nav
17+
- awesome-nav
18+
- mermaid2:
19+
version: 11.16.0

0 commit comments

Comments
 (0)