docs(ai): 拆分 Superpowers 模块并添加重定向
This commit is contained in:
1
.gitignore
vendored
1
.gitignore
vendored
@@ -13,6 +13,7 @@ src/.vuepress/dist/
|
||||
# IDE
|
||||
.idea/
|
||||
.vscode/
|
||||
.worktrees/
|
||||
*.swp
|
||||
*.swo
|
||||
*~
|
||||
|
||||
@@ -245,6 +245,14 @@ export default sidebar({
|
||||
text: "opencode-tui",
|
||||
link: "opencode-tui.md",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
text: "Superpowers",
|
||||
icon: "mdi:rocket-launch-outline",
|
||||
collapsible: true,
|
||||
prefix: "superpowers/",
|
||||
children: [
|
||||
{
|
||||
text: "superpowers-总览",
|
||||
link: "opencode-superpowers-overview.md",
|
||||
|
||||
@@ -10,6 +10,9 @@ tag:
|
||||
- Superpowers
|
||||
- Skills
|
||||
- 工作流
|
||||
redirectFrom:
|
||||
- /ai/opencode-skills-playbook.html
|
||||
- /ai/opencode-skills-playbook
|
||||
---
|
||||
|
||||
# OpenCode Superpowers:编码 + 写博客 skills 使用方案(自用版)
|
||||
@@ -10,6 +10,9 @@ tag:
|
||||
- Superpowers
|
||||
- Skills
|
||||
- 工作流
|
||||
redirectFrom:
|
||||
- /ai/opencode-superpowers-overview.html
|
||||
- /ai/opencode-superpowers-overview
|
||||
---
|
||||
|
||||
# OpenCode Superpowers:框架总览与上手路线
|
||||
@@ -10,6 +10,9 @@ tag:
|
||||
- Superpowers
|
||||
- 插件
|
||||
- Skills
|
||||
redirectFrom:
|
||||
- /ai/opencode-superpowers.html
|
||||
- /ai/opencode-superpowers
|
||||
---
|
||||
|
||||
# OpenCode + Superpowers:技能插件安装与用法
|
||||
Reference in New Issue
Block a user