@@ -127,19 +127,19 @@ const links = {
127127 product: [
128128 { name: " 快速开始" , href: " /fastapi_best_architecture_docs/backend/summary/quick-start" },
129129 { name: " Vben UI" , href: " /fastapi_best_architecture_docs/frontend/summary/intro" },
130- { name: " Apifox " , href: " https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0" },
130+ { name: " 接口文档 " , href: " https://apifox.com/apidoc/shared-28a93f02-730b-4f33-bb5e-4dad92058cc0" },
131131 { name: " 常见问题" , href: " /fastapi_best_architecture_docs/questions" },
132132 {
133133 name: " 更新记录" ,
134134 href: " https://github.com/fastapi-practices/fastapi_best_architecture/blob/master/CHANGELOG.md"
135135 },
136136 ],
137137 community: [
138- { name: " 开源项目 " , href: " /fastapi_best_architecture_docs/opensource " },
138+ { name: " 交流群 " , href: " /fastapi_best_architecture_docs/group " },
139139 { name: " 技术栈" , href: " /fastapi_best_architecture_docs/stack" },
140- { name: " 用户登记" , href: " /fastapi_best_architecture_docs/users" },
141140 { name: " Github 问题" , href: " https://github.com/fastapi-practices/fastapi_best_architecture/issues" },
142141 { name: " Github 讨论" , href: " https://github.com/fastapi-practices/fastapi_best_architecture/discussions" },
142+ { name: " 想法和建议" , href: " https://discord.gg/xp8M6nY4NA" },
143143 ],
144144 resources: [
145145 { name: " 插件开发" , href: " /fastapi_best_architecture_docs/plugin/dev" },
@@ -151,6 +151,7 @@ const links = {
151151 { name: " 视频教程" , href: " https://space.bilibili.com/284237214/lists" },
152152 { name: " 博客" , href: " /fastapi_best_architecture_docs/blog/" },
153153 { name: " 隐私政策" , href: " /fastapi_best_architecture_docs/privacy-policy" },
154+ { name: " 服务状态" , href: " https://status.wu-clan.site/status/services" },
154155 ],
155156};
156157 </script >
0 commit comments