Skip to content

Commit

Permalink
Merge pull request #198 from NillionNetwork/mermaid
Browse files Browse the repository at this point in the history
feat: adds mermaid chart ability in md
  • Loading branch information
oceans404 authored Feb 13, 2025
2 parents eb76f15 + d3624ca commit 18e011b
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 18e011b

Please sign in to comment.