Disable docs

Not working yet
This commit is contained in:
Ian VanSchooten 2022-08-14 23:03:20 -04:00
parent c4f456d945
commit 49a3f877c8

View File

@ -1,8 +1,14 @@
module.exports = {
stories: ['../src/**/*.stories.mdx', '../src/**/*.stories.@(js|jsx|ts|tsx)'],
stories: [
// '../src/**/*.stories.mdx',
'../src/**/*.stories.@(js|jsx|ts|tsx)',
],
addons: ['@storybook/addon-essentials'],
framework: '@storybook/react-vite',
features: {
storyStoreV7: true,
},
docs: {
docsPage: false, // set to false to disable docs page entirely
},
};