From 9da9a6a756235b9d4c0fd5511a1f48515e2b51e7 Mon Sep 17 00:00:00 2001 From: Dipak Prajapati Date: Sun, 2 Oct 2022 19:17:23 +0530 Subject: [PATCH] docs: Mermaid diagrams parsing fix and removed black arrow (#1987) * added mermaid diagrams for components, lifecycle-components and low-level-game-api removed graph images * fixed markdown lints * Apply suggestions from code review * missing parenthesis around mermaid added * removed black arrow from diagram Co-authored-by: dipak Co-authored-by: Lukas Klingsbo --- doc/flame/diagrams/component.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/doc/flame/diagrams/component.md b/doc/flame/diagrams/component.md index 529a35ba6..67822d18d 100644 --- a/doc/flame/diagrams/component.md +++ b/doc/flame/diagrams/component.md @@ -1,4 +1,4 @@ -``` mermaid +``` {mermaid} %%{init: { 'theme': 'dark' } }%% graph TD @@ -56,6 +56,4 @@ graph TD PositionComponent --> ButtonComponent HudMarginComponent --> HudButtonComponent - %% Link Color %% - linkStyle 4 stroke:black,stroke-width:2px,color: black; ```