Merge branch 'update-docusaurus-add-mermaidjs' into proper-getting-started

This commit is contained in:
6543
2024-08-21 19:51:30 +02:00
3 changed files with 4255 additions and 4182 deletions

View File

@@ -13,6 +13,10 @@ module.exports = {
favicon: 'img/favicon.ico',
organizationName: 'StardustXR', // Usually your GitHub org/user name.
projectName: 'website', // Usually your repo name.
markdown: {
mermaid: true,
},
themes: ['@docusaurus/theme-mermaid'],
themeConfig: {
colorMode: {
defaultMode: "dark",