[BREAKGLASS] OpenClaw docs + translation https://docs.openclaw.ai
Go to file
2026-04-05 09:57:55 +01:00
.github/workflows ci: skip zh-CN translation when docs are unchanged 2026-04-05 09:57:55 +01:00
.openclaw-sync chore(sync): mirror docs from openclaw/openclaw@4a85810091 2026-04-05 08:56:34 +00:00
docs chore(sync): mirror docs from openclaw/openclaw@4a85810091 2026-04-05 08:56:34 +00:00
LICENSE Initial commit 2026-04-05 09:03:25 +01:00
README.md docs: add publish repo readme 2026-04-05 09:46:52 +01:00

openclaw-docs

Mirror repo for the published OpenClaw docs site.

Source of truth lives in openclaw/openclaw, under docs/.

How it works

  1. English docs are authored in openclaw/openclaw.
  2. openclaw/openclaw/.github/workflows/docs-sync-publish.yml mirrors the docs tree into this repo.
  3. This repo stores the published docs tree plus generated zh-CN output.
  4. openclaw/docs/.github/workflows/translate-zh-cn.yml runs on push and hourly to refresh docs/zh-CN/**.

Editing rules

  • Do not treat this repo as the primary place for English doc edits.
  • Make English doc changes in openclaw/openclaw, then let sync copy them here.
  • zh-CN pages in docs/zh-CN/** are generated output.
  • .openclaw-sync/source.json records which openclaw/openclaw commit this mirror was synced from.

Secrets

  • OPENCLAW_DOCS_SYNC_TOKEN lives in openclaw/openclaw and lets the source repo push into this repo.
  • OPENCLAW_DOCS_I18N_OPENAI_API_KEY lives in this repo and powers zh-CN translation refreshes.