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 315cbd3 commit 8500fffCopy full SHA for 8500fff
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] -->B[Script]
+ MLC -->|env = incoming env + env_from_meta| B[Script]
16
B -->|env - local_env_keys| C[List of Dependencies]
17
C --> D[Preprocess]
18
D -->|env - local_env_keys| E[Prehook dependencies]
0 commit comments