Private
Public Access
1
0

feat: 添加 XCodeClaw 飞书机器人配置指南与产品介绍页
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 43s

This commit is contained in:
2026-03-09 23:06:38 +08:00
parent 32e7070bed
commit 59a0d78801
21 changed files with 630 additions and 1 deletions

View File

@@ -13,7 +13,7 @@ export default defineConfig({
nav: [
{ text: "首页", link: "/" },
{ text: "快速开始", link: "/guide/" },
// { text: 'API 状态', link: '/status' }
{ text: "XCodeClaw", link: "/xcodeclaw" },
],
sidebar: [
@@ -26,6 +26,13 @@ export default defineConfig({
{ text: "Codex", link: "/guide/codex" },
],
},
{
text: "XCodeClaw",
items: [
{ text: "产品介绍", link: "/xcodeclaw" },
{ text: "飞书机器人配置", link: "/guide/feishu-bot" },
],
},
{
text: "参考",
items: [