Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add install snippets #11867

Merged
merged 1 commit into from
Aug 11, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 20 additions & 1 deletion docs/get-started/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,26 @@ For instance you can use:
- `--type vue` to setup Storybook with the Vue configuration options.
- `--type angular` to setup Storybook with the Angular configuration options.

If there's an installation problem, check the README for your framework (e.g <a href="https://github.com/storybookjs/storybook/blob/next/app/react/README.md">Storybook for React</a>).
<!-- prettier-ignore-start -->

<FeatureSnippets
paths={[
'get-started/installation-problems/angular.mdx',
'get-started/installation-problems/ember.mdx',
'get-started/installation-problems/html.mdx',
'get-started/installation-problems/marko.mdx',
'get-started/installation-problems/mithril.mdx',
'get-started/installation-problems/preact.mdx',
'get-started/installation-problems/rax.mdx',
'get-started/installation-problems/react.mdx',
'get-started/installation-problems/riot.mdx',
'get-started/installation-problems/svelte.mdx',
'get-started/installation-problems/vue.mdx',
'get-started/installation-problems/web-components.mdx',
]}
/>

<!-- prettier-ignore-end -->

If all else fails, try asking for [help](https://storybook.js.org/support/)

Expand Down
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/angular.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Angular framework](../../app/angular/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/ember.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Ember framework](../../app/ember/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/html.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the HTML framework](../../app/html/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/marko.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Marko framework](../../app/marko/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/mithril.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Mithril framework](../../app/mithril/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/preact.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Preact framework](../../app/preact/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/rax.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Rax framework](../../app/rax/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/react.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the React framework](../../app/react/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/riot.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Riot framework](../../app/riot/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/svelte.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Svelte framework](../../app/svelte/README.md).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/vue.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Vue framework](../../app/vue/README.md).
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
If there's an installation problem, check the [README for the Web Components framework](../../app/web-components/README.md).