From 7d3ee5fb41081485c98a858db69f1fba635ee083 Mon Sep 17 00:00:00 2001 From: Ajin <98632781+0Ared@users.noreply.github.com> Date: Sun, 2 Jun 2024 18:37:25 +0530 Subject: [PATCH 1/2] Added Svelte and SvelteKit --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 1e774d2..cdca0df 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,10 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [FastAPI](https://fastapi.tiangolo.com) - Python framework for building APIs with beautiful and complete documentation. (contributed by [@jrwaine](https://github.com/jrwaine)) * [Circles, Sines and Signals](https://jackschaedler.github.io/circles-sines-signals/) - A Compact Primer on Digital Signal Processing. (contributed by [@PharkMillups](https://github.com/PharkMillups)) * [PostgreSQL](https://www.postgresql.org/docs/current/index.html) - One of the most reliable sets of documentation available. There is rarely a need to go outside the documentation. (contributed by [@dalryan](https://github.com/dalryan)) +* [Svelte](https://svelte.dev/docs/introduction) - Svelte shifts as much work as possible out of the browser and into your build step. No more manual optimisations — just faster, more efficient apps. (contributed by [@0Ared](https://github.com/0Ared/)) +* [Svelte Kit](https://kit.svelte.dev/docs/introduction) - SvelteKit gives you the tools to succeed whatever it is you're building. And it runs wherever JavaScript does. (contributed by [@0Ared](https://github.com/0Ared/)) + + ### Writing about Docs From 99b4c1c25a07bdda7042de642976ac32a60c71a1 Mon Sep 17 00:00:00 2001 From: Ajin <98632781+0Ared@users.noreply.github.com> Date: Tue, 11 Jun 2024 20:55:23 +0530 Subject: [PATCH 2/2] removed kit.svelte.dev --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index cdca0df..ca7bd03 100644 --- a/README.md +++ b/README.md @@ -72,7 +72,6 @@ This should be updated fairly regularly. As usual, **pull requests are encourage * [Circles, Sines and Signals](https://jackschaedler.github.io/circles-sines-signals/) - A Compact Primer on Digital Signal Processing. (contributed by [@PharkMillups](https://github.com/PharkMillups)) * [PostgreSQL](https://www.postgresql.org/docs/current/index.html) - One of the most reliable sets of documentation available. There is rarely a need to go outside the documentation. (contributed by [@dalryan](https://github.com/dalryan)) * [Svelte](https://svelte.dev/docs/introduction) - Svelte shifts as much work as possible out of the browser and into your build step. No more manual optimisations — just faster, more efficient apps. (contributed by [@0Ared](https://github.com/0Ared/)) -* [Svelte Kit](https://kit.svelte.dev/docs/introduction) - SvelteKit gives you the tools to succeed whatever it is you're building. And it runs wherever JavaScript does. (contributed by [@0Ared](https://github.com/0Ared/))