Skip to content

Commit ce7e941

Browse files
committed
update menu item visibility in configuration
1 parent d168566 commit ce7e941

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.vitepress/config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export default defineConfig({
4646
{
4747
text: "部署 AstrBot",
4848
base: "/deploy/astrbot",
49-
collapsed: true,
49+
collapsed: false,
5050
items: [
5151
{ text: "🦈 Docker 部署", link: "/docker" },
5252
{ text: "☸️ Kubernetes 部署", link: "/kubernetes" },
@@ -122,7 +122,7 @@ export default defineConfig({
122122
{
123123
text: "配置模型服务商",
124124
base: "/config/providers",
125-
collapsed: false,
125+
collapsed: true,
126126
items: [
127127
{ text: "NewAPI", link: "/newapi" },
128128
{ text: "PPIO 派欧云", link: "/ppio" },
@@ -339,7 +339,7 @@ export default defineConfig({
339339
{
340340
text: "Integrating LLM Services",
341341
base: "/en/config/providers",
342-
collapsed: false,
342+
collapsed: true,
343343
items: [
344344
{ text: "NewAPI", link: "/newapi" },
345345
{ text: "PPIO Cloud", link: "/ppio" },

0 commit comments

Comments
 (0)