Skip to content

Commit

Permalink
Add initial styleguidist config
Browse files Browse the repository at this point in the history
  • Loading branch information
Justin Campbell committed Aug 19, 2020
1 parent 47660b6 commit 49f87b1
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions styleguide.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
module.exports = {
components: 'src/components/**/[A-Z]*.js',
sections: [
{
name: "Getting Started",
content: "./src/Styleguidist Introduction.md",
}
]
}

0 comments on commit 49f87b1

Please sign in to comment.