@@ -291,30 +291,28 @@ export default defineConfig({
291291 collapsed : false ,
292292 items : [
293293 {
294- text : "Deploy AstrBot " ,
294+ text : "Installation " ,
295295 base : "/en/deploy/astrbot" ,
296296 collapsed : false ,
297297 items : [
298- { text : "📦 Package Manager Deployment " , link : "/package" } ,
299- { text : "🦈 Docker Deployment " , link : "/docker" } ,
300- { text : "☸️ Kubernetes Deployment " , link : "/kubernetes" } ,
301- { text : "👍 Manual Deployment " , link : "/cli" } ,
302- { text : "😁 BT Panel Deployment " , link : "/btpanel" } ,
303- { text : "🥇 1Panel Deployment " , link : "/1panel" } ,
298+ { text : "Package Manager" , link : "/package" } ,
299+ { text : "Docker" , link : "/docker" } ,
300+ { text : "Kubernetes" , link : "/kubernetes" } ,
301+ { text : "Manual" , link : "/cli" } ,
302+ { text : "BT Panel" , link : "/btpanel" } ,
303+ { text : "1Panel" , link : "/1panel" } ,
304304 {
305305 text : "Other Deployments" ,
306306 link : "/other-deployments" ,
307307 collapsed : true ,
308308 items : [
309- { text : "CasaOS Deployment" , link : "/casaos" } ,
310- { text : "Compshare GPU Deployment" , link : "/compshare" } ,
311- { text : "Community Deployments" , link : "/community-deployment" } ,
309+ { text : "CasaOS" , link : "/casaos" } ,
312310 ] ,
313311 } ,
314312 ] ,
315313 } ,
316314 {
317- text : "Connect to Messaging Platforms " ,
315+ text : "Configure Bots " ,
318316 base : "/en/deploy/platform" ,
319317 collapsed : false ,
320318 items : [
0 commit comments