diff --git a/docs/Setup.md b/docs/Setup.md index 15c10d91d..51b606eeb 100644 --- a/docs/Setup.md +++ b/docs/Setup.md @@ -11,7 +11,15 @@ It is is then up to the user of the API to make use of the svg, either insert it In addition to the render function, a number of behavioral configuration options are available. -## Configuration +# Configuration + + + +# **Configuration methods in Mermaid version 8.6.0 have been updated, to learn more[[click here](https://github.com/NeilCuzon/mermaid/blob/develop/docs/8.6.0_docs.md)].** + + + +## **What follows are config instructions for older versions** These are the default options which can be overridden with the initialization call like so: **Example 1:** @@ -49,9 +57,11 @@ A summary of all options and their defaults is found [here][2]. A description of theme , the CSS style sheet theme , the CSS style sheet + | Parameter | Description |Type | Required | Values| -\| --- \| --- \| --- \| --- \| --- \| -| Theme |Built in Themes| String | Optional | Values include, default, forest, dark, neutral, null| +| --- | --- | --- | --- | --- | +| Theme |Built in Themes| String | Optional | default, forest, dark, neutral, null| + **Notes:**To disable any pre-defined mermaid theme, use "null".