Skip to content

Commit

Permalink
chore: restore support for custom docs
Browse files Browse the repository at this point in the history
Solves #366

Co-authored-by: Evan Yamanishi <[email protected]>
  • Loading branch information
cafrias and sh0ji authored Dec 16, 2024
1 parent 8e38c95 commit 9950c1e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,10 @@ const config: StorybookConfig = {
},
},

stories: ["../packages/react/src/**/*.stories.{ts,tsx,mdx}"],
stories: [
"../packages/react/src/**/*.mdx",
"../packages/react/src/**/*.stories.@(js|jsx|mjs|ts|tsx)",
],

addons: [
getAbsolutePath("@storybook/addon-essentials"),
Expand Down

0 comments on commit 9950c1e

Please sign in to comment.