mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-10-05 07:09:40 +02:00
Update and rename Live-Editor to Configuration.md
This commit is contained in:
17
docs/Configuration.md
Normal file
17
docs/Configuration.md
Normal file
@@ -0,0 +1,17 @@
|
||||
The second half of Mermaid is the configuration of one or all diagrams.
|
||||
|
||||
This section will briefly introduce the different methods of configuring of the behavior and apperances of Mermaid Diagrams.
|
||||
The Following are the most commonly used methods and are all generally tied to the [Deployment]() methods.
|
||||
|
||||
1. Configuration Section in the [Live Editor](./Live-Editor).
|
||||
|
||||
|
||||
2. The [Initialize call](), for when Mermaid is called via an API, or through a <script> tag.
|
||||
|
||||
|
||||
3. [Directives](./directives.md), these are perhaps the most accessible of all, as they can be used by the
|
||||
|
||||
a. [Themes](./theming.md) are set up using `%%{init}%%` Directives and happen to be the fastest way of changing
|
||||
|
||||
|
||||
If you are interested in altering and customizing your Mermaid Diagrams, this list of [Configurations](./Setup.md) would be helpful.
|
@@ -1 +0,0 @@
|
||||
|
Reference in New Issue
Block a user