You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.9 KiB
77 lines
1.9 KiB
|
4 weeks ago
|
# OpenClaw 官方文档本地镜像
|
||
|
|
|
||
|
|
## 同步信息
|
||
|
|
|
||
|
|
- **首次同步时间**: 2026-03-11 02:00 UTC
|
||
|
|
- **文档来源**: https://docs.openclaw.ai
|
||
|
|
- **索引文件**: https://docs.openclaw.ai/llms.txt
|
||
|
|
- **同步方式**: 手动全量同步
|
||
|
|
|
||
|
|
## 文档统计
|
||
|
|
|
||
|
|
| 类别 | 文档数量 |
|
||
|
|
|------|----------|
|
||
|
|
| CLI 参考 | ~35 |
|
||
|
|
| 核心概念 | ~20 |
|
||
|
|
| Gateway | ~15 |
|
||
|
|
| 频道/Channel | ~20 |
|
||
|
|
| 自动化 | ~10 |
|
||
|
|
| 实验/设计 | ~10 |
|
||
|
|
| **总计** | ~110 |
|
||
|
|
|
||
|
|
## 目录结构
|
||
|
|
|
||
|
|
```
|
||
|
|
docs/openclaw-official/
|
||
|
|
├── INDEX.md # 本文档索引
|
||
|
|
├── version.json # 版本追踪
|
||
|
|
├── changelog.md # 更新日志
|
||
|
|
├── assets/ # 图片等资源
|
||
|
|
└── pages/ # 文档内容
|
||
|
|
├── cli/ # CLI 命令参考
|
||
|
|
├── concepts/ # 核心概念
|
||
|
|
├── gateway/ # Gateway 相关
|
||
|
|
├── automation/ # 自动化 (Cron/Hooks 等)
|
||
|
|
├── channels/ # 频道配置
|
||
|
|
├── experiments/ # 实验性方案
|
||
|
|
├── design/ # 设计文档
|
||
|
|
├── diagnostics/ # 诊断相关
|
||
|
|
└── reference/ # 参考资料
|
||
|
|
```
|
||
|
|
|
||
|
|
## 使用方式
|
||
|
|
|
||
|
|
### 查找文档
|
||
|
|
```bash
|
||
|
|
# 搜索本地文档
|
||
|
|
grep -r "keyword" ~/openclaw/workspace/docs/openclaw-official/pages/
|
||
|
|
|
||
|
|
# 查看索引
|
||
|
|
cat ~/openclaw/workspace/docs/openclaw-official/INDEX.md
|
||
|
|
```
|
||
|
|
|
||
|
|
### 更新文档
|
||
|
|
```bash
|
||
|
|
# 手动触发同步 (未来功能)
|
||
|
|
openclaw docs sync
|
||
|
|
|
||
|
|
# 检查版本变化
|
||
|
|
openclaw update status
|
||
|
|
```
|
||
|
|
|
||
|
|
## 注意事项
|
||
|
|
|
||
|
|
1. **版权**: 文档版权归 OpenClaw 项目所有,本地镜像仅供个人使用
|
||
|
|
2. **时效性**: 文档可能过期,重大变更时需重新同步
|
||
|
|
3. **验证**: 关键配置变更建议对照最新在线文档
|
||
|
|
|
||
|
|
## 下次同步计划
|
||
|
|
|
||
|
|
- [ ] 等待 OpenClaw 版本更新后触发增量同步
|
||
|
|
- [ ] 创建自动化同步脚本
|
||
|
|
- [ ] 添加文档差异检测
|
||
|
|
|
||
|
|
---
|
||
|
|
|
||
|
|
*最后更新:2026-03-11 02:00 UTC*
|