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

Commit 1c87062

Browse files
authored
Fix formatting of Q&A link in zh.ts config
1 parent 5a50e8e commit 1c87062

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • docs/.vitepress/config

docs/.vitepress/config/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ function sidebarGuide(): DefaultTheme.Sidebar {
6666
{ text: '提问的艺术', link: '/appendix/how-to-ask' },
6767
{ text: '使用 SSH 连接服务器', link: '/appendix/ssh-server' },
6868
{ text: '使用 Watt Toolkit 代理访问 GitHub', link: '/appendix/watt_toolkit' },
69-
{ text: '杂项问题 Q & A', link: '/appendix/misc-qa' }
69+
{ text: '杂项问题 Q&A', link: '/appendix/misc-qa' }
7070
]
7171
},
7272
{

0 commit comments

Comments
 (0)