You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/developer-docs/configuration.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,9 +1,9 @@
1
1
# Configuration
2
2
3
-
When mermaid starts configuration is extracted to a configuration to be used for a diagram. There a 3 sources for configuration:
3
+
When mermaid starts configuration is extracted to a configuration to be used for a diagram. There are 3 sources for configuration:
4
4
5
5
* The default configuration
6
-
* Overrides on the site level, set is set by the initialize call and will be applied for all diagrams in the site/app. The term for this is the **siteConfig**.
6
+
* Overrides on the site levelis set by the initialize call and will be applied to all diagrams in the site/app. The term for this is the **siteConfig**.
7
7
* Directives - diagram authors can update select configuration parameters directly in the diagram code via directives and these are applied to the render config.
8
8
9
9
**The render config** is configuration that is used when rendering by applying these configurations.
0 commit comments