feat: 添加 XCodeClaw 飞书机器人配置指南与产品介绍页
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 43s
All checks were successful
Deploy to Cloudflare Pages / deploy (push) Successful in 43s
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user