Skip to content

Commit

Permalink
Merge pull request #18 from mongodb-developer/update-docusaurus-3.7.0
Browse files Browse the repository at this point in the history
Updated to Docusaurus 3.7.0
  • Loading branch information
dfreniche authored Feb 6, 2025
2 parents 0f81d14 + 5600fef commit f4f894a
Show file tree
Hide file tree
Showing 4 changed files with 1,480 additions and 1,368 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4.1.0
with:
node-version: 20
cache: npm
Expand Down
4 changes: 4 additions & 0 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,10 @@ const config = {
future: {
experimental_faster: true,
},
markdown: {
mermaid: true,
},
themes: ["@docusaurus/theme-mermaid"],
};

module.exports = config;
Loading

0 comments on commit f4f894a

Please sign in to comment.