Skip to content

Commit a78a6bd

Browse files
committed
docs: add mermaid rendering support to docusaurus website
1 parent 809f139 commit a78a6bd

3 files changed

Lines changed: 1412 additions & 43 deletions

File tree

website/docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,4 +194,8 @@ module.exports = {
194194
},
195195
],
196196
],
197+
markdown: {
198+
mermaid: true,
199+
},
200+
themes: ['@docusaurus/theme-mermaid'],
197201
};

0 commit comments

Comments
 (0)