From 297b4d4917b0e99f765d07098594979ac18939e2 Mon Sep 17 00:00:00 2001 From: Ben McCann <322311+benmccann@users.noreply.github.com> Date: Fri, 25 Apr 2025 13:30:16 -0700 Subject: [PATCH] docs: remove duplicate list of add-ons --- documentation/docs/20-commands/10-sv-create.md | 2 +- documentation/docs/20-commands/20-sv-add.md | 18 +----------------- 2 files changed, 2 insertions(+), 18 deletions(-) diff --git a/documentation/docs/20-commands/10-sv-create.md b/documentation/docs/20-commands/10-sv-create.md index ae5d29be..7fb5f325 100644 --- a/documentation/docs/20-commands/10-sv-create.md +++ b/documentation/docs/20-commands/10-sv-create.md @@ -2,7 +2,7 @@ title: sv create --- -`sv create` sets up a new SvelteKit project, with options to [setup additional functionality](sv-add#Official-add-ons). +`sv create` sets up a new SvelteKit project, with options to setup add-ons for additional functionaliy. ## Usage diff --git a/documentation/docs/20-commands/20-sv-add.md b/documentation/docs/20-commands/20-sv-add.md index 232d1a96..1515aefb 100644 --- a/documentation/docs/20-commands/20-sv-add.md +++ b/documentation/docs/20-commands/20-sv-add.md @@ -14,7 +14,7 @@ npx sv add npx sv add [add-ons] ``` -You can select multiple space-separated add-ons from [the list below](#Official-add-ons), or you can use the interactive prompt. +You can select multiple space-separated add-ons, or you can use the interactive prompt. ## Options @@ -22,19 +22,3 @@ You can select multiple space-separated add-ons from [the list below](#Official- - `--no-preconditions` — skip checking preconditions - `--install` — installs dependencies with a specified package manager - `--no-install` — prevents installing dependencies - -## Official add-ons - - - -- `drizzle` -- `eslint` -- `sveltekit-adapter` -- `lucia` -- `mdsvex` -- `paraglide` -- `playwright` -- `prettier` -- `storybook` -- `tailwindcss` -- `vitest`