From 881785d67be42cb9dca18a6301fa98e70f3d5dd2 Mon Sep 17 00:00:00 2001
From: Marco Holz <marco.holz@fitko.de>
Date: Wed, 5 Oct 2022 09:34:22 +0000
Subject: [PATCH] Add Self-Service API to top navbar

---
 docusaurus.config.js | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/docusaurus.config.js b/docusaurus.config.js
index 3b936a868..3bc0e7a83 100644
--- a/docusaurus.config.js
+++ b/docusaurus.config.js
@@ -73,6 +73,11 @@ module.exports = {
               type: 'doc',
               label: 'Routing-API',
               docId: 'apis/routing-api'
+            },
+            {
+              type: 'doc',
+              label: 'Self-Service API',
+              docId: 'apis/self-service-api'
             }
           ]
         },
-- 
GitLab