From 235752e78430930f6fcf97a043c1c2cb3088e6d2 Mon Sep 17 00:00:00 2001 From: Puru Vijay Date: Thu, 29 Jun 2023 18:33:02 +0530 Subject: [PATCH] search works without js --- documentation/blog/2023-06-29-svelte-dev-overhaul.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/documentation/blog/2023-06-29-svelte-dev-overhaul.md b/documentation/blog/2023-06-29-svelte-dev-overhaul.md index 524f499714..ceef90e421 100644 --- a/documentation/blog/2023-06-29-svelte-dev-overhaul.md +++ b/documentation/blog/2023-06-29-svelte-dev-overhaul.md @@ -35,6 +35,8 @@ The lack of search functionality could make finding stuff a nuisance as Ctr And for that, the new website comes with a search bar, which searches through the docs and the API surface. Hit Ctrl+K (or CMD+F for Mac users) and start searching! +And in case you're wondering, the search bar is fully accessible and works without JavaScript, at [svelte.dev/search](../search) page + ## Lights, TypeScript, Action! The new website comes with a JavaScript / TypeScript toggle, so you can view the docs in your preferred flavour. Every module's exported types are listed at the bottom of the page for easy reference. The types are automatically generated from Svelte's source code, so they're always up to date.