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
20 changes: 10 additions & 10 deletions src/.vuepress/sidebar/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const enSidebar = {
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Authority Management', link: 'Authority-Management_apache' },
],
},
{
Expand All @@ -126,20 +126,20 @@ export const enSidebar = {
collapsible: true,
prefix: 'Tools-System/',
children: [
{ text: 'CLI', link: 'CLI' },
{ text: 'CLI', link: 'CLI_apache' },
{ text: 'Monitor Tool', link: 'Monitor-Tool_apache' },
{ text: 'Benchmark Tool', link: 'Benchmark' },
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
{ text: 'Data Import & Export', collapsible: true,
children: [
{ text: 'Data Import', link: 'Data-Import-Tool' },
{ text: 'Data Export', link: 'Data-Export-Tool' },
{ text: 'Data Import', link: 'Data-Import-Tool_apache' },
{ text: 'Data Export', link: 'Data-Export-Tool_apache' },
],
},
{ text: 'Schema Import & Export', collapsible: true,
children: [
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
{ text: 'Schema Import', link: 'Schema-Import-Tool_apache' },
{ text: 'Schema Export', link: 'Schema-Export-Tool_apache' },
],
},
],
Expand All @@ -150,10 +150,10 @@ export const enSidebar = {
prefix: 'API/',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'GO Native API', link: 'Programming-Go-Native-API' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_apache' },
{ text: 'GO Native API', link: 'Programming-Go-Native-API_apache' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_apache' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },
Expand Down
30 changes: 15 additions & 15 deletions src/.vuepress/sidebar/V2.0.x/en-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ export const enSidebar = {
text: 'Data Modeling',
link: 'Operate-Metadata_apache',
},
{ text: 'Write Data', link: 'Write-Data' },
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Write Data', link: 'Write-Data_apache' },
{ text: 'Query Data', link: 'Query-Data_apache' },
{
text: 'Delete Data',
collapsible: true,
Expand All @@ -99,7 +99,7 @@ export const enSidebar = {
prefix: 'User-Manual/',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{ text: 'Data Subscription', link: 'Data-subscription_apache' },
{
text: 'Stream Computing',
collapsible: true,
Expand All @@ -113,7 +113,7 @@ export const enSidebar = {
{
text: 'Security Permissions',
collapsible: true,
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
children: [{ text: 'Permission Management', link: 'Authority-Management_apache' }],
},
{
text: 'System Maintenance',
Expand Down Expand Up @@ -146,14 +146,14 @@ export const enSidebar = {
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_apache' },
{ text: 'Data Import & Export', collapsible: true,
children: [
{ text: 'Data Import', link: 'Data-Import-Tool' },
{ text: 'Data Export', link: 'Data-Export-Tool' },
{ text: 'Data Import', link: 'Data-Import-Tool_apache' },
{ text: 'Data Export', link: 'Data-Export-Tool_apache' },
],
},
{ text: 'Schema Import & Export', collapsible: true,
children: [
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
{ text: 'Schema Import', link: 'Schema-Import-Tool_apache' },
{ text: 'Schema Export', link: 'Schema-Export-Tool_apache' },
],
},
{ text: 'Full Backup Tool', link: 'Backup-Tool' },
Expand All @@ -167,24 +167,24 @@ export const enSidebar = {
children: [
{ text: 'Java Native Interface', collapsible: true,
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription' },
{ text: 'Java Native API', link: 'Programming-Java-Native-API_apache' },
{ text: 'Data Subscription API', link: 'Programming-Data-Subscription_apache' },
],
},
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
{ text: 'Node.js Native API', link: 'Programming-NodeJS-Native-API' },
{ text: 'Rust Native API', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'MQTT Protocol', link: 'Programming-MQTT' },
{
text: 'REST API',
collapsible: true,
children: [
{ text: 'V1 (Not Recommend)', link: 'RestServiceV1' },
{ text: 'V2', link: 'RestServiceV2' },
{ text: 'V1 (Not Recommend)', link: 'RestServiceV1_apache' },
{ text: 'V2', link: 'RestServiceV2_apache' },
],
},
],
Expand Down Expand Up @@ -251,7 +251,7 @@ export const enSidebar = {
children: [
{ text: 'Identifiers', link: 'Syntax-Rule' },
{ text: 'Keywords', link: 'Keywords' },
{ text: 'SQL Manual', link: 'SQL-Manual' },
{ text: 'SQL Manual', link: 'SQL-Manual_apache' },
{
text: 'Functions and Operators',
collapsible: true,
Expand Down
20 changes: 10 additions & 10 deletions src/.vuepress/sidebar/V2.0.x/zh-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ export const zhSidebar = {
{
text: '安全权限',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management' }],
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
},
{
text: '系统运维',
Expand All @@ -117,19 +117,19 @@ export const zhSidebar = {
collapsible: true,
prefix: 'Tools-System/',
children: [
{ text: '命令行工具', link: 'CLI' },
{ text: '命令行工具', link: 'CLI_apache' },
{ text: '监控工具', link: 'Monitor-Tool_apache' },
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },
{ text: '数据导入导出', collapsible: true,
children: [
{ text: '数据导入', link: 'Data-Import-Tool' },
{ text: '数据导出', link: 'Data-Export-Tool' },
{ text: '数据导入', link: 'Data-Import-Tool_apache' },
{ text: '数据导出', link: 'Data-Export-Tool_apache' },
],
},
{ text: '元数据导入导出', collapsible: true,
children: [
{ text: '元数据导入', link: 'Schema-Import-Tool' },
{ text: '元数据导出', link: 'Schema-Export-Tool' },
{ text: '元数据导入', link: 'Schema-Import-Tool_apache' },
{ text: '元数据导出', link: 'Schema-Export-Tool_apache' },
],
},
],
Expand All @@ -140,10 +140,10 @@ export const zhSidebar = {
prefix: 'API/',
children: [
{ text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'GO原生接口', link: 'Programming-Go-Native-API' },
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API_apache' },
{ text: 'GO原生接口', link: 'Programming-Go-Native-API_apache' },
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API_apache' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'MQTT协议', link: 'Programming-MQTT' },
{ text: 'RESTAPI V1 ', link: 'RestServiceV1' },
Expand Down
28 changes: 14 additions & 14 deletions src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
Original file line number Diff line number Diff line change
Expand Up @@ -69,8 +69,8 @@ export const zhSidebar = {
prefix: 'Basic-Concept/',
children: [
{ text: '测点管理', link: 'Operate-Metadata_apache' },
{ text: '数据写入', link: 'Write-Data' },
{ text: '数据查询', link: 'Query-Data' },
{ text: '数据写入', link: 'Write-Data_apache' },
{ text: '数据查询', link: 'Query-Data_apache' },
{
text: '数据删除',
collapsible: true,
Expand All @@ -87,7 +87,7 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-subscription' },
{ text: '数据订阅', link: 'Data-subscription_apache' },
{
text: '流计算',
collapsible: true,
Expand All @@ -101,7 +101,7 @@ export const zhSidebar = {
{
text: '安全权限',
collapsible: true,
children: [{ text: '权限管理', link: 'Authority-Management' }],
children: [{ text: '权限管理', link: 'Authority-Management_apache' }],
},
{
text: '系统运维',
Expand Down Expand Up @@ -134,14 +134,14 @@ export const zhSidebar = {
{ text: '集群管理工具', link: 'Maintenance-Tool_apache' },
{ text: '数据导入导出', collapsible: true,
children: [
{ text: '数据导入', link: 'Data-Import-Tool' },
{ text: '数据导出', link: 'Data-Export-Tool' },
{ text: '数据导入', link: 'Data-Import-Tool_apache' },
{ text: '数据导出', link: 'Data-Export-Tool_apache' },
],
},
{ text: '元数据导入导出', collapsible: true,
children: [
{ text: '元数据导入', link: 'Schema-Import-Tool' },
{ text: '元数据导出', link: 'Schema-Export-Tool' },
{ text: '元数据导入', link: 'Schema-Import-Tool_apache' },
{ text: '元数据导出', link: 'Schema-Export-Tool_apache' },
],
},
{ text: '全量备份工具', link: 'Backup-Tool' },
Expand All @@ -155,24 +155,24 @@ export const zhSidebar = {
children: [
{ text: 'Java原生接口', collapsible: true,
children: [
{ text: 'Java原生API', link: 'Programming-Java-Native-API' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription' },
{ text: 'Java原生API', link: 'Programming-Java-Native-API_apache' },
{ text: '数据订阅API', link: 'Programming-Data-Subscription_apache' },
],
},
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
{ text: 'C#原生接口', link: 'Programming-CSharp-Native-API' },
{ text: 'Node.js原生接口', link: 'Programming-NodeJS-Native-API' },
{ text: 'Rust原生接口', link: 'Programming-Rust-Native-API' },
{ text: 'JDBC', link: 'Programming-JDBC' },
{ text: 'JDBC', link: 'Programming-JDBC_apache' },
{ text: 'MQTT协议', link: 'Programming-MQTT' },
{
text: 'REST API',
collapsible: true,
children: [
{ text: 'V1 (不推荐)', link: 'RestServiceV1' },
{ text: 'V2', link: 'RestServiceV2' },
{ text: 'V1 (不推荐)', link: 'RestServiceV1_apache' },
{ text: 'V2', link: 'RestServiceV2_apache' },
],
},
],
Expand Down
20 changes: 10 additions & 10 deletions src/.vuepress/sidebar_timecho/V2.0.x/en-Table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ export const enSidebar = {
text: 'Security Permissions',
collapsible: true,
children: [
{ text: 'Authority Management', link: 'Authority-Management' },
{ text: 'Authority Management', link: 'Authority-Management_timecho' },
],
},
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
Expand Down Expand Up @@ -131,20 +131,20 @@ export const enSidebar = {
collapsible: true,
prefix: 'Tools-System/',
children: [
{ text: 'CLI', link: 'CLI' },
{ text: 'CLI', link: 'CLI_timecho' },
{ text: 'Monitor Tool', link: 'Monitor-Tool_timecho' },
{ text: 'Benchmark Tool', link: 'Benchmark' },
{ text: 'Cluster Management Tool', link: 'Maintenance-Tool_timecho' },
{ text: 'Data Import & Export', collapsible: true,
children: [
{ text: 'Data Import', link: 'Data-Import-Tool' },
{ text: 'Data Export', link: 'Data-Export-Tool' },
{ text: 'Data Import', link: 'Data-Import-Tool_timecho' },
{ text: 'Data Export', link: 'Data-Export-Tool_timecho' },
],
},
{ text: 'Schema Import & Export', collapsible: true,
children: [
{ text: 'Schema Import', link: 'Schema-Import-Tool' },
{ text: 'Schema Export', link: 'Schema-Export-Tool' },
{ text: 'Schema Import', link: 'Schema-Import-Tool_timecho' },
{ text: 'Schema Export', link: 'Schema-Export-Tool_timecho' },
],
},
],
Expand All @@ -155,10 +155,10 @@ export const enSidebar = {
prefix: 'API/',
children: [
{ text: 'Java Native API', link: 'Programming-Java-Native-API_timecho' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'GO Native API', link: 'Programming-Go-Native-API' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API_timecho' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API_timecho' },
{ text: 'GO Native API', link: 'Programming-Go-Native-API_timecho' },
{ text: 'C# Native API', link: 'Programming-CSharp-Native-API_timecho' },
{ text: 'JDBC', link: 'Programming-JDBC_timecho' },
/* { text: 'MQTT Protocol', link: 'Programming-MQTT' }, */
{ text: 'RESTAPI V1 ', link: 'RestAPI-V1' },
Expand Down
Loading