Skip to content
This repository was archived by the owner on Apr 7, 2026. It is now read-only.

Commit 5a50e8e

Browse files
committed
Add misc-qa to zh.ts; Ignore MacOS .DS_Store files
1 parent 4c2e8dd commit 5a50e8e

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
node_modules
22
docs/.vitepress/dist
3-
docs/.vitepress/cache
3+
docs/.vitepress/cache
4+
*/.DS_Store

docs/.vitepress/config/zh.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,8 @@ function sidebarGuide(): DefaultTheme.Sidebar {
6565
items: [
6666
{ text: '提问的艺术', link: '/appendix/how-to-ask' },
6767
{ text: '使用 SSH 连接服务器', link: '/appendix/ssh-server' },
68-
{ text: '使用 Watt Toolkit 代理访问 GitHub', link: '/appendix/watt_toolkit' }
68+
{ text: '使用 Watt Toolkit 代理访问 GitHub', link: '/appendix/watt_toolkit' },
69+
{ text: '杂项问题 Q & A', link: '/appendix/misc-qa' }
6970
]
7071
},
7172
{

0 commit comments

Comments
 (0)