Skip to content

Commit f1e9326

Browse files
authored
feat: add the mermaid (#31)
1 parent 38f04b2 commit f1e9326

File tree

3 files changed

+5050
-3705
lines changed

3 files changed

+5050
-3705
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,12 @@ const config: Config = {
6161
],
6262
],
6363

64+
markdown: {
65+
mermaid: true,
66+
},
67+
68+
themes: ['@docusaurus/theme-mermaid'],
69+
6470
themeConfig: {
6571
// Replace with your project's social card
6672
image: 'img/agent-social-card.png',

0 commit comments

Comments
 (0)