Commit b294e2e0 authored by Evan Read's avatar Evan Read

Merge branch 'axil-docs-mermaid-architecture' into 'master'

Remove GitLab FOSS from docs site diagram

See merge request gitlab-org/gitlab!29037
parents 5d1e73ca 9e59191c
...@@ -20,29 +20,27 @@ from where content is sourced, the `gitlab-docs` project, and the published outp ...@@ -20,29 +20,27 @@ from where content is sourced, the `gitlab-docs` project, and the published outp
```mermaid ```mermaid
graph LR graph LR
A[gitlab-foss/doc] A[gitlab/doc]
B[gitlab/doc] B[gitlab-runner/docs]
C[gitlab-runner/docs] C[omnibus-gitlab/doc]
D[omnibus-gitlab/doc] D[charts/doc]
E[charts/doc] E[gitlab-docs]
F[gitlab-docs] A --> E
A --> F B --> E
B --> F C --> E
C --> F D --> E
D --> F E -- Build pipeline --> F
E --> F F[docs.gitlab.com]
F -- Build pipeline --> G G[/ce/]
G[docs.gitlab.com] H[/ee/]
H[/ce/] I[/runner/]
I[/ee/] J[/omnibus/]
J[/runner/] K[/charts/]
K[/omnibus/] F --> H
L[/charts/] F --> I
G --> H F --> J
G --> I F --> K
G --> J H -- symlink --> G
G --> K
G --> L
``` ```
You will not find any GitLab docs content in the `gitlab-docs` repository. You will not find any GitLab docs content in the `gitlab-docs` repository.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment