Skip to content

Commit 83c1e4f

Browse files
authored
doc: adjust the sequence of Recipes (#470)
1 parent bcc2118 commit 83c1e4f

15 files changed

+15
-15
lines changed

docs/guides/check-permission.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Checking permissions without hitting the database.
3-
sidebar_position: 13
3+
sidebar_position: 15
44
---
55

66
# Checking Permissions Without Hitting the Database (Preview)

docs/guides/client-extensions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Using ZenStack with Prisma Client Extensions.
3-
sidebar_position: 11
3+
sidebar_position: 10
44
---
55

66
# Using With Prisma Client Extensions

docs/guides/debugging.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 9
2+
sidebar_position: 4
33
---
44
# Debugging and Troubleshooting
55

docs/guides/deploy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
sidebar_position: 10
2+
sidebar_position: 13
33
---
44
# Deploying to Production
55

docs/guides/edge.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Guide for deploying ZenStack to edge runtime.
3-
sidebar_position: 12
3+
sidebar_position: 14
44
---
55

66
# Deploying to Edge Runtime

docs/guides/existing-prisma.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Steps for migrating from existing Prisma projects.
3-
sidebar_position: 4
3+
sidebar_position: 2
44
---
55

66
# Migrating Existing Prisma Projects

docs/guides/field-encryption.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Encrypting Fields
3-
sidebar_position: 16
3+
sidebar_position: 6
44
---
55

66
# Encrypting Fields

docs/guides/ide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: IDE extensions
3-
sidebar_position: 5
3+
sidebar_position: 3
44
---
55

66
# Installing IDE Extensions

docs/guides/multiple-schema.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: ZenStack offers increased flexibility in managing your schema file through multiple schema files and model inheritance.
3-
sidebar_position: 6
3+
sidebar_position: 8
44
---
55
# Multiple Schema Files and Model Inheritance
66

docs/guides/polymorphism.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
description: Polymorphic Relations
3-
sidebar_position: 10
3+
sidebar_position: 5
44
---
55

66
# Polymorphic Relations

0 commit comments

Comments
 (0)