fix(docs): simplify TypeScript API reference links (backport #22232)#22369
Merged
critesjosh merged 3 commits intoApr 7, 2026
Merged
Conversation
Resolved conflicts in both typescript_api_reference.mdx files by taking the simplified CopyIcon component (removing dynamic useApiVersion, ApiLink, ApiPath components) as intended by the original PR #22232.
critesjosh
approved these changes
Apr 7, 2026
The noir formatter wraps this line differently, causing CI prep to fail on all PRs targeting the v4-next branch.
AztecBot
added a commit
that referenced
this pull request
Apr 8, 2026
BEGIN_COMMIT_OVERRIDE fix: pippenger edge case (#22256) cherry-pick: fix: separate fisherman StatefulSet from rpc-node and stop archiver pollution (#22183) — WITH CONFLICTS fix: separate fisherman StatefulSet from rpc-node and stop archiver pollution (backport #22183) (#22284) fix: preserve DeployAccountMethod type in with() method chaining (#22322) docs: backport docs build/release infrastructure from #22106 and #22144 (#22223) chore(docs): remove v5 nightly and devnet versioned docs (backport #22193) (#22236) chore: improve release-docs skill and add release-network-docs skill (#22328) chore: remove dead to_be_bytes fn (#22243) fix: correct args length in `#[authorize_once]` (#22209) chore: fix inconsistent usage of contract class hash fn (#22248) chore: delete old field comparison fns in favor of lt (#22249) fix: all account overrides + gas limits (#22173) feat: allow for runtime length arrays of sorts and selects (#22250) chore: remove dead pub global vars reexport (#22244) chore: changed default wait behavior (#22325) chore: apply code consistency consolidation (#22251) fix(docs): simplify TypeScript API reference links (backport #22232) (#22369) fix: remove detailed revert codes (#22380) fix: backport #21673 — prevent HA peer proposals from blocking equivocation in duplicate proposal test (#21693) fix: subfield note selectors (#22211) END_COMMIT_OVERRIDE
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
Backport of #22232 to v4-next.
ApiLink,ApiFile,ApiPath,useApiVersion) fromtypescript_api_reference.mdxin favor of staticpathname:///linksCopyIconcomponent to take direct paths instead of computing them from API versionnargo fmtissue inallow_phase_changedoc comment that was failing CI on all v4-next PRsCherry-pick conflicts
Conflicts occurred in both
typescript_api_reference.mdxfiles (source and v4.1.0-rc.2 versioned copy) because the v4-next branch had slightly differentuseApiVersionimplementations. Resolved by taking the incoming simplifiedCopyIconcomponent and removing all dynamic version components, matching the PR's intent.Commit structure
nargo fmttoallow_phase_changedoc comment (pre-existing issue on v4-next branch)