From 7a99b5b062804b0f0661ac4d6a62f8d6f32a2fdb Mon Sep 17 00:00:00 2001 From: Thomas Falch Johansen Date: Mon, 11 Sep 2023 10:05:38 +0200 Subject: [PATCH] docs: make mermaid workflow diagram render correctly 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. --- docs/docs/about/modelling/workflow/generic_workflow.md | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docs/docs/about/modelling/workflow/generic_workflow.md b/docs/docs/about/modelling/workflow/generic_workflow.md index 3c6e5a56cd..ac750b0200 100644 --- a/docs/docs/about/modelling/workflow/generic_workflow.md +++ b/docs/docs/about/modelling/workflow/generic_workflow.md @@ -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]; @@ -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]); @@ -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