From fdb9be2cd4ba1624c47811a7825cc6cf8504aee8 Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Wed, 30 Oct 2024 13:34:14 -0400 Subject: [PATCH 1/2] sync docs --- .../content/docs/cli/20-commands/10-sv-create.md | 2 +- .../content/docs/cli/20-commands/20-sv-add.md | 1 - .../svelte/01-introduction/02-getting-started.md | 2 +- .../svelte/01-introduction/03-svelte-files.md | 2 +- .../content/docs/svelte/02-runes/03-$derived.md | 2 +- .../content/docs/svelte/02-runes/04-$effect.md | 3 +-- .../docs/svelte/03-template-syntax/05-await.md | 2 +- .../docs/svelte/03-template-syntax/06-snippet.md | 2 +- .../docs/svelte/03-template-syntax/15-animate.md | 6 +----- .../svelte/04-styling/04-nested-style-elements.md | 2 +- .../05-special-elements/06-svelte-options.md | 15 ++++++++++----- .../content/docs/svelte/06-runtime/01-stores.md | 2 +- .../docs/svelte/06-runtime/03-lifecycle-hooks.md | 2 +- .../98-reference/.generated/compile-errors.md | 2 +- .../svelte/98-reference/21-svelte-compiler.md | 4 +++- .../svelte/98-reference/30-compiler-errors.md | 2 +- .../docs/svelte/99-legacy/00-legacy-overview.md | 2 ++ 17 files changed, 28 insertions(+), 25 deletions(-) diff --git a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md b/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md index 36799f94ba..26471b2bf4 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/10-sv-create.md +++ b/apps/svelte.dev/content/docs/cli/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 additional functionality](sv-add#Official-integrations). ## Usage diff --git a/apps/svelte.dev/content/docs/cli/20-commands/20-sv-add.md b/apps/svelte.dev/content/docs/cli/20-commands/20-sv-add.md index f6bdaeeb09..0df56f7ac0 100644 --- a/apps/svelte.dev/content/docs/cli/20-commands/20-sv-add.md +++ b/apps/svelte.dev/content/docs/cli/20-commands/20-sv-add.md @@ -33,7 +33,6 @@ You can select multiple space-separated add-ons from [the list below](#Official- - `paraglide` - `playwright` - `prettier` -- `routify` - `storybook` - `tailwindcss` - `vitest` diff --git a/apps/svelte.dev/content/docs/svelte/01-introduction/02-getting-started.md b/apps/svelte.dev/content/docs/svelte/01-introduction/02-getting-started.md index 37757d961f..e035e6d6df 100644 --- a/apps/svelte.dev/content/docs/svelte/01-introduction/02-getting-started.md +++ b/apps/svelte.dev/content/docs/svelte/01-introduction/02-getting-started.md @@ -21,7 +21,7 @@ There are also plugins for [Rollup](https://github.com/sveltejs/rollup-plugin-sv ## Editor tooling -The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode) and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. +The Svelte team maintains a [VS Code extension](https://marketplace.visualstudio.com/items?itemName=svelte.svelte-vscode), and there are integrations with various other [editors](https://sveltesociety.dev/resources#editor-support) and tools as well. You can also check your code from the command line using [sv check](https://github.com/sveltejs/cli). diff --git a/apps/svelte.dev/content/docs/svelte/01-introduction/03-svelte-files.md b/apps/svelte.dev/content/docs/svelte/01-introduction/03-svelte-files.md index a0c0bf5cc9..cd98652370 100644 --- a/apps/svelte.dev/content/docs/svelte/01-introduction/03-svelte-files.md +++ b/apps/svelte.dev/content/docs/svelte/01-introduction/03-svelte-files.md @@ -50,7 +50,7 @@ A `