Get started

Third-party notices

Edit source

Third-party notices

Documentation site renderer (scripts/docs-site/)

The static-site renderer under scripts/docs-site/ is derived from the openclaw/docs project at commit 277d774 (MIT-licensed).

Centraid's adaptations:

  • Stripped the multi-locale machinery (translation memory files, per-locale navigation overlays, Mintlify locale sync). Single-locale English-only.
  • Removed the Cloudflare R2 + Worker publish pipeline (r2-prepare.mjs, r2-upload.mjs, cloudflare-prune.mjs, workers/, wrangler.toml). Centraid deploys directly to Cloudflare Pages.
  • Renamed the CSS class prefix from oc- to cd- throughout assets.mjs and the MDX-ish component output.
  • Replaced brand tokens (primary color, fonts, logo, favicon, header nav links, OG card template).
  • Dropped the ClawHub cross-repo content sync.

Both the original and Centraid's adaptation are MIT-licensed.

Original LICENSE notice

Code
MIT License Copyright (c) 2026 openclaw Permission is hereby granted, free of charge, to any person obtaining a copyof this software and associated documentation files (the "Software"), to dealin the Software without restriction, including without limitation the rightsto use, copy, modify, merge, publish, distribute, sublicense, and/or sellcopies of the Software, and to permit persons to whom the Software isfurnished to do so, subject to the following conditions: The above copyright notice and this permission notice shall be included in allcopies or substantial portions of the Software. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS ORIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THEAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHERLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OF OTHER DEALINGS IN THESOFTWARE.
Was this useful?