chore(docs): remove v5 nightly and devnet versioned docs#22193
Merged
Conversation
9e40581 to
aabd54c
Compare
sklppy88
approved these changes
Apr 1, 2026
## Summary - Remove the `v5.0.0-nightly.20260320` and `v4.0.0-devnet.2-patch.1` versioned doc snapshots from both the main docs site and barretenberg docs - Remove the `nightly-docs-release.yml` GitHub workflow and nightly cleanup scripts - Remove nightly/devnet version config from `docusaurus.config.js`, `developer_version_config.json`, `developer_versions.json`, and `include_version.js` - Update redirects in `netlify.toml` to point to mainnet paths instead of nightly - Remove the `faceid_wallet.md` tutorial (dead page) and update its redirect ## Test plan - [ ] Verify docs site builds successfully without nightly/devnet versions - [ ] Verify redirects from `/nightly/*` land on correct mainnet pages - [ ] Verify error code redirects (`/errors/2` through `/errors/7`) resolve correctly Co-authored-by: Codespace <codespace@aztec.dev>
38013d7 to
787e818
Compare
Collaborator
|
❌ Failed to cherry-pick to |
AztecBot
added a commit
that referenced
this pull request
Apr 1, 2026
critesjosh
added a commit
that referenced
this pull request
Apr 6, 2026
Resolve conflicts with backport-to-v4-next-staging: - Delete nightly-docs-release.yml (PR intent) - Keep mainnet + testnet in developer_version_config.json - Remove devnet/nightly version handling from docusaurus.config.js - Use config-based defaults with mainnet as default release type
critesjosh
added a commit
that referenced
this pull request
Apr 6, 2026
…2193) (#22236) ## Summary Backport of #22193 to v4-next. Cherry-pick of 787e818 with conflict resolution. ### Changes - Removed nightly and devnet versioned doc snapshots (static/aztec-nr-api/nightly, static/aztec-nr-api/devnet, static/typescript-api/nightly, static/typescript-api/devnet) - Removed nightly-docs-release.yml GitHub workflow and cleanup scripts - Removed barretenberg nightly versioned docs - Updated docusaurus.config.js, developer_versions.json, and include_version.js to remove nightly/devnet version references - Updated networks.md to remove Devnet column (kept Ignition naming for v4-next) - Updated API version mapping in typescript_api_reference.mdx and api.mdx to remove nightly/devnet paths ### Conflict Resolution The cherry-pick had ~2600 modify/delete conflicts where nightly/devnet doc files were modified on v4-next but deleted by the PR. All resolved by accepting the deletions (PR intent). Config files were adapted to remove nightly/devnet references while keeping v4-next's existing structure (Ignition naming, no syncVersionsFromConfig). ClaudeBox log: https://claudebox.work/s/b4d584b742a42f17?run=1
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 was referenced Apr 14, 2026
critesjosh
added a commit
that referenced
this pull request
Apr 16, 2026
Backport of #22366 to `v4-next`. ## Summary Adds a "Getting Started on Testnet" guide and cross-links it from the local network guide and the developer sidebar. Single commit, docs-only, no code changes. ## Cherry-pick notes `git cherry-pick -m 1 3b8d1f3` produced no conflict markers — only a file-location warning because the PR added its versioned copy under `docs/developer_versioned_docs/version-v4.2.0/` (the latest versioned docs dir on `next`), and on this branch the equivalent directory is `version-v4.1.0-rc.2/`. Git's rename detection mapped the new file to the correct backport location; resolution was just `git add` + `cherry-pick --continue`. This matches how prior backports (#22232, #22193, etc.) have updated the v4.1.0-rc.2 versioned copies. No conflict-resolution or build-fix commits were needed, so this is a single clean commit rather than the 3-commit backport shape. Analysis gist: https://gist.github.com/AztecBot/1cc7e89de52ec1fdaef0b2194addf1af ClaudeBox log: https://claudebox.work/s/90bb9caf79cca71d?run=1
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
v5.0.0-nightly.20260320andv4.0.0-devnet.2-patch.1versioned doc snapshots from both the main docs site and barretenberg docsnightly-docs-release.ymlGitHub workflow and nightly cleanup scriptsdocusaurus.config.js,developer_version_config.json,developer_versions.json, andinclude_version.jsnetlify.tomlto point to mainnet paths instead of nightlyfaceid_wallet.mdtutorial (dead page) and update its redirectTest plan
/nightly/*land on correct mainnet pages/errors/2through/errors/7) resolve correctly