Merge pull request #3415 from mrmanc/feature/fix_directive_docs_copy_paste

Update duplicate copy pasted directive description
This commit is contained in:
Sidharth Vinod
2022-09-05 23:35:06 +05:30
committed by GitHub
2 changed files with 4 additions and 4 deletions

View File

@@ -144,7 +144,7 @@ A --> C[End]
### Changing fontFamily via directive ### Changing fontFamily via directive
The following code snippet changes theme to forest: The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif:
`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%` `%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`
@@ -176,7 +176,7 @@ A --> C[End]
### Changing logLevel via directive ### Changing logLevel via directive
The following code snippet changes theme to forest: The following code snippet changes logLevel to 2:
`%%{init: { "logLevel": 2 } }%%` `%%{init: { "logLevel": 2 } }%%`

View File

@@ -132,7 +132,7 @@ A --> C[End]
### Changing fontFamily via directive ### Changing fontFamily via directive
The following code snippet changes theme to forest: The following code snippet changes fontFamily to rebuchet MS, Verdana, Arial, Sans-Serif:
`%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%` `%%{init: { "fontFamily": "Trebuchet MS, Verdana, Arial, Sans-Serif" } }%%`
@@ -152,7 +152,7 @@ A --> C[End]
### Changing logLevel via directive ### Changing logLevel via directive
The following code snippet changes theme to forest: The following code snippet changes logLevel to 2:
`%%{init: { "logLevel": 2 } }%%` `%%{init: { "logLevel": 2 } }%%`