From 7bcb528ece55230dde3033c526da757a68970b6f Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Fri, 20 Aug 2021 08:06:39 +0000
Subject: [PATCH] Move glossary to more prominent sidebar position

---
 docs/{more => }/glossary.md |  0
 docs/sidebar.js             | 14 ++++----------
 2 files changed, 4 insertions(+), 10 deletions(-)
 rename docs/{more => }/glossary.md (100%)

diff --git a/docs/more/glossary.md b/docs/glossary.md
similarity index 100%
rename from docs/more/glossary.md
rename to docs/glossary.md
diff --git a/docs/sidebar.js b/docs/sidebar.js
index 82d7d1572..9bc7677ee 100644
--- a/docs/sidebar.js
+++ b/docs/sidebar.js
@@ -14,6 +14,7 @@ module.exports = {
     'intro',
     'roadmap',
     'changelog',
+    'glossary',
     'account',
     'status-and-error-codes',
     /*{
@@ -101,16 +102,9 @@ module.exports = {
       ],
     },
     {
-      type: 'category',
-      label: 'Weiteres',
-      items: [
-        'more/glossary',
-        {
-          type: 'link',
-          label: 'Impressum',
-          href: 'https://www.fitko.de/Impressum',
-        },
-      ],
+      type: 'link',
+      label: 'Impressum',
+      href: 'https://www.fitko.de/Impressum',
     },
   ],
 }
-- 
GitLab