@@ -17,7 +17,7 @@ export default defineConfig({
1717
1818 lastUpdated : true ,
1919 ignoreDeadLinks : true ,
20-
20+
2121 locales : {
2222 root : {
2323 label : "简体中文" ,
@@ -49,33 +49,50 @@ export default defineConfig({
4949 base : "/deploy/astrbot" ,
5050 collapsed : false ,
5151 items : [
52- { text : "🦈 Docker 部署" , link : "/docker" } ,
53- { text : "☸️ Kubernetes 部署" , link : "/kubernetes" } ,
54- { text : "☁️ 雨云一键云部署(NEW)" , link : "/rainyun" } ,
55- { text : "💻 启动器一键部署" , link : "/windows" } ,
56- { text : "👍 手动部署" , link : "/cli" } ,
57- { text : "😁 宝塔面板部署" , link : "/btpanel" } ,
58- { text : "🥇 1Panel 部署" , link : "/1panel" } ,
59- { text : "😊 CasaOS 部署" , link : "/casaos" } ,
60- { text : "🤗 安卓 Termux 部署" , link : "/termux" } ,
61- { text : "🍉 优云智算 GPU 部署" , link : "/compshare" } ,
62- { text : "⭐️ 社区提供的部署方式" , link : "/community-deployment" } ,
52+ { text : "包管理器部署" , link : "/package" } ,
53+ { text : "雨云一键云部署" , link : "/rainyun" } ,
54+ { text : "启动器一键部署" , link : "/windows" } ,
55+ { text : "Docker 部署" , link : "/docker" } ,
56+ { text : "Kubernetes 部署" , link : "/kubernetes" } ,
57+ { text : "宝塔面板部署" , link : "/btpanel" } ,
58+ { text : "1Panel 部署" , link : "/1panel" } ,
59+ { text : "手动部署" , link : "/cli" } ,
60+ {
61+ text : "其他部署方式" ,
62+ link : "/other-deployments" ,
63+ collapsed : true ,
64+ items : [
65+ { text : "CasaOS 部署" , link : "/casaos" } ,
66+ { text : "优云智算 GPU 部署" , link : "/compshare" } ,
67+ { text : "社区提供的部署方式" , link : "/community-deployment" } ,
68+ ] ,
69+ } ,
6370 ] ,
6471 } ,
6572 {
66- text : "接入到消息平台 " ,
73+ text : "接入消息平台 " ,
6774 base : "/deploy/platform" ,
6875 collapsed : false ,
6976 items : [
7077 {
71- text : "QQ 官方接口 " ,
78+ text : "QQ 官方机器人 " ,
7279 base : "/deploy/platform/qqofficial" ,
7380 collapsed : true ,
7481 items : [
7582 { text : "Webhook 方式" , link : "/webhook" } ,
7683 { text : "Websockets 方式" , link : "/websockets" } ,
7784 ] ,
7885 } ,
86+ { text : "企微应用" , link : "/wecom" } ,
87+ { text : "企微智能机器人" , link : "/wecom_ai_bot" } ,
88+ { text : "微信公众号" , link : "/weixin-official-account" } ,
89+ { text : "飞书" , link : "/lark" } ,
90+ { text : "钉钉" , link : "/dingtalk" } ,
91+ { text : "Telegram" , link : "/telegram" } ,
92+ { text : "LINE" , link : "/line" } ,
93+ { text : "Slack" , link : "/slack" } ,
94+ { text : "Misskey" , link : "/misskey" } ,
95+ { text : "Discord" , link : "/discord" } ,
7996 {
8097 text : "OneBot v11" ,
8198 base : "/deploy/platform/aiocqhttp" ,
@@ -86,19 +103,6 @@ export default defineConfig({
86103 { text : "其他端" , link : "/others" } ,
87104 ] ,
88105 } ,
89- { text : "企微应用" , link : "/wecom" } ,
90- { text : "企微智能机器人" , link : "/wecom_ai_bot" } ,
91- { text : "微信公众平台" , link : "/weixin-official-account" } ,
92- { text : "飞书" , link : "/lark" } ,
93- { text : "钉钉" , link : "/dingtalk" } ,
94- { text : "Telegram" , link : "/telegram" } ,
95- { text : "LINE" , link : "/line" } ,
96- { text : "Slack" , link : "/slack" } ,
97- { text : "Misskey" , link : "/misskey" } ,
98- { text : "Discord" , link : "/discord" } ,
99- { text : "Matrix" , link : "/matrix" } ,
100- { text : "KOOK" , link : "/kook" } ,
101- { text : "VoceChat" , link : "/vocechat" } ,
102106 {
103107 text : "Satori" ,
104108 base : "/deploy/platform/satori" ,
@@ -108,6 +112,15 @@ export default defineConfig({
108112 { text : "使用 server-satori" , link : "/server-satori" } ,
109113 ] ,
110114 } ,
115+ {
116+ text : "社区提供" ,
117+ collapsed : false ,
118+ items : [
119+ { text : "Matrix" , link : "/matrix" } ,
120+ { text : "KOOK" , link : "/kook" } ,
121+ { text : "VoceChat" , link : "/vocechat" } ,
122+ ] ,
123+ } ,
111124 ] ,
112125 } ,
113126 {
@@ -282,12 +295,22 @@ export default defineConfig({
282295 base : "/en/deploy/astrbot" ,
283296 collapsed : true ,
284297 items : [
298+ { text : "📦 Package Manager Deployment" , link : "/package" } ,
285299 { text : "🦈 Docker Deployment" , link : "/docker" } ,
286300 { text : "☸️ Kubernetes Deployment" , link : "/kubernetes" } ,
287301 { text : "👍 Manual Deployment" , link : "/cli" } ,
288302 { text : "😁 BT Panel Deployment" , link : "/btpanel" } ,
289303 { text : "🥇 1Panel Deployment" , link : "/1panel" } ,
290- { text : "😊 CasaOS Deployment" , link : "/casaos" } ,
304+ {
305+ text : "Other Deployments" ,
306+ link : "/other-deployments" ,
307+ collapsed : true ,
308+ items : [
309+ { text : "CasaOS Deployment" , link : "/casaos" } ,
310+ { text : "Compshare GPU Deployment" , link : "/compshare" } ,
311+ { text : "Community Deployments" , link : "/community-deployment" } ,
312+ ] ,
313+ } ,
291314 ] ,
292315 } ,
293316 {
@@ -324,9 +347,15 @@ export default defineConfig({
324347 { text : "Slack" , link : "/slack" } ,
325348 { text : "Misskey" , link : "/misskey" } ,
326349 { text : "Discord" , link : "/discord" } ,
327- { text : "Matrix" , link : "/matrix" } ,
328- { text : "KOOK" , link : "/kook" } ,
329- { text : "VoceChat" , link : "/vocechat" } ,
350+ {
351+ text : "Community-provided" ,
352+ collapsed : false ,
353+ items : [
354+ { text : "Matrix" , link : "/matrix" } ,
355+ { text : "KOOK" , link : "/kook" } ,
356+ { text : "VoceChat" , link : "/vocechat" } ,
357+ ] ,
358+ } ,
330359 {
331360 text : "Satori" ,
332361 base : "/en/deploy/platform/satori" ,
0 commit comments