docs: link to mermaid config types (#8830)

This commit is contained in:
Paul Razvan Berg 2023-04-06 13:02:34 +03:00 committed by GitHub
parent be0ac6c2cd
commit 22f0101015
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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.