Skip to content

Commit

Permalink
Merge pull request #15 from mongodb-developer/update-docusaurus-v3.6
Browse files Browse the repository at this point in the history
Updated to Docusaurus v3.6, new build system and Mermaid support
  • Loading branch information
dfreniche authored Dec 6, 2024
2 parents 3af51d6 + 44da761 commit a8876e4
Show file tree
Hide file tree
Showing 4 changed files with 8,428 additions and 4,211 deletions.
3 changes: 0 additions & 3 deletions babel.config.js

This file was deleted.

8 changes: 7 additions & 1 deletion docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ const config = {
customFields: {
startButtonTitle: `${startButtonTitle}`,
featureList: featureList,
utmParams
utmParams,
},
presets: [
[
Expand Down Expand Up @@ -161,7 +161,13 @@ const config = {
darkTheme: darkCodeTheme,
additionalLanguages: ["powershell", "swift", "kotlin"],
},
mermaid: {
theme: { light: "neutral", dark: "forest" },
},
}),
future: {
experimental_faster: true,
},
};

module.exports = config;
Loading

0 comments on commit a8876e4

Please sign in to comment.