Skip to content

Commit

Permalink
Merge pull request #115 from catenax-eV/enable-plantuml-mermaid-rende…
Browse files Browse the repository at this point in the history
…ring

enable mermaid rendering in GitHub Pages
  • Loading branch information
stephanbcbauer authored Oct 11, 2024
2 parents 0689da0 + 9b7723e commit 8131543
Show file tree
Hide file tree
Showing 3 changed files with 1,913 additions and 762 deletions.
4 changes: 4 additions & 0 deletions docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,13 +54,17 @@ const config: Config = {
} satisfies Preset.Options,
],
],
markdown: {
mermaid: true,
},
themes: [
[
require.resolve("@easyops-cn/docusaurus-search-local"),
{
hashed: true,
},
],
'@docusaurus/theme-mermaid'
],

themeConfig: {
Expand Down
Loading

0 comments on commit 8131543

Please sign in to comment.