mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs: link to mermaid config types (#8830)
This commit is contained in:
parent
be0ac6c2cd
commit
22f0101015
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Reference in New Issue