Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
本 PR 旨在将优秀的教程和架构分析内容有机融入官方文档站的现有体系中,去除了散文式的教程结构,将其核心知识点提取并补充到了更专业的使用指南里。
修改内容包括:
overview.md:补充了更详尽的产品定位、核心优势(如数据主权与技能防投毒),并加入了直观的系统首页截图。architecture/overview.md:完善了系统架构说明,充实了分层架构和依赖关系的描述,补充了架构配图。discovery/install.md:加入了详细的 ClawHub CLI 配置、登录及各参数的安装指引。skill-security.md(新增):新增《技能安全与扫描机制》页面,深度剖析了 Skill 投毒隐患、Prompt 注入风险,并详细介绍了 SkillHub 的四层安全扫描机制(结构、代码、漏洞、依赖)与审核工作流。sidebars.js:调整侧边栏导航,去除了松散的“教程与实践”目录,将新增的技能安全扫描页面加入“安全与合规”下。