新增:中英文,常见问题-如何设置每月重置月流量统计文档

This commit is contained in:
hhhkkk520
2022-06-06 17:36:36 +02:00
parent dcb1616639
commit be775c78f0
3 changed files with 27 additions and 2 deletions
+4 -2
View File
@@ -92,7 +92,8 @@ function getGuideSidebarZhCN() {
{ text: 'Agent 启动/上线 问题自检流程', link: '/guide/q2' },
{ text: '如何反向代理 gRPC 端口', link: '/guide/q3' },
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
{ text: '如何进行数据迁移、备份恢复?', link: '/guide/q5' }
{ text: '如何进行数据迁移、备份恢复?', link: '/guide/q5' },
{ text: '如何每月重置流量统计?', link: '/guide/q6' }
]
},
{
@@ -144,7 +145,8 @@ function getGuideSidebarEnUS() {
{ 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: '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 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' }
]
},
{