Skip to content

chore(docs): remove v5 nightly and devnet versioned docs#22193

Merged
AztecBot merged 1 commit into
nextfrom
josh/ecodr-927-remove-devnet-nightly-docs
Apr 1, 2026
Merged

chore(docs): remove v5 nightly and devnet versioned docs#22193
AztecBot merged 1 commit into
nextfrom
josh/ecodr-927-remove-devnet-nightly-docs

Conversation

@critesjosh

Copy link
Copy Markdown
Contributor

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

@critesjosh critesjosh requested a review from charlielye as a code owner March 31, 2026 16:58
@critesjosh critesjosh requested a review from a team March 31, 2026 16:59
@critesjosh critesjosh force-pushed the josh/ecodr-927-remove-devnet-nightly-docs branch from 9e40581 to aabd54c Compare March 31, 2026 17:05
## 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>
@AztecBot AztecBot force-pushed the josh/ecodr-927-remove-devnet-nightly-docs branch from 38013d7 to 787e818 Compare April 1, 2026 15:42
@AztecBot AztecBot enabled auto-merge April 1, 2026 15:42
@AztecBot AztecBot added this pull request to the merge queue Apr 1, 2026
Merged via the queue into next with commit b6f7447 Apr 1, 2026
19 checks passed
@AztecBot AztecBot deleted the josh/ecodr-927-remove-devnet-nightly-docs branch April 1, 2026 16:19
@AztecBot

AztecBot commented Apr 1, 2026

Copy link
Copy Markdown
Collaborator

❌ Failed to cherry-pick to v4-next due to conflicts. (🤖) View backport run.

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
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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants