We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1698adb commit cc4a8e1Copy full SHA for cc4a8e1
docs/index.md
@@ -12,7 +12,7 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
12
### MLC script execution flow
13
```mermaid
14
graph TD
15
- A[env = incoming env + env_from_meta] -->|Script| B
+ A[env = incoming env + env_from_meta] -->B[Script]
16
B -->|env - local_env_keys| C
17
C[Dependencies] -->|Preprocess| D
18
D -->|env - local_env_keys| E
0 commit comments