Skip to main content

📦 theme-mermaid

このテーマは、mermaidで動作する@theme/Mermaidコンポーネントを搭載しています。 詳しくは、 のドキュメントをご覧ください。

npm install --save @docusaurus/theme-mermaid

設定

docusaurus.config.js
export default {
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,
},
};