mirror of
https://github.com/LukeHagar/sveltekit-adapters.git
synced 2025-12-06 04:21:32 +00:00
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:
14
README.md
14
README.md
@@ -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)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user