From 22f0101015fce902755eec857565cf97e15d10ff Mon Sep 17 00:00:00 2001 From: Paul Razvan Berg Date: Thu, 6 Apr 2023 13:02:34 +0300 Subject: [PATCH] docs: link to mermaid config types (#8830) --- .../guides/markdown-features/markdown-features-diagrams.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/guides/markdown-features/markdown-features-diagrams.mdx b/website/docs/guides/markdown-features/markdown-features-diagrams.mdx index b413111915..d3aff9f662 100644 --- a/website/docs/guides/markdown-features/markdown-features-diagrams.mdx +++ b/website/docs/guides/markdown-features/markdown-features-diagrams.mdx @@ -82,4 +82,4 @@ module.exports = { }; ``` -See the [Mermaid configuration documentation](https://mermaid-js.github.io/mermaid/#/./Setup?id=configuration) for the available config options. +See the [Mermaid config documentation](https://mermaid-js.github.io/mermaid/#/./Setup?id=configuration) and the [Mermaid config types](https://github.com/mermaid-js/mermaid/blob/master/packages/mermaid/src/config.type.ts) for the available config options.