docs(ai): 拆分 Superpowers 模块并添加重定向

This commit is contained in:
2026-03-16 23:08:45 +08:00
parent daae331fd0
commit 97ea3e4df0
5 changed files with 18 additions and 0 deletions

1
.gitignore vendored
View File

@@ -13,6 +13,7 @@ src/.vuepress/dist/
# IDE # IDE
.idea/ .idea/
.vscode/ .vscode/
.worktrees/
*.swp *.swp
*.swo *.swo
*~ *~

View File

@@ -245,6 +245,14 @@ export default sidebar({
text: "opencode-tui", text: "opencode-tui",
link: "opencode-tui.md", link: "opencode-tui.md",
}, },
],
},
{
text: "Superpowers",
icon: "mdi:rocket-launch-outline",
collapsible: true,
prefix: "superpowers/",
children: [
{ {
text: "superpowers-总览", text: "superpowers-总览",
link: "opencode-superpowers-overview.md", link: "opencode-superpowers-overview.md",

View File

@@ -10,6 +10,9 @@ tag:
- Superpowers - Superpowers
- Skills - Skills
- 工作流 - 工作流
redirectFrom:
- /ai/opencode-skills-playbook.html
- /ai/opencode-skills-playbook
--- ---
# OpenCode Superpowers编码 + 写博客 skills 使用方案(自用版) # OpenCode Superpowers编码 + 写博客 skills 使用方案(自用版)

View File

@@ -10,6 +10,9 @@ tag:
- Superpowers - Superpowers
- Skills - Skills
- 工作流 - 工作流
redirectFrom:
- /ai/opencode-superpowers-overview.html
- /ai/opencode-superpowers-overview
--- ---
# OpenCode Superpowers框架总览与上手路线 # OpenCode Superpowers框架总览与上手路线

View File

@@ -10,6 +10,9 @@ tag:
- Superpowers - Superpowers
- 插件 - 插件
- Skills - Skills
redirectFrom:
- /ai/opencode-superpowers.html
- /ai/opencode-superpowers
--- ---
# OpenCode + Superpowers技能插件安装与用法 # OpenCode + Superpowers技能插件安装与用法