From 46c768742763228411cd20e4408fdd300a34a1d2 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Mon, 29 Sep 2025 00:44:32 +0200 Subject: [PATCH] wip --- documentation/docs/01-introduction/index.md | 1 + documentation/docs/02-runes/index.md | 1 + documentation/docs/03-template-syntax/index.md | 1 + documentation/docs/04-styling/index.md | 1 + documentation/docs/05-special-elements/index.md | 1 + documentation/docs/99-legacy/40-legacy-component-api.md | 1 + documentation/docs/99-legacy/index.md | 1 + documentation/docs/index.md | 1 + 8 files changed, 8 insertions(+) diff --git a/documentation/docs/01-introduction/index.md b/documentation/docs/01-introduction/index.md index 8f14f7a7c9..401df8ca43 100644 --- a/documentation/docs/01-introduction/index.md +++ b/documentation/docs/01-introduction/index.md @@ -1,3 +1,4 @@ --- title: Introduction +use_cases: "always: getting started, Svelte basics, framework overview" --- diff --git a/documentation/docs/02-runes/index.md b/documentation/docs/02-runes/index.md index 8ade901351..4a6f6d0275 100644 --- a/documentation/docs/02-runes/index.md +++ b/documentation/docs/02-runes/index.md @@ -1,3 +1,4 @@ --- title: Runes +use_cases: "always: Svelte 5 reactivity, modern state management" --- diff --git a/documentation/docs/03-template-syntax/index.md b/documentation/docs/03-template-syntax/index.md index 3c4523cb92..b611d776c7 100644 --- a/documentation/docs/03-template-syntax/index.md +++ b/documentation/docs/03-template-syntax/index.md @@ -1,3 +1,4 @@ --- title: Template syntax +use_cases: "always: component templates, markup syntax" --- diff --git a/documentation/docs/04-styling/index.md b/documentation/docs/04-styling/index.md index 5245bd516b..0668494505 100644 --- a/documentation/docs/04-styling/index.md +++ b/documentation/docs/04-styling/index.md @@ -1,3 +1,4 @@ --- title: Styling +use_cases: "always: CSS in components, styling approaches" --- diff --git a/documentation/docs/05-special-elements/index.md b/documentation/docs/05-special-elements/index.md index 132a1e803b..29754c8fd8 100644 --- a/documentation/docs/05-special-elements/index.md +++ b/documentation/docs/05-special-elements/index.md @@ -1,3 +1,4 @@ --- title: Special elements +use_cases: "always: Svelte-specific elements, framework features" --- diff --git a/documentation/docs/99-legacy/40-legacy-component-api.md b/documentation/docs/99-legacy/40-legacy-component-api.md index a08f53951c..8f959ad114 100644 --- a/documentation/docs/99-legacy/40-legacy-component-api.md +++ b/documentation/docs/99-legacy/40-legacy-component-api.md @@ -1,5 +1,6 @@ --- title: Imperative component API +use_cases: "legacy: Svelte 3/4 component API, programmatic component control" --- In Svelte 3 and 4, the API for interacting with a component is different than in Svelte 5. Note that this page does _not_ apply to legacy mode components in a Svelte 5 application. diff --git a/documentation/docs/99-legacy/index.md b/documentation/docs/99-legacy/index.md index ab5307df49..2dcc2cb7f3 100644 --- a/documentation/docs/99-legacy/index.md +++ b/documentation/docs/99-legacy/index.md @@ -1,3 +1,4 @@ --- title: Legacy APIs +use_cases: "Svelte 3/4 compatibility, migration reference" --- diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 6904b1a252..0d1f939b11 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -1,3 +1,4 @@ --- title: Svelte +use_cases: "always: framework documentation, main documentation entry" ---