Skip to content

Commit

Permalink
Chore: Remove @storybook/addon-docs since it is a part of the essen…
Browse files Browse the repository at this point in the history
  • Loading branch information
literat committed Mar 26, 2024
1 parent a656fd8 commit 4ce9bb6
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .storybook/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,7 @@ import markdownRawPlugin from 'vite-raw-plugin';
const config: StorybookViteConfig = {
stories: ['../packages/**/stories/**/*.mdx', '../packages/**/*.stories.@(ts|tsx)'],

addons: [
getAbsolutePath('@storybook/addon-links'),
getAbsolutePath('@storybook/addon-docs'),
getAbsolutePath('@storybook/addon-essentials'),
],
addons: [getAbsolutePath('@storybook/addon-links'), getAbsolutePath('@storybook/addon-essentials')],

features: {
storyStoreV7: true,
Expand Down

0 comments on commit 4ce9bb6

Please sign in to comment.