fix: DEV-246 & DEV-247 - redirect multi-step-functions, move fetch to TS ref#1515
Open
Benanna2019 wants to merge 6 commits intomainfrom
Open
fix: DEV-246 & DEV-247 - redirect multi-step-functions, move fetch to TS ref#1515Benanna2019 wants to merge 6 commits intomainfrom
Benanna2019 wants to merge 6 commits intomainfrom
Conversation
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
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
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.
djfarrelly
approved these changes
Apr 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
multi-step-functionsguide 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.step.fetch()/ durable fetch documentation fromfeatures/inngest-functions/steps-workflows/fetchto the TypeScript SDK v4 reference atreference/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 redirectsshared/Docs/navigationStructure.ts- updated nav hrefs, addedstep.fetch()to v4 Stepspages/docs/guides/multi-step-functions.mdx- deletedpages/docs/features/inngest-functions/steps-workflows/fetch.mdx- deleted (moved)pages/docs/reference/typescript/v4/functions/fetch.mdx- created (moved content)Test plan
/docs/guides/multi-step-functionsredirects to/docs/learn/inngest-steps/docs/features/inngest-functions/steps-workflows/fetchredirects to/docs/reference/typescript/functions/fetch