mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-07 07:21:17 +08:00
Disable docs
Not working yet
This commit is contained in:
parent
c4f456d945
commit
49a3f877c8
@ -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
|
||||
},
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user