Skip to content

Commit

Permalink
docs:cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
chakAs3 committed Sep 19, 2023
1 parent d0c7e4e commit 8a6fb5b
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/0.index.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: Storybook Integration for Nuxt
description: Add Storybook to your Nuxt application in seconds.
description: Add Storybook to your Nuxt application in seconds.
navigation: false
layout: page
---
Expand Down
2 changes: 1 addition & 1 deletion docs/content/1.getting-started/1.setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export default defineNuxtConfig(

```ts [nuxt.config (Nuxt 2)]
export default {
buildModules: ['@nuxtjs/storybook ']
buildModules: ['@nuxtjs/storybook']
}
```
::
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.storybook/1.config.md
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ The `content` option will be:
If you want to fully overwrite its value, you can use a `function` that receives the default value:

```js{}[tailwind.config.ts]
import type { ModuleOptions } from '@nuxtjs/storybook '
import type { ModuleOptions } from '@nuxtjs/storybook'
const config: ModuleOptions['config'] = {
content (contentDefaults) {
Expand Down
2 changes: 1 addition & 1 deletion docs/content/2.storybook/_dir.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
title: 'Storybook '
title: 'Storybook'
icon: simple-icons:storybook
2 changes: 1 addition & 1 deletion docs/content/3.examples/2.dark-mode.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ And, add the `classSuffix` to the colorMode module options:
```ts [nuxt.config.ts]
export default defineNuxtConfig({
modules: [
'@nuxtjs/storybook ',
'@nuxtjs/storybook',
'@nuxtjs/color-mode'
],
colorMode: {
Expand Down

0 comments on commit 8a6fb5b

Please sign in to comment.