更新排障指南

This commit is contained in:
Kris
2022-12-21 17:29:15 +01:00
parent 067217d197
commit 3642761253
5 changed files with 53 additions and 21 deletions
+3 -3
View File
@@ -101,7 +101,7 @@ function getGuideSidebarZhCN() {
{
text: '常见问题',
children: [
{ text: 'TG api被墙', link: '/guide/q1' },
{ text: 'TG api 被墙', link: '/guide/q1' },
{ text: 'Agent 无法启动/上线 查看日志并进行排错的步骤', link: '/guide/q2' },
{ text: '反向代理 gRPC 端口的步骤', link: '/guide/q3' },
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
@@ -113,8 +113,8 @@ function getGuideSidebarZhCN() {
{
text: '排障指南',
children: [
{ text: 'Dashboard相关', link: '/guide/dashboardq' },
{ text: 'Agent相关', link: '/guide/agentq' },
{ text: 'Dashboard 相关', link: '/guide/dashboardq' },
{ text: 'Agent 相关', link: '/guide/agentq' },
{ text: '登录相关', link: '/guide/loginq' }
]
}