Skip to content

Commit 0b14b4e

Browse files
authored
Added support for mermaid charts (#579)
1 parent 7fd1f3e commit 0b14b4e

File tree

3 files changed

+876
-274
lines changed

3 files changed

+876
-274
lines changed

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,10 @@ const config = {
110110
src: "https://kit.fontawesome.com/3a9f2eb5b9.js",
111111
},
112112
],
113+
markdown: {
114+
mermaid: true,
115+
},
116+
themes: ['@docusaurus/theme-mermaid'],
113117
themeConfig:
114118
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
115119
({

0 commit comments

Comments
 (0)