Skip to content

Commit 8c8d2c9

Browse files
authored
Chore: move durable tasks vs. dags docs section to the cookbooks (#3760)
* chore: move durable tasks vs. dags docs section to the cookbooks * fix: add redirect
1 parent fec09b2 commit 8c8d2c9

4 files changed

Lines changed: 2 additions & 1 deletion

File tree

frontend/docs/next.config.mjs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ const nextConfig = {
5959
{ source: '/v1/patterns/mixing-patterns', destination: '/v1/durable-execution', permanent: true, basePath: false },
6060
{ source: '/v1/patterns', destination: '/v1/durable-execution', permanent: true, basePath: false },
6161
{ source: '/v1/patterns/:path*', destination: '/v1/durable-execution', permanent: true, basePath: false },
62+
{ source: '/v1/durable-tasks-vs-dags', destination: '/cookbooks/durable-tasks-vs-dags', permanent: false, basePath: false },
6263
// --- Old main: /home/* → /v1/* (only paths that existed on main) ---
6364
{ source: '/home/conditional-workflows', destination: '/v1/directed-acyclic-graphs#branching-with-parent-conditions', permanent: true, basePath: false },
6465
{ source: '/home/on-failure-tasks', destination: '/v1/error-handling', permanent: true, basePath: false },

frontend/docs/pages/cookbooks/_meta.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,5 @@ export default {
1313
},
1414
"workflow-support-agent": "Support Agent",
1515
"welcome-email": "Welcome Email",
16+
"durable-tasks-vs-dags": "Durable Tasks vs DAGs",
1617
};
File renamed without changes.

frontend/docs/pages/v1/_meta.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ export default {
4444
type: "separator",
4545
},
4646
"durable-tasks": "Durable Tasks",
47-
"durable-tasks-vs-dags": "Durable Tasks vs DAGs",
4847
"child-spawning": "Child Spawning",
4948
"durable-sleep": "Sleeps",
5049
"durable-event-waits": "Event Waits",

0 commit comments

Comments
 (0)