Skip to content

Commit 7693eb5

Browse files
committed
架构重构: 修正分支架构,实现master→docsify分离
🏗️ 架构优化: - 清理master分支,移除docsify文档系统文件 - 创建独立的docsify分支用于文档站点 - 重新设计GitHub Actions工作流 📁 目录结构优化: - 创建标准C项目结构 (src/, include/, examples/, tests/) - 添加示例模块文档 (memory, data_structures, scheduler) - 创建基础和高级示例代码说明 ⚙️ 工作流改进: - 新增 docs-deploy.yml 工作流 - 实现master分支推送→收集README→更新docsify分支→部署Pages - 自动生成侧边栏和文档索引 🛠️ 工具脚本: - 添加 docsify分支初始化脚本 - 支持手动执行分支设置 🎯 解决的问题: - master分支文档系统文件污染 - 分支职责混乱 - 工作流配置冲突 - 文档更新流程不清晰 🤖 由Claude Code生成和优化
1 parent d8abcd8 commit 7693eb5

44 files changed

Lines changed: 1581 additions & 9393 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@
55
"Bash(git checkout:*)",
66
"Bash(git push:*)",
77
"Bash(git add:*)",
8-
"Bash(git commit:*)"
8+
"Bash(git commit:*)",
9+
"Bash(git rm:*)"
910
],
1011
"deny": [],
1112
"ask": []

.docsify/index.html

Lines changed: 0 additions & 303 deletions
This file was deleted.

0 commit comments

Comments
 (0)