We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5d510b commit 60ac3d4Copy full SHA for 60ac3d4
1 file changed
apps/public-docsite-v9/.storybook/main.utils.js
@@ -24,7 +24,7 @@ function getVnextStories() {
24
.filter(pkgName => pkgName.startsWith('@fluentui/') && !excludedDependencies.includes(pkgName))
25
.map(pkgName => {
26
const name = pkgName.replace('@fluentui/', '');
27
- const storiesGlob = '/src/**/*.stories.@(ts|tsx|mdx)';
+ const storiesGlob = '/src/**/@(index.stories.@(ts|tsx)|*.stories.mdx)';
28
29
return `../../../packages/react-components/${name}${storiesGlob}`;
30
});
0 commit comments