Skip to content

Commit 0aebe87

Browse files
authored
Update docusaurus.config.js: enable mermaid
1 parent 6e9c4c8 commit 0aebe87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

docusaurus.config.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,9 @@ const config = {
182182
},
183183
],
184184
],
185+
markdown: {
186+
mermaid: true,
187+
},
185188
};
186189

187190
module.exports = config;

0 commit comments

Comments
 (0)