From 7427792dac8c1f779fd9b743234513aead1bbdf3 Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 7 Sep 2020 17:06:22 -0400 Subject: [PATCH] Separate components into their own pages --- styleguidist/styleguide.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/styleguidist/styleguide.config.js b/styleguidist/styleguide.config.js index bef947a..cc0986b 100644 --- a/styleguidist/styleguide.config.js +++ b/styleguidist/styleguide.config.js @@ -39,6 +39,7 @@ module.exports = { { name: "Components", components: '../src/components/**/[A-Z]*.js', + sectionDepth: 1, } ],