Skip to content

Commit 90913be

Browse files
authored
separate cli apache from timecho (#794)
* separate cli apache from timecho * fix cli links in other documents * fix cli links in other documents
1 parent 3a3f4b5 commit 90913be

File tree

32 files changed

+4596
-2188
lines changed

32 files changed

+4596
-2188
lines changed

src/.vuepress/sidebar/V1.3.x/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ export const enSidebar = {
149149
prefix: 'Tools-System/',
150150
// children: 'structure',
151151
children: [
152-
{ text: 'Command Line Interface (CLI)', link: 'CLI' },
152+
{ text: 'Command Line Interface (CLI)', link: 'CLI_apache' },
153153
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
154154
{ text: 'Benchmark Tool', link: 'Benchmark' },
155155
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },

src/.vuepress/sidebar/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ export const zhSidebar = {
138138
prefix: 'Tools-System/',
139139
// children: 'structure',
140140
children: [
141-
{ text: '命令行工具', link: 'CLI' },
141+
{ text: '命令行工具', link: 'CLI_apache' },
142142
{ text: '监控工具', link: 'Monitor-Tool_apache' },
143143
{ text: '测试工具', link: 'Benchmark' },
144144
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },

src/.vuepress/sidebar/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ export const enSidebar = {
139139
collapsible: true,
140140
prefix: 'Tools-System/',
141141
children: [
142-
{ text: 'Command Line Interface (CLI)', link: 'CLI' },
142+
{ text: 'Command Line Interface (CLI)', link: 'CLI_apache' },
143143
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
144144
{ text: 'Benchmark Tool', link: 'Benchmark' },
145145
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export const zhSidebar = {
128128
collapsible: true,
129129
prefix: 'Tools-System/',
130130
children: [
131-
{ text: '命令行工具', link: 'CLI' },
131+
{ text: '命令行工具', link: 'CLI_apache' },
132132
{ text: '监控工具', link: 'Monitor-Tool_apache' },
133133
{ text: '测试工具', link: 'Benchmark' },
134134
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },

src/.vuepress/sidebar_timecho/V1.3.x/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ export const enSidebar = {
164164
prefix: 'Tools-System/',
165165
// children: 'structure',
166166
children: [
167-
{ text: 'CLI', link: 'CLI' },
167+
{ text: 'CLI', link: 'CLI_timecho' },
168168
{ text: 'Workbench', link: 'Workbench_timecho' },
169169
{ text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
170170
{ text: 'Benchmark Tool', link: 'Benchmark' },

src/.vuepress/sidebar_timecho/V1.3.x/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export const zhSidebar = {
147147
prefix: 'Tools-System/',
148148
// children: 'structure',
149149
children: [
150-
{ text: '命令行工具', link: 'CLI' },
150+
{ text: '命令行工具', link: 'CLI_timecho' },
151151
{ text: '可视化控制台', link: 'Workbench_timecho' },
152152
{ text: '监控工具', link: 'Monitor-Tool_timecho' },
153153
{ text: '测试工具', link: 'Benchmark' },

src/.vuepress/sidebar_timecho/V2.0.x/en-Tree.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ export const enSidebar = {
154154
collapsible: true,
155155
prefix: 'Tools-System/',
156156
children: [
157-
{ text: 'CLI', link: 'CLI' },
157+
{ text: 'CLI', link: 'CLI_timecho' },
158158
{ text: 'Workbench', link: 'Workbench_timecho' },
159159
{ text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
160160
{ text: 'Benchmark Tool', link: 'Benchmark' },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ export const zhSidebar = {
137137
collapsible: true,
138138
prefix: 'Tools-System/',
139139
children: [
140-
{ text: '命令行工具', link: 'CLI' },
140+
{ text: '命令行工具', link: 'CLI_timecho' },
141141
{ text: '可视化控制台', link: 'Workbench_timecho' },
142142
{ text: '监控工具', link: 'Monitor-Tool_timecho' },
143143
{ text: '测试工具', link: 'Benchmark' },

src/UserGuide/Master/Tree/Tools-System/CLI.md

Lines changed: 4 additions & 288 deletions
Large diffs are not rendered by default.

src/UserGuide/Master/Tree/Tools-System/CLI_apache.md

Lines changed: 307 additions & 0 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)