Skip to content

Commit

Permalink
docs: add Mermaid
Browse files Browse the repository at this point in the history
Adds the missing Mermaid plugin to render flowcharts.

Signed-off-by: Andrew Rynhard <andrew@rynhard.io>
  • Loading branch information
andrewrynhard authored and talos-bot committed May 19, 2021
1 parent c240381 commit 1e8096e
Show file tree
Hide file tree
Showing 3 changed files with 1,237 additions and 31 deletions.
4 changes: 3 additions & 1 deletion website/gridsome.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ module.exports = {
remark: {
externalLinksTarget: "_blank",
externalLinksRel: ["noopener", "noreferrer"],
plugins: ["@gridsome/remark-prismjs"],
plugins: [
"gridsome-plugin-remark-mermaid",
"@gridsome/remark-prismjs"],
},
},
},
Expand Down
Loading

0 comments on commit 1e8096e

Please sign in to comment.