Skip to content

hotfix(docs): rename stable docs alias 'latest' → 'main'; serialize gh-pages pushes - #415

Merged
andrewjong merged 1 commit into
mainfrom
hotfix/docs-main-alias
Aug 29, 2026
Merged

hotfix(docs): rename stable docs alias 'latest' → 'main'; serialize gh-pages pushes#415
andrewjong merged 1 commit into
mainfrom
hotfix/docs-main-alias

Conversation

@andrewjong

Copy link
Copy Markdown
Member

Per Andrew: the stable-docs alias goes back to main — so docs.theairlab.org/main/... works again (restoring pre-0.20 bookmarks) and is the site default. /0.20/ stays the canonical slug; main is just the moving alias.

  • Both deploy workflows: --update-aliases ... main + mike set-default main.
  • Repo /latest/ links updated (root README), skill + microagent references updated.
  • Bonus: shared concurrency: docs-deploy-gh-pages group on all three docs deploy workflows — earlier today the develop and main deploys raced on the gh-pages push and the develop one failed with "fetch first"; this serializes them.
  • VERSION 0.20.20.20.3 (gate requirement).

After merging (I'll handle it): remove the now-orphaned latest alias from gh-pages (the merge-triggered deploy adds main but doesn't remove latest).

Squash-merge is fine.

🤖 Generated with Claude Code

…ze gh-pages pushes

The site default and stable-docs alias is now /main/ (restores pre-0.20
bookmark URLs) instead of /latest/. Both deploy workflows point the
'main' alias at the current MAJOR.MINOR slug and set-default main; repo
links and skill/microagent references updated.

Also adds a shared concurrency group to the three docs deploy workflows:
concurrent deploys raced on the gh-pages push (observed: develop deploy
rejected with 'fetch first' while the main deploy pushed).

VERSION 0.20.2 → 0.20.3 (CI/docs-only; bump required by the PR gate).

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
@andrewjong
andrewjong merged commit 2adc4a3 into main Aug 29, 2026
4 checks passed
@andrewjong
andrewjong deleted the hotfix/docs-main-alias branch August 29, 2026 23:09
@github-actions

Copy link
Copy Markdown
Contributor

Test Metrics — 43000d74d7014a232e590da38e769611144809f6

This was a unit/build-only run. Simulation regression comparison does not apply.

system.test_build_packages

Pass rates

Test Pass Fail Skip Rate
test_colcon_build_gcs 1 0 0 100%
test_colcon_build_ms_airsim 1 0 0 100%
test_colcon_build_robot 1 0 0 100%
test_colcon_test_robot 1 0 0 100%

Metrics

Test Metric Value
test_colcon_build_robot duration_s 125.2s
test_colcon_test_robot duration_s 42.54s
test_colcon_build_gcs duration_s 62.06s
test_colcon_build_ms_airsim duration_s 15.62s

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.

1 participant