mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-11 18:11:12 +08:00
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 <dipak.prajapati@bacancy.com> Co-authored-by: Lukas Klingsbo <lukas.klingsbo@gmail.com>
This commit is contained in:
@@ -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;
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user