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.
This commit is contained in:
Luke Hagar
2025-07-23 16:55:49 -05:00
parent da7e368a9a
commit ef082c2acd

View File

@@ -2,7 +2,17 @@
This repo contains the below adapters and example implementations for each adapter. 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) [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. 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) [Adapter](https://github.com/LukeHagar/sveltekit-adapters/tree/main/packages/adapter-electron) | [Example](https://github.com/LukeHagar/sveltekit-adapters/tree/main/examples/electron)