Skip to content

Commit

Permalink
Modify artifact folder name diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
plocket committed Nov 8, 2024
1 parent d0b47a0 commit 6a1a734
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/artifacts_folder_name.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ flowchart LR
run -- use --> log2["#96;Log#96;"]:::log
log2 -- store in/ignore --> runtime2["runtime config file"]
log2 -- create --> folder2[folder]
run -- pass to --> core["core code"]
core -- pass to/use --> log3["#96;Log#96;"]:::log
run --> core["core code"]
core -- use --> log3["#96;Log#96;"]:::log
core -- use --> folder2
core -- get from --> runtime2
log3 -- use --> folder2
Expand All @@ -107,8 +107,8 @@ flowchart LR
run -- use --> log2["#96;Log#96;"]:::log
log2 -- store in/ignore --> runtime2["runtime config file"]
log2 -- create --> folder2[folder]
run -- pass to--> core["core code"]
core -- pass to/use --> log3["#96;Log#96;"]:::log
run --> core["core code"]
core -- use --> log3["#96;Log#96;"]:::log
core -- use --> folder2
core -- get from --> runtime2
log3 -- use --> folder2
Expand Down

0 comments on commit 6a1a734

Please sign in to comment.