Commit 2095f6bd authored by Valerie Aurora (Bow Shock)'s avatar Valerie Aurora (Bow Shock)
Browse files

Temporary workaround for mermaid architecture diagram

parent 721b1fb8
Loading
Loading
Loading
Loading
+3 −11
Original line number Diff line number Diff line
@@ -349,17 +349,9 @@ This category includes but is not limited to real-time operating systems, genera

Visualization of the architecture overview:

```mermaid
 graph 
    U([Users])
    OS[Operating System]
    HW[Underlying Hardware]
    SW([Installed Applications])
    OS-->|abstracts|HW
    OS-->|manages|SW
    SW-->|interacts with|OS
    U-->|interacts with|OS
```
![~~Temporary architecture diagram~~](media/architecture.png)

FIXME GitLab pipeline doesn't work with mermaid

> **NOTE: The remainder of section 4.3 is more of a collection of notes than an overview - not ready for review yet.**

architecture.md

0 → 100644
+13 −0
Original line number Diff line number Diff line
```mermaid
 graph 
    U([Users])
    OS[Operating System]
    HW[Underlying Hardware]
    SW([Installed Applications])
    OS-->|abstracts|HW
    OS-->|manages|SW
    SW-->|interacts with|OS
    U-->|interacts with|OS
```

media/architecture.png

0 → 100644
+128 KiB
Loading image diff...