From f14b1844575775f1dcabf0c8f1363f836dbb4a76 Mon Sep 17 00:00:00 2001 From: Jessica Wilkins <67210629+jdwilkin4@users.noreply.github.com> Date: Sun, 10 Dec 2023 05:31:58 -0800 Subject: [PATCH] fix: remove storybook id from sidebar file (#231) --- 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"], }, ], },