Skip to content

Commit 5f63a33

Browse files
committed
feat: add Mermaid.js for diagram support in documentation
1 parent f770dca commit 5f63a33

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

docs/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
mkdocs==1.6.1
2-
mkdocs-material==9.6.8
2+
mkdocs-material==9.6.8

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ markdown_extensions:
5656
permalink: true
5757
toc_depth: 3
5858

59+
extra_javascript:
60+
- https://cdn.jsdelivr.net/npm/mermaid@10/dist/mermaid.min.js
5961

6062
theme:
6163
name: material

0 commit comments

Comments
 (0)