Skip to content

Commit

Permalink
feat: try to add docs to stories
Browse files Browse the repository at this point in the history
  • Loading branch information
florianstancioiu committed Mar 21, 2024
1 parent c17b2d4 commit 8f9d359
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .storybook/main.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
module.exports = {
stories: ['../stories/**/*.stories.{js,ts,mdx}'],
docs: {
//👇 See the table below for the list of supported options
autodocs: 'tag',
defaultName: 'Documentation',
},
};

0 comments on commit 8f9d359

Please sign in to comment.