From b3437e60205e624d43ce9383edd725d912cbbbd2 Mon Sep 17 00:00:00 2001 From: Simon H <5968653+dummdidumm@users.noreply.github.com> Date: Tue, 29 Oct 2024 23:27:56 +0100 Subject: [PATCH] docs: note old site (#13996) --- documentation/docs/99-legacy/00-legacy-overview.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/docs/99-legacy/00-legacy-overview.md b/documentation/docs/99-legacy/00-legacy-overview.md index 0840b2256e..638a77ec1a 100644 --- a/documentation/docs/99-legacy/00-legacy-overview.md +++ b/documentation/docs/99-legacy/00-legacy-overview.md @@ -10,3 +10,5 @@ The following pages document these features for - people using Svelte 5, but with components that haven't yet been migrated Since Svelte 3/4 syntax still works in Svelte 5, we will distinguish between _legacy mode_ and _runes mode_. Once a component is in runes mode (which you can opt into by using runes, or by explicitly setting the `runes: true` compiler option), legacy mode features are no longer available. + +If you're exclusively interested in the Svelte 3/4 syntax, you can browse its documentation at [v4.svelte.dev](https://v4.svelte.dev).