Skip to content

Commit

Permalink
feat: add support mermaid diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
ilyar committed Aug 28, 2023
1 parent c8c5a97 commit e982b64
Show file tree
Hide file tree
Showing 3 changed files with 908 additions and 333 deletions.
6 changes: 6 additions & 0 deletions .build/website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ const config = {
favicon: 'img/favicon.ico',
organizationName: 'everscale-docs',
projectName: 'docs',
markdown: {
mermaid: true,
},
themes: [
'@docusaurus/theme-mermaid',
],
scripts: [
],
plugins,
Expand Down
1 change: 1 addition & 0 deletions .build/website/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@
"@docusaurus/plugin-google-gtag": "^2.4.1",
"@docusaurus/plugin-sitemap": "^2.4.1",
"@docusaurus/preset-classic": "^2.4.1",
"@docusaurus/theme-mermaid": "^2.4.1",
"@mdx-js/react": "^1.6.21",
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.1.15",
Expand Down
Loading

0 comments on commit e982b64

Please sign in to comment.