From 0dc16b82d913f04036a84ffb1858c0d0161681d0 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stephan=20Mei=C3=9Fl?= <stephan.meissl@eox.at>
Date: Mon, 29 Jun 2020 17:53:30 +0200
Subject: [PATCH] Adjust order and make sure all services in the figure are
 listed

---
 documentation/operator-guide/intro.rst | 11 +++++------
 1 file changed, 5 insertions(+), 6 deletions(-)

diff --git a/documentation/operator-guide/intro.rst b/documentation/operator-guide/intro.rst
index 2917850e..87e832d9 100644
--- a/documentation/operator-guide/intro.rst
+++ b/documentation/operator-guide/intro.rst
@@ -19,18 +19,17 @@ The View Server consists of the following service components (with their
 respective Docker image in parenthesis):
 
 - Reverse proxy (traefik)
-- Preprocessor (preprocessor)
-- Registrar (core)
-- Renderer (core)
+- Web Client (client)
 - Cache (cache)
+- Renderer (core)
+- Registrar (core)
 - Seeder (cache)
-- Client (client)
+- Preprocessor (preprocessor)
+- Ingestor (ingestor)
 - Database (postgis)
 - Queue Manager (redis)
 - Log collector (fluentd)
 
-.. - Ingestor (ingestor) TODO: re-add this
-
 These services are bundled and managed together in a Docker Swarm via
 Docker Compose configuration files.
 
-- 
GitLab