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:
Dipak Prajapati
2022-10-02 19:17:23 +05:30
committed by GitHub
parent ed2aeca388
commit 9da9a6a756

View File

@@ -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;
```