Skip to content

Commit

Permalink
fix: remove storybook id from sidebar file (open-sauced#231)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdwilkin4 authored Dec 10, 2023
1 parent 78d1781 commit f14b184
Showing 1 changed file with 3 additions and 14 deletions.
17 changes: 3 additions & 14 deletions sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down Expand Up @@ -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",
Expand Down Expand Up @@ -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"],
},
],
},
Expand Down

0 comments on commit f14b184

Please sign in to comment.