We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6108ea7 commit af77b46Copy full SHA for af77b46
docs/.vitepress/config.ts
@@ -60,10 +60,16 @@ function sidebarProgrammingLanguage()
60
]
61
},
62
{
63
- text: "",
+ 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",
71
items: [
72
{text: "Composer 镜像",link: "/programming-language/php/composer-mirrors"},
- {text: "NPM 镜像", link: "/programming-language/node/npm-mirrors"},
73
74
}
75
];
0 commit comments