Skip to content

Commit

Permalink
Refactor codes.
Browse files Browse the repository at this point in the history
  • Loading branch information
curder committed Jan 26, 2024
1 parent 6108ea7 commit af77b46
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,10 +60,16 @@ function sidebarProgrammingLanguage()
]
},
{
text: "",
text: "Node",
items: [
{text: "NPM 镜像", link: "/programming-language/node/npm-mirrors"},
{text: "使用 docker 编译静态资源", link: "/programming-language/node/compile-static-resources-using-docker"},
],
},
{
text: "Others",
items: [
{text: "Composer 镜像",link: "/programming-language/php/composer-mirrors"},
{text: "NPM 镜像", link: "/programming-language/node/npm-mirrors"},
]
}
];
Expand Down

0 comments on commit af77b46

Please sign in to comment.