Skip to content

Commit

Permalink
chore: tweak sidebar nav
Browse files Browse the repository at this point in the history
  • Loading branch information
Candinya committed Feb 19, 2024
1 parent 7f03092 commit 39e984f
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .vitepress/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,12 @@ export const zh = defineConfig({
{
text: '目录',
collapsed: false,
link: '/contents/',
items: [
{ text: '序言', link: '/preface/' },
{ text: 'Day 1 - 初探编程', link: '/what-is-programming/' },
{ text: 'Day 2 - 前端的魅力', link: '/frontend-intro/' }
{ text: 'Day 2 - 前端的魅力', link: '/frontend-intro/' },
{ text: 'Day 3 - 我的第一个前端项目', link: '/hello-browser/' },
]
}
],
Expand Down

0 comments on commit 39e984f

Please sign in to comment.