From ef082c2acde6746e432d02019b8f9d3a52695ff3 Mon Sep 17 00:00:00 2001 From: Luke Hagar Date: Wed, 23 Jul 2025 16:55:49 -0500 Subject: [PATCH] Enhance README.md with structured sections for adapters - Added a new section for Adapters with subsections for Appwrite and Electron adapters. - Improved navigation by including links to examples and package details for each adapter. - Clarified the descriptions for both Appwrite and Electron adapters to enhance user understanding. --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a13465d..8a0599c 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,17 @@ This repo contains the below adapters and example implementations for each adapter. -## Appwrite adapter +- [SvelteKit Adapters](#sveltekit-adapters) + - [Adapters](#adapters) + - [Appwrite adapter](#appwrite-adapter) + - [Electron adapter](#electron-adapter) + - [What's inside?](#whats-inside) + - [Examples](#examples) + - [Packages](#packages) + +## Adapters + +### Appwrite adapter [Adapter](https://github.com/LukeHagar/sveltekit-adapters/tree/main/packages/adapter-appwrite) | [Example](https://github.com/LukeHagar/sveltekit-adapters/tree/main/examples/appwrite) @@ -10,7 +20,7 @@ Deploy SvelteKit applications as appwrite functions. I have tested and validated the implementation with the node20 runtime. Other runtimes may work but have not been tested. -## Electron adapter +### Electron adapter [Adapter](https://github.com/LukeHagar/sveltekit-adapters/tree/main/packages/adapter-electron) | [Example](https://github.com/LukeHagar/sveltekit-adapters/tree/main/examples/electron)