Skip to content

Commit ad466d3

Browse files
committed
feat: add mermaid theme support and enable mermaid in markdown
1 parent 418816f commit ad466d3

File tree

3 files changed

+1373
-37
lines changed

3 files changed

+1373
-37
lines changed

docusaurus.config.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@ const config: Config = {
1717

1818
plugins: [tailwindPlugin],
1919

20+
themes: ['@docusaurus/theme-mermaid'],
21+
22+
markdown: {
23+
mermaid: true,
24+
},
25+
2026
// Set the production url of your site here
2127
url: 'https://xspoonai.github.io',
2228
// Set the /<baseUrl>/ pathname under which your site is served

0 commit comments

Comments
 (0)