Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions docusaurus/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,11 @@ const config = {
locales: ['en'],
},

// ** WARNING! DELETE THE NEXT LINE BEFORE MERGING WITH MAIN 👇 **/
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(note to self: Need to re-add that to the PR)

noIndex: true, // prevents the website from being indexed by search engines
markdown: {
mermaid: true,
},

themes: ['@docusaurus/theme-live-codeblock'],
themes: ['@docusaurus/theme-live-codeblock','@docusaurus/theme-mermaid'],

scripts: [
{
Expand Down
13 changes: 7 additions & 6 deletions docusaurus/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@
"write-heading-ids": "docusaurus write-heading-ids"
},
"dependencies": {
"@docusaurus/core": "^2.3.1",
"@docusaurus/plugin-client-redirects": "^2.3.1",
"@docusaurus/plugin-google-tag-manager": "^2.3.1",
"@docusaurus/preset-classic": "^2.3.1",
"@docusaurus/theme-live-codeblock": "^2.3.1",
"@docusaurus/core": "2.3.1",
"@docusaurus/plugin-client-redirects": "2.3.1",
"@docusaurus/plugin-google-tag-manager": "2.3.1",
"@docusaurus/preset-classic": "2.3.1",
"@docusaurus/theme-live-codeblock": "2.3.1",
"@docusaurus/theme-mermaid": "2.3.1",
"@mdx-js/react": "^1.6.22",
"clsx": "^1.2.1",
"docusaurus-plugin-image-zoom": "^0.1.1",
Expand Down Expand Up @@ -50,4 +51,4 @@
"engines": {
"node": ">=16.14"
}
}
}
Loading