From f434967f57e42ff4bb51f5d9bdeb1cc8dc062d56 Mon Sep 17 00:00:00 2001 From: Rieks Date: Mon, 24 Jul 2023 09:58:53 +0200 Subject: [PATCH] Update sidebars.js - removed double 'standardization' menu item --- sidebars.js | 16 +++------------- 1 file changed, 3 insertions(+), 13 deletions(-) diff --git a/sidebars.js b/sidebars.js index e77c65ff1..5eb37455f 100644 --- a/sidebars.js +++ b/sidebars.js @@ -9,22 +9,12 @@ const sidebars = { 'essifLab-objectives', 'essifLab-principles', 'essifLab-collaborative-understanding', - 'ssi-standards', - { - label: 'SSI Standards', + { label: 'SSI Standards', type: 'category', collapsed: true, items: [ - { - label: 'Overview', - type: 'link', // Changed "type" to lowercase "link" - href: 'https://tno-ssi-lab.github.io/standardisation-overview/', - }, - { - label: 'Documentation', - type: 'link', // Changed "type" to lowercase "link" - href: 'https://tno-ssi-lab.github.io/standardisation-overview/docs.html/', - }, + { label: 'Overview', type: 'link', href: 'https://tno-ssi-lab.github.io/standardisation-overview/' }, + { label: 'Documentation', type: 'link', href: 'https://tno-ssi-lab.github.io/standardisation-overview/docs.html/' }, ], }, 'essifLab-project',