Merge pull request #20540 from storybookjs/fix-no-lanugage-snippet-filenames

This commit is contained in:
Kyle Gach 2023-01-09 11:28:53 -07:00 committed by GitHub
commit beb648c78e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 6 additions and 6 deletions

View File

@ -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',

View File

@ -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',
]}