Skip to content

Commit 297b4d4

Browse files
committed
docs: remove duplicate list of add-ons
1 parent c7fd9aa commit 297b4d4

File tree

2 files changed

+2
-18
lines changed

2 files changed

+2
-18
lines changed

documentation/docs/20-commands/10-sv-create.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: sv create
33
---
44

5-
`sv create` sets up a new SvelteKit project, with options to [setup additional functionality](sv-add#Official-add-ons).
5+
`sv create` sets up a new SvelteKit project, with options to setup add-ons for additional functionaliy.
66

77
## Usage
88

documentation/docs/20-commands/20-sv-add.md

Lines changed: 1 addition & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -14,27 +14,11 @@ npx sv add
1414
npx sv add [add-ons]
1515
```
1616

17-
You can select multiple space-separated add-ons from [the list below](#Official-add-ons), or you can use the interactive prompt.
17+
You can select multiple space-separated add-ons, or you can use the interactive prompt.
1818

1919
## Options
2020

2121
- `-C`, `--cwd` — path to the root of your Svelte(Kit) project
2222
- `--no-preconditions` — skip checking preconditions <!-- TODO what does this mean? -->
2323
- `--install` — installs dependencies with a specified package manager
2424
- `--no-install` — prevents installing dependencies
25-
26-
## Official add-ons
27-
28-
<!-- TODO this should be a separate section, each of these should have their own page -->
29-
30-
- `drizzle`
31-
- `eslint`
32-
- `sveltekit-adapter`
33-
- `lucia`
34-
- `mdsvex`
35-
- `paraglide`
36-
- `playwright`
37-
- `prettier`
38-
- `storybook`
39-
- `tailwindcss`
40-
- `vitest`

0 commit comments

Comments
 (0)