We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8c5a97 commit e982b64Copy full SHA for e982b64
.build/website/docusaurus.config.js
@@ -39,6 +39,12 @@ const config = {
39
favicon: 'img/favicon.ico',
40
organizationName: 'everscale-docs',
41
projectName: 'docs',
42
+ markdown: {
43
+ mermaid: true,
44
+ },
45
+ themes: [
46
+ '@docusaurus/theme-mermaid',
47
+ ],
48
scripts: [
49
],
50
plugins,
.build/website/package.json
@@ -33,6 +33,7 @@
33
"@docusaurus/plugin-google-gtag": "^2.4.1",
34
"@docusaurus/plugin-sitemap": "^2.4.1",
35
"@docusaurus/preset-classic": "^2.4.1",
36
+ "@docusaurus/theme-mermaid": "^2.4.1",
37
"@mdx-js/react": "^1.6.21",
38
"clsx": "^1.1.1",
"docusaurus-lunr-search": "^2.1.15",
0 commit comments