Skip to content
Closed
Show file tree
Hide file tree
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
14 changes: 12 additions & 2 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,13 @@
{
"group": "Migrate",
"pages": [
"v3/how-to-guides/migrate/airflow",
{
"group": "Migrate from other orchestrators",
"pages": [
"v3/how-to-guides/migrate/other-orchestrators/airflow",
"v3/how-to-guides/migrate/other-orchestrators/dagster"
]
},
"v3/how-to-guides/migrate/upgrade-to-prefect-3",
"v3/how-to-guides/migrate/upgrade-agents-to-workers",
"v3/how-to-guides/migrate/transfer-resources"
Expand Down Expand Up @@ -2410,9 +2416,13 @@
"source": "v3/develop/task-run-limits"
},
{
"destination": "/v3/how-to-guides/migrate/airflow",
"destination": "/v3/how-to-guides/migrate/other-orchestrators/airflow",
"source": "v3/tutorials/airflow"
},
{
"destination": "/v3/how-to-guides/migrate/other-orchestrators/airflow",
"source": "v3/how-to-guides/migrate/airflow"
},
{
"destination": "/v3/how-to-guides/migrate/upgrade-to-prefect-3",
"source": "v3/resources/upgrade-to-prefect-3"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
title: How to Migrate from Airflow
sidebarTitle: Migrate from Airflow
sidebarTitle: Airflow
description: "Migration from Apache Airflow to Prefect: A Comprehensive How-To Guide"
---

Expand Down
Loading