diff --git a/src/routes/docs/tutorials/+page.svelte b/src/routes/docs/tutorials/+page.svelte index c55c6bbd9..565d52316 100644 --- a/src/routes/docs/tutorials/+page.svelte +++ b/src/routes/docs/tutorials/+page.svelte @@ -17,13 +17,18 @@ angular: 'icon-angular', svelte: 'icon-svelte', sveltekit: 'icon-svelte', + 'sveltekit ssr': 'icon-svelte', android: 'icon-android', apple: 'icon-apple', flutter: 'icon-flutter', nuxt: 'icon-nuxt', + 'nuxt ssr': 'icon-nuxt', stripe: 'icon-stripe', refine: 'aw-icon-refine', - 'next.js': 'icon-nextjs' + 'next.js': 'icon-nextjs', + 'next.js ssr': 'icon-nextjs', + astro: 'icon-astro', + 'astro ssr': 'icon-astro' }; const getIcon = (tutorial: MappedTutorial) => { diff --git a/src/routes/docs/tutorials/astro-ssr-auth/step-1/+page.markdoc b/src/routes/docs/tutorials/astro-ssr-auth/step-1/+page.markdoc index 96acbdba8..02320b006 100644 --- a/src/routes/docs/tutorials/astro-ssr-auth/step-1/+page.markdoc +++ b/src/routes/docs/tutorials/astro-ssr-auth/step-1/+page.markdoc @@ -5,7 +5,7 @@ description: Add SSR authentication to your Astro app with Appwrite step: 1 difficulty: beginner readtime: 20 -framework: Astro +framework: Astro SSR category: Auth --- diff --git a/src/routes/docs/tutorials/nextjs-ssr-auth/step-1/+page.markdoc b/src/routes/docs/tutorials/nextjs-ssr-auth/step-1/+page.markdoc index 301e68539..7daff97cc 100644 --- a/src/routes/docs/tutorials/nextjs-ssr-auth/step-1/+page.markdoc +++ b/src/routes/docs/tutorials/nextjs-ssr-auth/step-1/+page.markdoc @@ -5,7 +5,7 @@ description: Add SSR authentication to your Next.js app with Appwrite step: 1 difficulty: beginner readtime: 20 -framework: Next.js +framework: Next.js SSR category: Auth --- diff --git a/src/routes/docs/tutorials/nuxt-ssr-auth/step-1/+page.markdoc b/src/routes/docs/tutorials/nuxt-ssr-auth/step-1/+page.markdoc index 7f8b54b70..04598d316 100644 --- a/src/routes/docs/tutorials/nuxt-ssr-auth/step-1/+page.markdoc +++ b/src/routes/docs/tutorials/nuxt-ssr-auth/step-1/+page.markdoc @@ -5,8 +5,8 @@ description: Add SSR authentication to your Nuxt app with Appwrite step: 1 difficulty: beginner readtime: 20 -framework: Nuxt -category: Auth +framework: Nuxt SSR +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. diff --git a/src/routes/docs/tutorials/sveltekit-ssr-auth/step-1/+page.markdoc b/src/routes/docs/tutorials/sveltekit-ssr-auth/step-1/+page.markdoc index 935342faa..6bd22fca3 100644 --- a/src/routes/docs/tutorials/sveltekit-ssr-auth/step-1/+page.markdoc +++ b/src/routes/docs/tutorials/sveltekit-ssr-auth/step-1/+page.markdoc @@ -5,7 +5,7 @@ description: Add SSR authentication to your SvelteKit app with Appwrite step: 1 difficulty: beginner readtime: 20 -framework: SvelteKit +framework: SvelteKit SSR category: Auth ---