From f92e2117411c4033912de15e69a86aa995374ac9 Mon Sep 17 00:00:00 2001
From: Theodor Rohde
Date: Tue, 30 Jul 2024 14:17:43 +0200
Subject: [PATCH] change menu to single without individual sidebars
---
docusaurus.config.ts | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/docusaurus.config.ts b/docusaurus.config.ts
index 80575a70..5043d31a 100644
--- a/docusaurus.config.ts
+++ b/docusaurus.config.ts
@@ -109,17 +109,17 @@ const config: Config = {
position: 'left',
label: 'IoT Platform',
},
-/*
+
{
type: 'html',
position: 'right',
- value: '',
+ value: '',
},
{
type: 'html',
position: 'right',
- value: '',
- },*/
+ value: '',
+ },
{
to: 'knowledge-base/',
position: 'right',