From 639e91b52fbbee3c099f880aa00f3e9230b0873e Mon Sep 17 00:00:00 2001 From: Florian Stancioiu Date: Thu, 21 Mar 2024 09:12:44 +0200 Subject: [PATCH] feat: try to add docs to stories --- .storybook/main.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.storybook/main.js b/.storybook/main.js index 875fd431..40dd8ff7 100644 --- a/.storybook/main.js +++ b/.storybook/main.js @@ -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', + }, };