Skip to content

Commit

Permalink
docs: improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
atinux committed Jul 30, 2020
1 parent 9747c05 commit 670ea29
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
8 changes: 7 additions & 1 deletion docs/content/en/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,13 @@ If you are using <b>Nuxt < 2.14.0</b>, you need to <a href="https://github.com/n
storybook-static
```

3. Start adding [stories](/usage)
3. Add `**/*.stories.js` to `.nuxtignore`

```bash{}[.nuxtignore]
**/*.stories.js
```

4. Start adding [stories](/usage)

## Configure

Expand Down
4 changes: 0 additions & 4 deletions docs/content/en/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,4 @@ You can extend where `@nuxtjs/storybook` will load the stories in the [stories o

</base-alert>

<base-alert type="next">

Learn more about [writing stories for your Vue components](https://storybook.js.org/docs/guides/guide-vue/#step-4-write-your-stories) on Storybook official documentation.

</base-alert>

0 comments on commit 670ea29

Please sign in to comment.