Skip to content

Commit 5600fef

Browse files
committed
Updated to Docusaurus 3.7.0
1 parent 0f81d14 commit 5600fef

File tree

4 files changed

+1480
-1368
lines changed

4 files changed

+1480
-1368
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4
16-
- uses: actions/setup-node@v3
16+
- uses: actions/setup-node@v4.1.0
1717
with:
1818
node-version: 20
1919
cache: npm

docusaurus.config.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -168,6 +168,10 @@ const config = {
168168
future: {
169169
experimental_faster: true,
170170
},
171+
markdown: {
172+
mermaid: true,
173+
},
174+
themes: ["@docusaurus/theme-mermaid"],
171175
};
172176

173177
module.exports = config;

0 commit comments

Comments
 (0)