Skip to content

Commit 51dc47f

Browse files
committed
Add system operation and maintenance documents
1 parent 1db90e3 commit 51dc47f

File tree

6 files changed

+1948
-0
lines changed

6 files changed

+1948
-0
lines changed

src/.vuepress/sidebar/V2.0.x/zh-Table.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,14 @@ export const zhSidebar = {
9090
// children: 'structure',
9191
children: [
9292
{ text: '数据同步', link: 'Data-Sync_apache' },
93+
{
94+
text: '系统运维',
95+
collapsible: true,
96+
children: [
97+
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
98+
{ text: '运维语句', link: 'Operations-statement' },
99+
],
100+
},
93101
],
94102
},
95103
{

src/.vuepress/sidebar_timecho/V2.0.x/zh-Table.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -93,6 +93,14 @@ export const zhSidebar = {
9393
children: [
9494
{ text: '数据同步', link: 'Data-Sync_timecho' },
9595
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
96+
{
97+
text: '系统运维',
98+
collapsible: true,
99+
children: [
100+
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
101+
{ text: '运维语句', link: 'Operations-statement' },
102+
],
103+
},
96104
],
97105
},
98106
{

0 commit comments

Comments
 (0)