Skip to content

Commit 3c50ae2

Browse files
author
shijiashuai
committed
chore(openspec): archive doc-cleanup-fix change
Archive completed change for documentation cleanup and dead link fixes.
1 parent 74c26c2 commit 3c50ae2

3 files changed

Lines changed: 45 additions & 0 deletions

File tree

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
change:
2+
title: "文档清理与死链接修复"
3+
status: archived
4+
archived_at: "2026-04-27"
5+
commit: "74c26c2"
6+
scope:
7+
- documentation
8+
- ci-cd
9+
- code-quality
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# 文档清理与死链接修复
2+
3+
## 提案日期
4+
2026-04-27
5+
6+
## 背景
7+
项目文档存在多处死链接和冗余文件,VitePress 配置中 `ignoreDeadLinks: true` 掩盖了这些问题。CI 工作流中的 CPU-only build job 对 CUDA 项目无实际验证价值。
8+
9+
## 范围
10+
- 修复 Release Notes 中的断裂链接
11+
- 删除重复的 Release Notes 文件
12+
- 移除 VitePress 死链接忽略配置
13+
- 修复所有文档中的死链接
14+
- 重构 CI 工作流
15+
- 处理未实现的函数声明
16+
17+
## 目标
18+
1. 文档构建无死链接警告
19+
2. CI 工作流精简有效
20+
3. 代码库更干净、更易维护
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# 任务清单
2+
3+
## 高优先级
4+
- [x] 修复 Release Notes 链接断裂
5+
- [x] 删除重复的 RELEASE_NOTES_v0.3.0.md
6+
- [x] 移除 VitePress `ignoreDeadLinks` 配置
7+
- [x] 修复文档中的 15 个死链接
8+
- [x] 删除无意义的 CI build job
9+
10+
## 中优先级
11+
- [x] 处理未实现的 `gemm_cutlass` 函数声明
12+
- [x] 更新 GitHub 仓库描述
13+
14+
## 验证
15+
- [x] 文档构建成功 (npm run docs:build)
16+
- [x] Git 提交并推送

0 commit comments

Comments
 (0)