Skip to content

fix: DEV-246 & DEV-247 - redirect multi-step-functions, move fetch to TS ref#1515

Open
Benanna2019 wants to merge 6 commits intomainfrom
ben/dev-246-dev-247-quick-fixes
Open

fix: DEV-246 & DEV-247 - redirect multi-step-functions, move fetch to TS ref#1515
Benanna2019 wants to merge 6 commits intomainfrom
ben/dev-246-dev-247-quick-fixes

Conversation

@Benanna2019
Copy link
Copy Markdown
Contributor

@Benanna2019 Benanna2019 commented Apr 6, 2026

Summary

  • DEV-246: Removes the old multi-step-functions guide page and redirects all legacy paths (/docs/guides/multi-step-functions, /docs/functions/multi-step, /docs/cli/steps/, /features/step-functions) to /docs/learn/inngest-steps. Updates nav link in Patterns section.
  • DEV-247: Moves the step.fetch() / durable fetch documentation from features/inngest-functions/steps-workflows/fetch to the TypeScript SDK v4 reference at reference/typescript/v4/functions/fetch. Adds redirect from old path, updates nav links in both Learn (Concepts > Steps) and Reference (v4 Steps group) sections.

Changes

  • next.config.mjs - updated/added permanent redirects
  • shared/Docs/navigationStructure.ts - updated nav hrefs, added step.fetch() to v4 Steps
  • pages/docs/guides/multi-step-functions.mdx - deleted
  • pages/docs/features/inngest-functions/steps-workflows/fetch.mdx - deleted (moved)
  • pages/docs/reference/typescript/v4/functions/fetch.mdx - created (moved content)

Test plan

  • Verify /docs/guides/multi-step-functions redirects to /docs/learn/inngest-steps
  • Verify /docs/features/inngest-functions/steps-workflows/fetch redirects to /docs/reference/typescript/functions/fetch
  • Verify sidebar nav shows correct links in Learn > Concepts > Steps and Reference > v4 > Steps
  • Verify the fetch reference page renders correctly at new location

DEV-246: Point all multi-step-functions legacy paths to /docs/learn/inngest-steps
DEV-247: Add redirect from old fetch page to new TS SDK reference location
Relocate the step.fetch() / fetch utility documentation from
features/inngest-functions/steps-workflows/fetch to the TypeScript SDK
v4 reference section where it belongs.
- Multi-step functions pattern now links to /docs/learn/inngest-steps
- Durable Fetch concept link now points to TS SDK reference
- Add step.fetch() to v4 Steps nav group
Content has been moved to pages/docs/reference/typescript/v4/functions/fetch.mdx
Old path now redirects via next.config.mjs
@Benanna2019 Benanna2019 requested a review from djfarrelly as a code owner April 6, 2026 18:09
@linear
Copy link
Copy Markdown

linear bot commented Apr 6, 2026

@vercel
Copy link
Copy Markdown

vercel bot commented Apr 6, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
website Ready Ready Preview, Comment Apr 6, 2026 7:15pm

Request Review

The entry pointed to /docs/learn/inngest-steps which is already linked
as "Building with steps" under Concepts > Steps, causing both nav items
to highlight when visiting that page.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants