From 5f2ac5bf9a4492cad1848d0414e7c00f523fa12d Mon Sep 17 00:00:00 2001 From: Luca Bortolussi Date: Wed, 2 Oct 2024 12:12:49 +0200 Subject: [PATCH 1/2] docs: module will not automatically generate a basic configuration --- docs/content/1.getting-started/1.setup.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/content/1.getting-started/1.setup.md b/docs/content/1.getting-started/1.setup.md index 738b7b91..8ceadd5c 100644 --- a/docs/content/1.getting-started/1.setup.md +++ b/docs/content/1.getting-started/1.setup.md @@ -29,6 +29,8 @@ export default { :: +3. Prepare [Storybook config Files](#storybook-config-files) + ::alert{type="success"} That's it! You can now use `Storybook` in your Nuxt app ✨ :: @@ -80,9 +82,7 @@ When running `npm run dev`, this module will look for these files: - `.storybook/main.{ts,js}` - `.storybook/preview.{js,cjs,mjs,ts}` -If these files don't exist, the module will automatically generate a basic configuration for them, so you don't have to create these files manually. - -You can create these files by running the following command: +You can create these files manually or by running the following command: ```bash npx storybook-nuxt init From 549a144b0fdcbcf5927ecc731a7548a58a2b2fa6 Mon Sep 17 00:00:00 2001 From: Tobias Diez Date: Thu, 3 Oct 2024 10:20:21 +0800 Subject: [PATCH 2/2] Update docs/content/1.getting-started/1.setup.md --- docs/content/1.getting-started/1.setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/content/1.getting-started/1.setup.md b/docs/content/1.getting-started/1.setup.md index 8ceadd5c..64aa3378 100644 --- a/docs/content/1.getting-started/1.setup.md +++ b/docs/content/1.getting-started/1.setup.md @@ -29,7 +29,7 @@ export default { :: -3. Prepare [Storybook config Files](#storybook-config-files) +3. Prepare [Storybook config files](#storybook-config-files). ::alert{type="success"} That's it! You can now use `Storybook` in your Nuxt app ✨