From 681f27018424ace022ddcdb1928afd7267d774d4 Mon Sep 17 00:00:00 2001 From: Stanislav Khromov Date: Mon, 29 Sep 2025 01:03:50 +0200 Subject: [PATCH] remove from index md files --- 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/06-runtime/index.md | 1 - documentation/docs/07-misc/index.md | 1 - documentation/docs/99-legacy/index.md | 1 - documentation/docs/index.md | 1 - 9 files changed, 9 deletions(-) diff --git a/documentation/docs/01-introduction/index.md b/documentation/docs/01-introduction/index.md index 401df8ca43..8f14f7a7c9 100644 --- a/documentation/docs/01-introduction/index.md +++ b/documentation/docs/01-introduction/index.md @@ -1,4 +1,3 @@ --- 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 4a6f6d0275..8ade901351 100644 --- a/documentation/docs/02-runes/index.md +++ b/documentation/docs/02-runes/index.md @@ -1,4 +1,3 @@ --- 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 b611d776c7..3c4523cb92 100644 --- a/documentation/docs/03-template-syntax/index.md +++ b/documentation/docs/03-template-syntax/index.md @@ -1,4 +1,3 @@ --- 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 0668494505..5245bd516b 100644 --- a/documentation/docs/04-styling/index.md +++ b/documentation/docs/04-styling/index.md @@ -1,4 +1,3 @@ --- 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 29754c8fd8..132a1e803b 100644 --- a/documentation/docs/05-special-elements/index.md +++ b/documentation/docs/05-special-elements/index.md @@ -1,4 +1,3 @@ --- title: Special elements -use_cases: "always: Svelte-specific elements, framework features" --- diff --git a/documentation/docs/06-runtime/index.md b/documentation/docs/06-runtime/index.md index 4ba2a7e27b..06240892bd 100644 --- a/documentation/docs/06-runtime/index.md +++ b/documentation/docs/06-runtime/index.md @@ -1,4 +1,3 @@ --- title: Runtime -use_cases: "always: runtime behavior, component lifecycle, state management" --- diff --git a/documentation/docs/07-misc/index.md b/documentation/docs/07-misc/index.md index 32a117db1d..d8c5963f7f 100644 --- a/documentation/docs/07-misc/index.md +++ b/documentation/docs/07-misc/index.md @@ -1,4 +1,3 @@ --- title: Misc -use_cases: "additional resources, guides, troubleshooting" --- diff --git a/documentation/docs/99-legacy/index.md b/documentation/docs/99-legacy/index.md index 2dcc2cb7f3..ab5307df49 100644 --- a/documentation/docs/99-legacy/index.md +++ b/documentation/docs/99-legacy/index.md @@ -1,4 +1,3 @@ --- title: Legacy APIs -use_cases: "Svelte 3/4 compatibility, migration reference" --- diff --git a/documentation/docs/index.md b/documentation/docs/index.md index 0d1f939b11..6904b1a252 100644 --- a/documentation/docs/index.md +++ b/documentation/docs/index.md @@ -1,4 +1,3 @@ --- title: Svelte -use_cases: "always: framework documentation, main documentation entry" ---