Skip to content

Commit

Permalink
Add install snippets
Browse files Browse the repository at this point in the history
  • Loading branch information
tmeasday committed Aug 10, 2020
1 parent 46bf857 commit a72d2ed
Show file tree
Hide file tree
Showing 13 changed files with 32 additions and 1 deletion.
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).
1 change: 1 addition & 0 deletions docs/get-started/installation-problems/web-components.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 Web Components framework](../../app/web-components/README.md).

0 comments on commit a72d2ed

Please sign in to comment.