跳到主要内容
版本:Canary 🚧

📦 theme-mermaid

这个主题提供了一个由Mermaid提供支持的@theme/Mermaid组件。您可以在图表文档中阅读更多信息。

npm install --save @docusaurus/theme-mermaid

配置

docusaurus.config.js
module.exports = {
themes: ["@docusaurus/theme-mermaid"],
// In order for Mermaid code blocks in Markdown to work,
// you also need to enable the Remark plugin with this option
markdown: {
mermaid: true,
},
};