← Back to PRs

#19851: docs: 新增 OpenClaw Docker 与 Discord 安装调试手册

by JiepengTan open 2026-02-18 07:32 View on GitHub →
docs size: XS
## 更改概述 本次新增一份中文运行手册,沉淀当前环境下 OpenClaw 的稳定版本部署和 Discord 接入流程,方便后续复用与排障。 ## 主要更改 - 在 `docs/zh-CN/help` 新增 `openclaw-docker-discord-runbook.md` - 记录从 `v2026.2.15` 稳定标签构建 Docker、初始化与启动网关的方法 - 记录 Control UI token 登录、Discord 插件启用与 Bot Token 配置步骤 - 明确 WhatsApp 当前不再配置,并补充常见调试命令与故障定位建议 ## Commits 列表 - b36c781e5 [docs] docs: 新增 OpenClaw Docker 与 Discord 安装调试手册 Made with [Cursor](https://cursor.com) <!-- greptile_comment --> <h3>Greptile Summary</h3> Adds a new Chinese-language runbook documenting Docker-based deployment and Discord channel setup for OpenClaw `v2026.2.15`. The content covers stable-tag checkout, Docker build, gateway initialization, Control UI token auth, Discord plugin configuration, and common debugging commands. - **Bypasses i18n pipeline**: The file is added directly to `docs/zh-CN/help/` without a corresponding English source in `docs/help/`. All other zh-CN docs are generated via `scripts/docs-i18n` from English sources and include `x-i18n` frontmatter. This file has neither, which will cause it to diverge from the established docs workflow. - **Hardcoded personal paths**: `/Users/tjp/projects/openclaw/openclaw` appears in 3 places, violating the AGENTS.md docs policy that requires generic placeholders instead of personal device names/paths. - **Missing frontmatter**: No YAML frontmatter (`title`, `summary`, `x-i18n`), which all other files in this directory have. <h3>Confidence Score: 3/5</h3> - Documentation-only PR with no code changes; safe to merge after addressing style issues, but deviates from established docs conventions. - Score of 3 reflects that while this is a docs-only change with no runtime risk, it bypasses the established i18n pipeline (zh-CN docs are generated from English sources) and contains hardcoded personal paths that violate documented policy. The content itself is useful, but the approach needs adjustment to align with project conventions. - docs/zh-CN/help/openclaw-docker-discord-runbook.md — needs English source doc, frontmatter, and personal path removal <sub>Last reviewed commit: b36c781</sub> <!-- greptile_other_comments_section --> <sub>(2/5) Greptile learns from your feedback when you react with thumbs up/down!</sub> **Context used:** - Context from `dashboard` - CLAUDE.md ([source](https://app.greptile.com/review/custom-context?memory=fd949e91-5c3a-4ab5-90a1-cbe184fd6ce8)) <!-- /greptile_comment -->

Most Similar PRs