From f6c143bb8974a6decbefc7dad69eb1947f9bfd36 Mon Sep 17 00:00:00 2001 From: Rachel Nienaber Date: Tue, 11 Jun 2019 18:46:14 +0000 Subject: Final doc review - Wrap text - Move image to /img/ --- doc/development/architecture.md | 15 +++++++++++++++ doc/development/img/architecture_simplified.png | Bin 0 -> 61590 bytes 2 files changed, 15 insertions(+) create mode 100644 doc/development/img/architecture_simplified.png diff --git a/doc/development/architecture.md b/doc/development/architecture.md index 26f2e4f4762..5f32cd7eba2 100644 --- a/doc/development/architecture.md +++ b/doc/development/architecture.md @@ -30,6 +30,21 @@ Gitaly executes git operations from gitlab-shell and the GitLab web app, and pro You may also be interested in the [production architecture of GitLab.com](https://about.gitlab.com/handbook/engineering/infrastructure/production-architecture/). +### Simplified Component Overview + +This is a simplified architecture diagram that can be used to +understand GitLab's architecture. + +A complete architecture diagram is available in our +[component diagram](#component-diagram) below. + +![Simplified Component Overview](img/architecture_simplified.png) + + + ### Component diagram ```mermaid diff --git a/doc/development/img/architecture_simplified.png b/doc/development/img/architecture_simplified.png new file mode 100644 index 00000000000..1698c167c5e Binary files /dev/null and b/doc/development/img/architecture_simplified.png differ -- cgit v1.2.1