更新:中英文服务页,以符合上游功能更改; 优化:优化了中英文常见问题的标题

This commit is contained in:
“hhhkkk520”
2022-09-19 14:26:25 +02:00
parent ee7b847cb0
commit f7ec08e7f9
3 changed files with 25 additions and 11 deletions
+10 -10
View File
@@ -102,12 +102,12 @@ function getGuideSidebarZhCN() {
text: '常见问题',
children: [
{ text: 'TG api被墙', link: '/guide/q1' },
{ text: 'Agent 启动/上线 问题自检流程', link: '/guide/q2' },
{ text: '如何反向代理 gRPC 端口', link: '/guide/q3' },
{ text: 'Agent 无法启动/上线 查看日志并进行排错的步骤', link: '/guide/q2' },
{ text: '反向代理 gRPC 端口的步骤', link: '/guide/q3' },
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
{ text: '如何进行数据迁移、备份恢复', link: '/guide/q5' },
{ text: '如何每月重置流量统计', link: '/guide/q6' },
{ text: '如何自定义 Agent 监控项目', link: '/guide/q7' }
{ text: '进行数据迁移、备份恢复的步骤', link: '/guide/q5' },
{ text: '设置每月重置流量统计的步骤', link: '/guide/q6' },
{ text: '自定义 Agent 监控项目的步骤', link: '/guide/q7' }
]
},
{
@@ -170,12 +170,12 @@ function getGuideSidebarEnUS() {
{
text: 'FAQ',
children: [
{ text: 'Let the Agent start/on-line, and the self-test process of the problem', link: '/en_US/guide/q2' },
{ text: 'Reverse Proxy gRPC Port (support Cloudflare CDN)', link: '/en_US/guide/q3' },
{ text: 'Agent cannot start/on-line. Steps to review logs and troubleshoot', link: '/en_US/guide/q2' },
{ text: 'Steps for Reverse Proxy gRPC Ports (support Cloudflare CDN)', link: '/en_US/guide/q3' },
{ text: 'Real-time channel disconnection/online terminal connection failure', link: '/en_US/guide/q4' },
{ text: 'How do I migrate my data to the new server and restore my backups?', link: '/en_US/guide/q5' },
{ text: 'How to set up a monthly reset of data statistics?', link: '/en_US/guide/q6' },
{ text: 'How to customize Agent monitoring?', link: '/en_US/guide/q7' }
{ text: 'Steps to perform data migration, backup and recovery', link: '/en_US/guide/q5' },
{ text: 'Steps to set up monthly reset data statistics', link: '/en_US/guide/q6' },
{ text: 'Steps to customize Agent monitoring items', link: '/en_US/guide/q7' }
]
},
{