Update docs

This commit is contained in:
Sidharth Vinod
2024-03-23 15:43:32 +05:30
parent edac77de74
commit 64757670fc
2 changed files with 8 additions and 6 deletions

View File

@@ -50,7 +50,7 @@ Pushes in a directive to the configuration
| --------- | ------------------------- | ----------- | ------------------------------ |
| getConfig | Obtains the currentConfig | Get Request | Any Values from current Config |
**Notes**: Returns **any** the currentConfig
**Notes**: Avoid calling this function repeatedly. Instead, store the result in a variable and use it, and pass it down to function calls.
#### Returns

View File

@@ -854,11 +854,13 @@ This feature is applicable to node labels, edge labels, and subgraph labels.
The auto wrapping can be disabled by using
---
config:
markdownAutoWrap: false
---
graph LR
```
---
config:
markdownAutoWrap: false
---
graph LR
```
## Interaction