Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ export const enSidebar = {
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
},
{
text: 'Maintenance SQL',
text: 'System Maintenance',
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const zhSidebar = {
children: [{ text: '权限管理', link: 'Authority-Management' }],
},
{
text: '运维语句',
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ export const enSidebar = {
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
},
{
text: 'Maintenance SQL',
text: 'System Maintenance',
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const zhSidebar = {
children: [{ text: '权限管理', link: 'Authority-Management' }],
},
{
text: '运维语句',
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ export const enSidebar = {
],
},
{
text: 'Maintenance SQL',
text: 'System Maintenance',
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ export const zhSidebar = {
],
},
{
text: '运维语句',
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ export const enSidebar = {
],
},
{
text: 'Maintenance SQL',
text: 'System Maintenance',
collapsible: true,
children: [
{ text: 'Query Performance Analysis', link: 'Query-Performance-Analysis' },
Expand Down
2 changes: 1 addition & 1 deletion src/.vuepress/sidebar_timecho/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ export const zhSidebar = {
],
},
{
text: '运维语句',
text: '系统运维',
collapsible: true,
children: [
{ text: '查询性能分析', link: 'Query-Performance-Analysis' },
Expand Down