Skip to content

Commit

Permalink
Add back link for all other tutorial's step 1
Browse files Browse the repository at this point in the history
  • Loading branch information
ernstmul committed Nov 4, 2024
1 parent f7dcad2 commit 0e8b068
Show file tree
Hide file tree
Showing 13 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/android/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: tutorial
title: Build an ideas tracker with Android
description: Learn to build an Android app with no backend code using an Appwrite backend.
framework: Android
back: /docs/tutorials
category: Mobile and native
step: 1
---
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/apple/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: tutorial
title: Coming soon
description: Learn to build an Apple app with no backend code using an Appwrite backend.
framework: Apple
back: /docs/tutorials
category: Mobile and native
step: 1
draft: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Server-side authentication with Astro
description: Add SSR authentication to your Astro app with Appwrite
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 20
framework: Astro SSR
category: Auth
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/flutter/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ layout: tutorial
title: Coming soon
description: Learn to build an Flutter app with no backend code using an Appwrite backend.
framework: Flutter
back: /docs/tutorials
category: Mobile and native
step: 1
draft: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Server-side authentication with Next.js
description: Add SSR authentication to your Next.js app with Appwrite
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 20
framework: Next.js SSR
category: Auth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Server-side authentication with Nuxt
description: Add SSR authentication to your Nuxt app with Appwrite
step: 1
difficulty: beginner
back: /docs/tutorials
draft: true
readtime: 20
framework: Nuxt SSR
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Build an ideas tracker with React Native
description: Learn to build a React Native app with no backend code using an Appwrite backend.
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 10
category: Mobile and native
framework: React Native
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/react/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Build an ideas tracker with React
description: Learn to build a React app with no backend code using an Appwrite backend.
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 10
category: Web
framework: React
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/refine/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Build a blog admin panel with Refine
description: Learn to build a Refine app with no backend code using an Appwrite backend.
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 10
framework: Refine
category: Web
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Add app subscriptions with Stripe
description: Add paid app subscription plans to your app with Stripe and Appwrite Functions.
step: 1
difficulty: easy
back: /docs/tutorials
readtime: 10
framework: Stripe
category: Functions
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Authentication with SvelteKit
description: Add Authentication to a SvelteKit project using Appwrite.
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 20
framework: SvelteKit
category: Auth
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Server-side authentication with SvelteKit
description: Add SSR authentication to your SvelteKit app with Appwrite
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 20
framework: SvelteKit SSR
category: Auth
Expand Down
1 change: 1 addition & 0 deletions src/routes/docs/tutorials/sveltekit/step-1/+page.markdoc
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ title: Build an ideas tracker with SvelteKit
description: Build a SvelteKit project using Appwrite.
step: 1
difficulty: beginner
back: /docs/tutorials
readtime: 10
framework: SvelteKit
category: Web
Expand Down

0 comments on commit 0e8b068

Please sign in to comment.