chore: svelte csr changes

This commit is contained in:
loks0n
2024-02-09 10:58:41 +00:00
parent b7cfde7707
commit efd44deeb6
18 changed files with 20 additions and 20 deletions

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Server Side Rendering with SvelteKit
description: Add SSR Authentication to your SvelteKit app with Appwrite
title: Server-side authentication with SvelteKit
description: Add SSR authentication to your SvelteKit app with Appwrite
step: 1
difficulty: beginner
readtime: 20
@@ -12,7 +12,7 @@ category: Auth
Appwrite takes away the stress of building and maintaining a backend. Appwrite helps implement authentication, databases, file storage, and respond to real-time events with **secure** APIs out of the box.
If you're a Svelte developer, the examples in this guide show you how Appwrite can help you add authentication to Svelte apps faster.
# Before you start
# Before you start {% #before-you-start %}
Even if you've never tried Appwrite, you will get an idea of what it'll feel like to build with Svelte and Appwrite.

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Create project
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 2
---

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Initialize SDK
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 3
---
Before you can use Appwrite, you need to create the Appwrite `Client` and set the project ID and endpoint.

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Add a server hook
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 4
---

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Create sign in page
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 5
---

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Create account page
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 6
---

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: Adding OAuth2 authentication with SSR
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 7
---

View File

@@ -1,7 +1,7 @@
---
layout: tutorial
title: All set
description: Add Authentication to a SvelteKit project using Appwrite.
description: Add authentication to a SvelteKit project using Appwrite.
step: 8
---
If you want to see the complete source code with styling, see the [demos-for-svelte](https://github.com/appwrite/demos-for-svelte/tree/main/server-side-rendering) repository.