Skip to content

Commit

Permalink
Merge pull request #423 from reactioncommerce/fix-multiple-pages
Browse files Browse the repository at this point in the history
fix styleguidist configuration so that everything gets its own page
  • Loading branch information
machikoyasuda authored Jul 19, 2019
2 parents 504a16c + c48f8e5 commit 3291f23
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions styleguide.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -382,7 +382,8 @@ module.exports = {
name: "Developing Locally Inside Another Project",
content: "styleguide/src/sections/LocalDevelopment.md"
}
]
],
sectionDepth: 2
},
{
name: "Style",
Expand All @@ -395,7 +396,8 @@ module.exports = {
name: "Typography",
content: "styleguide/src/sections/Typography.md"
}
]
],
sectionDepth: 2
},
{
name: "Base Components",
Expand Down Expand Up @@ -444,7 +446,8 @@ module.exports = {
content: "styleguide/src/sections/Menus.md",
name: "Menus"
})
]
],
sectionDepth: 2
},
{
name: "Storefront Components",
Expand Down Expand Up @@ -522,7 +525,8 @@ module.exports = {
content: "styleguide/src/sections/Product.md",
name: "Product"
})
]
],
sectionDepth: 2
}
],
require: ["@babel/polyfill", path.join(__dirname, "styleguide/src/styles.css")],
Expand Down

0 comments on commit 3291f23

Please sign in to comment.