From 19b17d1dd75dc9c7081d5a9c46daa353dfdc9d39 Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 5 Feb 2024 14:58:31 +0100 Subject: [PATCH] fix --- documentation/sidebars.js | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/documentation/sidebars.js b/documentation/sidebars.js index 641d24c3..50ff64a6 100644 --- a/documentation/sidebars.js +++ b/documentation/sidebars.js @@ -3,7 +3,17 @@ const mainSidebar = { panel: [ 'panel/intro', - 'panel/dashboard/dashboard', + { + type: 'category', + label: 'Dashboard', + className: "category-as-header", + items: [ + { + type: 'doc', + id: 'panel/dashboard/dashboard', + }, + ], + }, { type: 'category', label: 'Applications',