From b5d66af67ee053e320e34b668a494d748b1833c1 Mon Sep 17 00:00:00 2001 From: jdwilkin4 Date: Sat, 9 Dec 2023 11:55:21 -0800 Subject: [PATCH] fix: remove storybook id from sidebar file --- sidebars.js | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/sidebars.js b/sidebars.js index 8d05627a..f79d0db3 100644 --- a/sidebars.js +++ b/sidebars.js @@ -16,11 +16,7 @@ module.exports = { type: "category", label: "Getting Started", collapsed: false, - items: [ - "welcome/opensauced-intro", - "welcome/glossary", - "welcome/faqs" - ], + items: ["welcome/opensauced-intro", "welcome/glossary", "welcome/faqs"], }, { type: "category", @@ -48,10 +44,7 @@ module.exports = { type: "category", label: "Community", collapsed: false, - items: [ - "community/welcome-to-the-community", - "community/100-days-of-oss" - ], + items: ["community/welcome-to-the-community", "community/100-days-of-oss"], }, { type: "category", @@ -120,11 +113,7 @@ module.exports = { type: "category", label: "Technical Guide", collapsed: true, - items: [ - "contributing/technical/introduction-to-storybook", - "contributing/technical/setup-repo-with-git", - "contributing/technical/resolve-merge-conflicts", - ], + items: ["contributing/technical/setup-repo-with-git", "contributing/technical/resolve-merge-conflicts"], }, ], },