Skip to content

Commit

Permalink
docs: make mermaid workflow diagram render correctly
Browse files Browse the repository at this point in the history
Seems that mkdocs doesnt understand some directives in the beginning
in the mermaid syntax. Also changed to render them above each other
in order to see them better.
  • Loading branch information
TeeeJay committed Sep 11, 2023
1 parent b1c5b23 commit 7a99b5b
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docs/docs/about/modelling/workflow/generic_workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
## Workflow

```mermaid
%%{init: {"flowchart": {"htmlLabels": false}} }%%
flowchart LR;
subgraph ide1 ["`**Required Subsurface Profiles [All in Sm3/d]**`"]
ide1_A[Oil Produced];
Expand All @@ -23,7 +22,6 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
ide1_D[Gas Injected];
ide1_E[Water Injected];
end
subgraph ide2 ["`**Facility Information Needed**`"]
ide2_A[[Power Generation System]] --> ide2_A_1([Gas Turbines]);
Expand Down Expand Up @@ -98,8 +96,6 @@ The [workflow](#workflow) below will outline what is necessary to obtain for eac
ide5_A_4_2 --> ide5_A_1
ide5_A_3_1 -. no .-> ide5_A_4_1
end
```

## Workflow Explanation
Expand Down

0 comments on commit 7a99b5b

Please sign in to comment.