docs: add dedicated ClawHub docs tab#79159
Conversation
|
Codex review: needs maintainer review before merge. Summary Reproducibility: not applicable. as a bug reproduction; this is a docs and publish-workflow PR. The changed behavior has local dry-run proof, and live CI currently shows the docs check failing while the paired ClawHub dependency is still open. Real behavior proof Next step before merge Security Review detailsBest possible solution: Land the ClawHub docs-source split first, then merge this PR only after docs CI and publish dry-run proof pass against ClawHub main. Do we have a high-confidence way to reproduce the issue? Not applicable as a bug reproduction; this is a docs and publish-workflow PR. The changed behavior has local dry-run proof, and live CI currently shows the docs check failing while the paired ClawHub dependency is still open. Is this the best way to solve the issue? Unclear as merge-ready today: the docs-mirroring direction is coherent, but the safest path is to land the paired ClawHub PR first and rerun this PR's docs checks before merge. What I checked:
Likely related people:
Remaining risk / open question:
Codex review notes: model gpt-5.5, reasoning high; reviewed against 83aad863fd77. |
* docs: add clawhub docs tab * fix: satisfy docs sync lint * docs: prune internal clawhub nav pages * docs: include ClawHub publishing page in nav * docs: use clawhub how-it-works route
* docs: add clawhub docs tab * fix: satisfy docs sync lint * docs: prune internal clawhub nav pages * docs: include ClawHub publishing page in nav * docs: use clawhub how-it-works route
* docs: add clawhub docs tab * fix: satisfy docs sync lint * docs: prune internal clawhub nav pages * docs: include ClawHub publishing page in nav * docs: use clawhub how-it-works route
Summary
ClawHubtab to the Mintlify docs navigation and move the old/tools/clawhubpage to a redirect stub.openclaw/clawhub:docs/**into the docs publish tree underdocs/clawhub/**, while excluding ClawHubspecs/**./clawhubroute.Dependency
Depends on openclaw/clawhub#2095 landing first so the ClawHub-owned
docs/clawhub.mdsource exists onopenclaw/clawhub:mainbefore this publish pipeline starts mirroring it.Verification
OPENCLAW_DOCS_SYNC_CLAWHUB_REPO=/Users/patrickerichsen/.codex/worktrees/clawhub-docs-clawhub pnpm docs:check-linkspnpm docs:check-mdxpnpm format:docs:checkpnpm test src/scripts/docs-link-audit.test.tspnpm test test/scripts/barnacle-auto-response.test.tsdocs/clawhub/index.mdexists whiledocs/clawhub/specsanddocs/clawhub/README.mddo not.actionlint .github/workflows/docs-sync-publish.yml .github/workflows/ci.ymlReal behavior proof