Mostly filled out frameworks table

This commit is contained in:
Tom Coleman 2020-08-08 09:44:07 +10:00
parent 8e1178afeb
commit e2ca87fb36

View File

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