Skip to content

Commit 7053177

Browse files
authored
Update index.md
1 parent cc4a8e1 commit 7053177

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@ See the [automatically generated catalog](scripts/index.md) of all the MLC scrip
1313
```mermaid
1414
graph TD
1515
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
16+
B -->|env - local_env_keys| C [List of Dependencies]
17+
C --> D[Preprocess]
18+
D -->|env - local_env_keys| E[Prehook dependencies]
19+
E -->F[Run script]
2020
F -->|env - clean_env_keys_post_deps| G
2121
G[Posthook dependencies] -->|Postprocess| H
2222
H -->|env - clean_env_keys_post_deps| I

0 commit comments

Comments
 (0)