优化文档,新增报警、服务、设置、定时任务中文文档
This commit is contained in:
@@ -67,12 +67,6 @@ export default defineConfig({
|
||||
|
||||
function getGuideSidebarZhCN() {
|
||||
return [
|
||||
{
|
||||
text: '哪吒监控',
|
||||
children: [
|
||||
{ text: '介绍', link: '/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: '安装手册',
|
||||
children: [
|
||||
@@ -93,10 +87,10 @@ function getGuideSidebarZhCN() {
|
||||
{
|
||||
text: '常见问题',
|
||||
children: [
|
||||
{ text: '问题1', link: '/guide/q1' },
|
||||
{ text: '问题2', link: '/guide/q2' },
|
||||
{ text: '问题3', link: '/guide/q3' },
|
||||
{ text: '问题4', link: '/guide/q4' },
|
||||
{ text: '如何进行数据迁移、备份恢复?', link: '/guide/q1' },
|
||||
{ text: 'Agent 启动/上线 问题自检流程', link: '/guide/q2' },
|
||||
{ text: '如何反向代理 gRPC 端口', link: '/guide/q3' },
|
||||
{ text: '实时通道断开/在线终端连接失败', link: '/guide/q4' },
|
||||
{ text: '问题5', link: '/guide/q5' }
|
||||
]
|
||||
}
|
||||
@@ -122,12 +116,6 @@ function getDeveloperSidebarZhCN() {
|
||||
|
||||
function getGuideSidebarEnUS() {
|
||||
return [
|
||||
{
|
||||
text: 'Nezha Monitoring',
|
||||
children: [
|
||||
{ text: 'Introduction', link: '/en_US/' }
|
||||
]
|
||||
},
|
||||
{
|
||||
text: 'Installation Manual',
|
||||
children: [
|
||||
@@ -148,10 +136,10 @@ function getGuideSidebarEnUS() {
|
||||
{
|
||||
text: 'FAQ',
|
||||
children: [
|
||||
{ text: 'Q1', link: '/en_US/guide/q1' },
|
||||
{ text: 'Q2', link: '/en_US/guide/q2' },
|
||||
{ text: 'Q3', link: '/en_US/guide/q3' },
|
||||
{ text: 'Q4', link: '/en_US/guide/q4' },
|
||||
{ text: 'How do I migrate my data to the new server and restore my backups?', link: '/en_US/guide/q1' },
|
||||
{ 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: 'Q5', link: '/en_US/guide/q5' }
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user