Skip to content

Commit

Permalink
feat: adds mermaid chart ability in md
Browse files Browse the repository at this point in the history
  • Loading branch information
oceans404 committed Feb 13, 2025
1 parent eb76f15 commit d3624ca
Show file tree
Hide file tree
Showing 4 changed files with 3,508 additions and 2,875 deletions.
5 changes: 5 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ const config = {
locales: ['en'],
},

markdown: {
mermaid: true,
},

scripts: [
{
src: '/js/piwik.js',
Expand Down Expand Up @@ -91,6 +95,7 @@ const config = {
themes: [
'docusaurus-theme-openapi-docs',
'docusaurus-theme-github-codeblock',
'@docusaurus/theme-mermaid',
],
themeConfig:
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
Expand Down
Loading

0 comments on commit d3624ca

Please sign in to comment.