Skip to content

Commit af77b46

Browse files
committed
Refactor codes.
1 parent 6108ea7 commit af77b46

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

docs/.vitepress/config.ts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,10 +60,16 @@ function sidebarProgrammingLanguage()
6060
]
6161
},
6262
{
63-
text: "",
63+
text: "Node",
64+
items: [
65+
{text: "NPM 镜像", link: "/programming-language/node/npm-mirrors"},
66+
{text: "使用 docker 编译静态资源", link: "/programming-language/node/compile-static-resources-using-docker"},
67+
],
68+
},
69+
{
70+
text: "Others",
6471
items: [
6572
{text: "Composer 镜像",link: "/programming-language/php/composer-mirrors"},
66-
{text: "NPM 镜像", link: "/programming-language/node/npm-mirrors"},
6773
]
6874
}
6975
];

0 commit comments

Comments
 (0)