Skip to content

Commit b4f8cf4

Browse files
Merge pull request #14 from educates-academy/gcloud-install
fixes [#8]
2 parents 43857fa + 8871f6f commit b4f8cf4

3 files changed

Lines changed: 940 additions & 7 deletions

File tree

docusaurus.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,11 @@ const config: Config = {
2525
onBrokenLinks: "throw",
2626
onBrokenMarkdownLinks: "warn",
2727

28+
markdown: {
29+
mermaid: true,
30+
},
31+
themes: ["@docusaurus/theme-mermaid"],
32+
2833
// Even if you don't use internationalization, you can use this field to set
2934
// useful metadata like html lang. For example, if your site is Chinese, you
3035
// may want to replace "en" with "zh-Hans".

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
"@docusaurus/core": "^3.7.0",
1919
"@docusaurus/plugin-ideal-image": "^3.7.0",
2020
"@docusaurus/preset-classic": "^3.7.0",
21+
"@docusaurus/theme-mermaid": "^3.7.0",
2122
"@mdx-js/react": "^3.1.0",
2223
"asciinema-player": "^3.9.0",
2324
"clsx": "^2.1.1",

0 commit comments

Comments
 (0)