From 5a4af0c3e8bf53c7e407b32337c62e43560f4408 Mon Sep 17 00:00:00 2001
From: Alessandro Cerioni <acerioni@grandlyon.com>
Date: Mon, 2 Dec 2019 17:45:44 +0100
Subject: [PATCH] Fixed hierarchy

---
 mkdocs.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/mkdocs.yml b/mkdocs.yml
index 6774d6b..005d6c2 100644
--- a/mkdocs.yml
+++ b/mkdocs.yml
@@ -33,9 +33,9 @@ nav:
           - Search Engine: components/off-the-shelf-apps/elasticsearch.md
         # - Middlewares:
         # - Proxies:
-        - Indexers:
-          - Metadata and Data: components/indexers/metadata-and-data.md
-          - Editorial Content: components/indexers/editorial-content.md
+      - Indexers:
+        - Metadata and Data: components/indexers/metadata-and-data.md
+        - Editorial Content: components/indexers/editorial-content.md
       - Services:
         - Authentication: components/services/authentication.md
         - Organizations: components/services/organizations.md
-- 
GitLab