From 5a295837ea4d13c4084eb3df042120f060b8f151 Mon Sep 17 00:00:00 2001
From: David Schwarzmann <david.schwarzmann@codecentric.de>
Date: Wed, 28 Jul 2021 08:45:35 +0200
Subject: [PATCH] docs(sidebar): Revert the removal of the details in the
 sidebar

---
 docs/sidebar.js | 22 ++++++++++++++++++++++
 1 file changed, 22 insertions(+)

diff --git a/docs/sidebar.js b/docs/sidebar.js
index 7128f8c67..ec3eb546f 100644
--- a/docs/sidebar.js
+++ b/docs/sidebar.js
@@ -69,6 +69,28 @@ module.exports = {
         },
       ],
     },
+    {
+      type: 'category',
+      label: 'Detailinformationen',
+      items: [
+        'details/encryption',
+        'details/crypto',
+        'details/status',
+        'details/event-log',
+        'details/schema-reference',
+        'details/pgp-export',
+        {
+          type: 'category',
+          label: 'Authentifizierung',
+          items: [
+            {
+              type: 'autogenerated',
+              dirName: 'details/authentication',
+            },
+          ],
+        },
+      ],
+    },
     {
       type: 'category',
       label: 'Weiteres',
-- 
GitLab