Revert "Merge branch 'fix-mermaid-chart-docs' into 'master'"
This reverts merge request !28188
This commit is contained in:
parent
40e68cdd66
commit
c9571039a6
1 changed files with 2 additions and 5 deletions
|
@ -1,6 +1,3 @@
|
||||||
<script src="https://unpkg.com/mermaid@8.0.0/dist/mermaid.min.js"></script>
|
|
||||||
<script>mermaid.initialize({startOnLoad:true});</script>
|
|
||||||
|
|
||||||
# GitLab Architecture Overview
|
# GitLab Architecture Overview
|
||||||
|
|
||||||
## Software delivery
|
## Software delivery
|
||||||
|
@ -213,7 +210,7 @@ To serve repositories over SSH there's an add-on application called gitlab-shell
|
||||||
|
|
||||||
### Components
|
### Components
|
||||||
|
|
||||||
<div class="mermaid">
|
```mermaid
|
||||||
graph TB
|
graph TB
|
||||||
|
|
||||||
HTTP[HTTP/HTTPS] -- TCP 80, 443 --> NGINX(NGINX)
|
HTTP[HTTP/HTTPS] -- TCP 80, 443 --> NGINX(NGINX)
|
||||||
|
@ -313,7 +310,7 @@ class Alertmanager defaultoff
|
||||||
class SMTP defaultoff
|
class SMTP defaultoff
|
||||||
class ObjectStorage defaultoff
|
class ObjectStorage defaultoff
|
||||||
class Geo defaultoff
|
class Geo defaultoff
|
||||||
</div>
|
```
|
||||||
|
|
||||||
**Legend**:
|
**Legend**:
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue