docs: improve deployment troubleshooting (#1011)

* docs: improve deployment troubleshooting docs

* docs: fix GitHub casing in FAQ

* docs: clarify subdomain address creation
This commit is contained in:
Dream Hunter
2026-04-29 01:36:59 +08:00
committed by GitHub
parent 6d43c107d8
commit 7d68cbdffa
18 changed files with 153 additions and 25 deletions
+7 -7
View File
@@ -143,6 +143,13 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: 'Configure Email Sending', link: 'config-send-mail' },
]
},
{
text: 'Help',
collapsed: false,
items: [
{ text: 'FAQ', link: 'common-issues' },
]
},
{
text: 'Notifications & Integrations',
collapsed: false,
@@ -184,13 +191,6 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: 'Admin User Management', link: 'feature/admin-user-management' },
]
},
{
text: 'Help',
collapsed: false,
items: [
{ text: 'FAQ', link: 'common-issues' },
]
},
{ text: 'Reference', base: "/en/", link: 'reference' }
]
}
+7 -7
View File
@@ -143,6 +143,13 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: '配置发送邮件', link: 'config-send-mail' },
]
},
{
text: '帮助',
collapsed: false,
items: [
{ text: '常见问题 (FAQ)', link: 'common-issues' },
]
},
{
text: '通知与集成',
collapsed: false,
@@ -184,13 +191,6 @@ function sidebarGuide(): DefaultTheme.SidebarItem[] {
{ text: 'Admin 用户管理', link: 'feature/admin-user-management' },
]
},
{
text: '帮助',
collapsed: false,
items: [
{ text: '常见问题 (FAQ)', link: 'common-issues' },
]
},
{ text: '参考', base: "/zh/", link: 'reference' }
]
}