mirror of
https://github.com/storybookjs/storybook.git
synced 2025-04-06 07:21:16 +08:00
Merge pull request #20540 from storybookjs/fix-no-lanugage-snippet-filenames
This commit is contained in:
commit
beb648c78e
@ -20,8 +20,8 @@ This is extremely useful, but it can be further expanded. Additional information
|
||||
'react/button-component-with-proptypes.js.mdx',
|
||||
'react/button-component-with-proptypes.ts.mdx',
|
||||
'angular/button-component-with-proptypes.ts.mdx',
|
||||
'vue/button-component-with-proptypes.2.mdx',
|
||||
'vue/button-component-with-proptypes.3.mdx',
|
||||
'vue/button-component-with-proptypes.2.js.mdx',
|
||||
'vue/button-component-with-proptypes.3.js.mdx',
|
||||
'svelte/button-component-with-proptypes.js.mdx',
|
||||
'web-components/button-component-with-proptypes.js.mdx',
|
||||
'web-components/button-component-with-proptypes.ts.mdx',
|
||||
@ -125,8 +125,8 @@ You can also extend the ArgsTable's customization by grouping related `argTypes`
|
||||
'react/button-implementation.js.mdx',
|
||||
'react/button-implementation.ts.mdx',
|
||||
'angular/button-implementation.ts.mdx',
|
||||
'vue/button-implementation.2.mdx',
|
||||
'vue/button-implementation.3.mdx',
|
||||
'vue/button-implementation.2.js.mdx',
|
||||
'vue/button-implementation.3.js.mdx',
|
||||
'svelte/button-implementation.js.mdx',
|
||||
'web-components/button-implementation.js.mdx',
|
||||
'web-components/button-implementation.ts.mdx',
|
||||
|
@ -38,8 +38,8 @@ When you are building screens in this way, it is typical that the inputs of a co
|
||||
paths={[
|
||||
'react/simple-page-implementation.js.mdx',
|
||||
'react/simple-page-implementation.ts.mdx',
|
||||
'vue/simple-page-implementation.2.mdx',
|
||||
'vue/simple-page-implementation.3.mdx',
|
||||
'vue/simple-page-implementation.2.js.mdx',
|
||||
'vue/simple-page-implementation.3.js.mdx',
|
||||
'angular/simple-page-implementation.ts.mdx',
|
||||
'svelte/simple-page-implementation.js',
|
||||
]}
|
||||
|
Loading…
x
Reference in New Issue
Block a user