Skip to content

Commit

Permalink
Merge pull request #14359 from storybookjs/fix_docs_new_frameworks_link
Browse files Browse the repository at this point in the history
Chore: (Docs) fixes broken link in GH for new framework docs
  • Loading branch information
jonniebigodes authored and shilman committed Mar 30, 2021
1 parent 0455b97 commit 897692b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/new-frameworks.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Supporting a new framework in Storybook typically consists of two main aspects:

## Configuring the server

Storybook has the concept of [presets](../addons/writing-presets#presets-api), which are typically babel/webpack configurations for file loading. If your framework has its own file format, e.g. “.vue,” you might need to transform these files into JS files at load time. If you expect every user of your framework to need this, you should add it to the framework. So far every framework added to Storybook has done this, because Storybook’s core configuration is very minimal.
Storybook has the concept of [presets](../addons/writing-presets.md#presets-api), which are typically babel/webpack configurations for file loading. If your framework has its own file format, e.g. “.vue,” you might need to transform these files into JS files at load time. If you expect every user of your framework to need this, you should add it to the framework. So far every framework added to Storybook has done this, because Storybook’s core configuration is very minimal.

### Package structure

Expand Down

0 comments on commit 897692b

Please sign in to comment.