From a847c22be87ea559f6bd01960a8f1389181e2ce0 Mon Sep 17 00:00:00 2001 From: Rieks Date: Mon, 24 Jul 2023 09:44:51 +0200 Subject: [PATCH] Update sidebars.js for standardization included references to https://tno-ssi-lab.github.io/standardisation-overview --- sidebars.js | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/sidebars.js b/sidebars.js index 51b3427dc..e77c65ff1 100644 --- a/sidebars.js +++ b/sidebars.js @@ -10,6 +10,23 @@ const sidebars = { 'essifLab-principles', 'essifLab-collaborative-understanding', '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/', + }, + ], + }, 'essifLab-project', { label: 'Mental Models', type: 'category',