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 cc4a8e1 commit 7053177Copy full SHA for 7053177
docs/index.md
@@ -13,10 +13,10 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
13
```mermaid
14
graph TD
15
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
19
- E[Prehook dependencies] -->|Run script| F
+ B -->|env - local_env_keys| C [List of Dependencies]
+ C --> D[Preprocess]
+ D -->|env - local_env_keys| E[Prehook dependencies]
+ E -->F[Run script]
20
F -->|env - clean_env_keys_post_deps| G
21
G[Posthook dependencies] -->|Postprocess| H
22
H -->|env - clean_env_keys_post_deps| I
0 commit comments