rename: catch docs up to the humanoid_control / berkeley-humanoids rename#5
Merged
Conversation
…trol-Website / berkeley-humanoids Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
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.
Catches the documentation site up to the
bar_* → humanoid_control_*series rename that already merged across the code repos. Token-only swaps within existing prose plus the site/deploy config, one doc-file rename, and regenerated SVG diagrams.Token classes changed (882 replacements across 64 files)
Repo / org / site identity
T-K-233/BAR-ROS2-Docs,T-K-233/bar_ros2_docs,BAR-ROS2-Docs,bar_ros2_docs→Berkeley-Humanoids/Humanoid-Control-Website/Humanoid-Control-WebsiteT-K-233/bar_ros2→Berkeley-Humanoids/humanoid_controlConda channel + package names
bar-robotics→berkeley-humanoidsros-jazzy-bar-controllers→ros-jazzy-humanoid-controllers;ros-jazzy-bar-*→ros-jazzy-humanoid-control-*ROS / C++ package + namespace tokens
bar_controllers→humanoid_controllers(special de-doubled case)bar_ros2→humanoid_controlbar_*packages →humanoid_control_*(msgs, common, policy, sito, robstride, socketcan, cli, bringup_lite/prime, description_prime, msgs_dds, …)bar::andnamespace bar→humanoid_control::/namespace humanoid_controlbar/<ClassName>→humanoid_control/<ClassName>/bar/mode/*→/humanoid_control/mode/*CLI command (safe contexts only — English word "bar" untouched)
pixi run bar …→pixi run hc …;ros2 run humanoid_control_cli bar→… hc; backtick`bar`→`hc`;bar bus|motor|viz|calibrate|--help→hc …Other changes
docs/how_to/talk_to_bar_ros2_from_python.md→talk_to_humanoid_control_from_python.md(git mv) and updated the sidebar entry + all 7 cross-links.docusaurus.config.tsdeploy config — see values below.scripts/draw_diagrams.py, which was also token-swapped).package.jsonnameset to npm-valid lowercasehumanoid-control-website(uppercase repo name is not a valid npm package name); matched the two rootnamefields inpackage-lock.jsonsonpm ciwon't fail on a name mismatch (dependency tree untouched).docusaurus.config.ts deployment values
title: 'humanoid_control',tagline: 'humanoid_control low-level control stack'organizationName: 'Berkeley-Humanoids',projectName: 'Humanoid-Control-Website'url: 'https://berkeley-humanoids.github.io',baseUrl: '/Humanoid-Control-Website/'editUrl: https://github.com/Berkeley-Humanoids/Humanoid-Control-Website/tree/main/https://github.com/Berkeley-Humanoids/humanoid_controlurl/baseUrlassume standard GitHub Pages forBerkeley-Humanoids/Humanoid-Control-Website, i.e. it deploys tohttps://berkeley-humanoids.github.io/Humanoid-Control-Website/. If the org uses a custom domain (or an org-rootberkeley-humanoids.github.iosite),url/baseUrlneed adjusting before the GitHub Pages build will serve correctly.Left intentionally untouched (out of scope)
logo.alt's "BAR humanoid logo", and example project namesbar-app(a user-created pixi project in the install guide).bar.reposvcs manifest filename (not in the rename spec; the code repo kept it).T-K-233:pianist_ros2,Lite-Lowlevel-Python,Prime-Description,Robot-Descriptions, andbar-ros2-project— these weren't part of this rename spec; update separately if/when those repos move.--bar-accent,.bar-mermaid-caption.Cannot build locally (no Node) — relying on the docs build CI workflow for validation.
🤖 Generated with Claude Code