Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions docs/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -266,9 +266,9 @@ This will leave your main branch clean for your next project or migration.

Now that your environment is clean, you're ready to dive deeper:

- **[Set up staging replica](/tutorials/create-staging-replica):** Learn how to use Xata for staging environments, feature branches, and collaborative development.
- **[Migrate to Xata](/tutorials/migrate-to-xata):** Get set up for production by migrating your existing PostgreSQL database to Xata.
- **[Schema changes](/tutorials/schema-change):** Learn how to safely apply and roll back schema changes with zero downtime.
- **[Set up staging replica](tutorials/create-staging-replica):** Learn how to use Xata for staging environments, feature branches, and collaborative development.
- **[Migrate to Xata](tutorials/migrate-to-xata):** Get set up for production by migrating your existing PostgreSQL database to Xata.
- **[Schema changes](tutorials/schema-change):** Learn how to safely apply and roll back schema changes with zero downtime.

---

Expand Down