mirror of
https://github.com/storybookjs/storybook.git
synced 2025-03-16 05:03:11 +08:00
Mostly filled out frameworks table
This commit is contained in:
parent
8e1178afeb
commit
e2ca87fb36
@ -1,21 +1,124 @@
|
||||
module.exports = {
|
||||
frameworks: ['react', 'react-ts', 'vue', 'angular'],
|
||||
frameworkSupport: [
|
||||
features: [
|
||||
{
|
||||
feature: 'Actions',
|
||||
name: 'a11y',
|
||||
unsupported: [],
|
||||
path: '/essentials/actions',
|
||||
},
|
||||
// These are just for testing purposes, please fill in with real values
|
||||
{
|
||||
feature: 'Viewports',
|
||||
unsupported: ['vue'],
|
||||
path: '/essentials/viewports',
|
||||
},
|
||||
{
|
||||
feature: 'Backgrounds',
|
||||
supported: ['react'],
|
||||
path: '/essentials/backgrounds',
|
||||
name: 'Actions',
|
||||
unsupported: [],
|
||||
path: 'essentials/actions',
|
||||
},
|
||||
{
|
||||
name: 'Backgrounds',
|
||||
unsupported: [],
|
||||
path: 'essentials/backgrounds',
|
||||
},
|
||||
{
|
||||
name: 'cssresources',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'design-assets',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'Docs',
|
||||
unsupported: [],
|
||||
path: 'writing-docs/introduction',
|
||||
},
|
||||
{
|
||||
name: 'events',
|
||||
unsupported: ['svelte', 'riot'],
|
||||
},
|
||||
{
|
||||
name: 'google-analytics',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'graphql',
|
||||
supported: ['react', 'angular'],
|
||||
},
|
||||
{
|
||||
name: 'jest',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'knobs',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'links',
|
||||
unsupported: ['marko'],
|
||||
},
|
||||
{
|
||||
name: 'options',
|
||||
unsupported: ['marko'],
|
||||
},
|
||||
{
|
||||
name: 'query-params',
|
||||
unsupported: [],
|
||||
},
|
||||
{
|
||||
name: 'Storyshots',
|
||||
unsupported: ['ember', 'mithril', 'marko'],
|
||||
path: 'workflows/unit-testing',
|
||||
},
|
||||
{
|
||||
name: 'storysource',
|
||||
unsupported: [],
|
||||
path: 'essentials/actions',
|
||||
},
|
||||
{
|
||||
name: 'Viewport',
|
||||
unsupported: [],
|
||||
path: 'essentials/viewport',
|
||||
},
|
||||
{
|
||||
name: 'MDX Stories',
|
||||
unsupported: [],
|
||||
path: 'api/mdx',
|
||||
},
|
||||
{
|
||||
name: 'CSF Stories',
|
||||
unsupported: [],
|
||||
path: 'api/csf',
|
||||
},
|
||||
{
|
||||
name: 'storiesOf stories',
|
||||
unsupported: [],
|
||||
repoPath: 'lib/core/ADVANCED.md',
|
||||
},
|
||||
{
|
||||
name: 'Source',
|
||||
unsupported: [],
|
||||
path: '?',
|
||||
},
|
||||
{
|
||||
name: 'Notes/Info',
|
||||
unsupported: ['html', 'riot'],
|
||||
path: '?',
|
||||
},
|
||||
{
|
||||
name: 'Args Table',
|
||||
unsupported: ['react', 'vue', 'angular', 'html', 'ember', 'rax'],
|
||||
path: 'writing-docs/doc-blocks#argstable',
|
||||
},
|
||||
{
|
||||
name: 'Controls',
|
||||
supported: ['react', 'vue', 'rax'],
|
||||
path: 'essentials/controls',
|
||||
},
|
||||
{
|
||||
name: 'Description',
|
||||
unsupported: ['react', 'vue', 'angular', 'ember', 'rax'],
|
||||
path: 'FIXME',
|
||||
},
|
||||
{
|
||||
name: 'Inline stories',
|
||||
supported: ['react', 'vue', 'rax'],
|
||||
path: 'FIXME',
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user