From 2f546f617824e7672b3c14856efbb04709d9de61 Mon Sep 17 00:00:00 2001 From: "svelte-docs-bot[bot]" <196124396+svelte-docs-bot[bot]@users.noreply.github.com> Date: Thu, 5 Mar 2026 20:18:37 +0000 Subject: [PATCH] sync kit docs --- .../docs/kit/98-reference/50-configuration.md | 40 +++++++++---------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md b/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md index c75145e5c..66da1ccc8 100644 --- a/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md +++ b/apps/svelte.dev/content/docs/kit/98-reference/50-configuration.md @@ -522,7 +522,7 @@ Whether to enable the experimental forked preloading feature using Svelte's fork
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead
@@ -541,13 +541,13 @@ src?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src"` - available since v2.28
-the location of your source code +The location of your source code. @@ -562,12 +562,12 @@ assets?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"static"`
-a place to put static files that should have stable URLs and undergo no processing, such as `favicon.ico` or `manifest.json` +A place to put static files that should have stable URLs and undergo no processing, such as `favicon.ico` or `manifest.json`. @@ -591,7 +591,7 @@ client?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/hooks.client"`
@@ -611,7 +611,7 @@ server?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/hooks.server"`
@@ -631,7 +631,7 @@ universal?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/hooks"` - available since v2.3.0 @@ -655,12 +655,12 @@ lib?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/lib"`
-your app's internal library, accessible throughout the codebase as `$lib` +Your app's internal library, accessible throughout the codebase as `$lib`.
@@ -675,12 +675,12 @@ params?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/params"`
-a directory containing [parameter matchers](/docs/kit/advanced-routing#Matching) +A directory containing [parameter matchers](/docs/kit/advanced-routing#Matching). @@ -695,12 +695,12 @@ routes?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/routes"`
-the files that define the structure of your app (see [Routing](/docs/kit/routing)) +The files that define the structure of your app (see [Routing](/docs/kit/routing)). @@ -715,12 +715,12 @@ serviceWorker?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/service-worker"`
-the location of your service worker's entry point (see [Service workers](/docs/kit/service-workers)) +The location of your service worker's entry point (see [Service workers](/docs/kit/service-workers)). @@ -735,12 +735,12 @@ appTemplate?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/app.html"`
-the location of the template for HTML responses +The location of the template for HTML responses. @@ -755,12 +755,12 @@ errorTemplate?: string;
-- deprecated +- deprecated this feature is still supported, but it's generally recommended to use [monorepos](https://levelup.video/tutorials/monorepos-with-pnpm) instead - default `"src/error.html"`
-the location of the template for fallback error responses +The location of the template for fallback error responses.