Skip to content

Commit e08eb2f

Browse files
committed
Update docusaurus.config.js: enable mermaid
1 parent 4851a3b commit e08eb2f

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)