Commit 0b7b50b
committed
build(mermaid): enable Docusaurus mermaid diagram rendering
Install and register @docusaurus/theme-mermaid and set
markdown.mermaid so fenced mermaid code blocks render as diagrams
instead of plain code. The Hierarchical Queue guide added in this
branch, along with the existing scheduler and performance guides,
rely on these diagrams.
Pin the theme to 3.10.1 to match the Docusaurus core version so a
single @docusaurus/theme-common instance is used. A mixed version
tree produces duplicate ColorModeProvider contexts and breaks
static site generation.
Signed-off-by: Hajnal Máté <hajnalmt@gmail.com>1 parent 56004d9 commit 0b7b50b
3 files changed
Lines changed: 1251 additions & 131 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
47 | 47 | | |
48 | 48 | | |
49 | 49 | | |
| 50 | + | |
50 | 51 | | |
51 | 52 | | |
52 | 53 | | |
53 | 54 | | |
54 | 55 | | |
| 56 | + | |
| 57 | + | |
55 | 58 | | |
56 | 59 | | |
57 | 60 | | |
| |||
0 commit comments