@@ -81,8 +81,8 @@ export const enSidebar = {
8181 text : 'Data Modeling' ,
8282 link : 'Operate-Metadata_apache' ,
8383 } ,
84- { text : 'Write Data' , link : 'Write-Data ' } ,
85- { text : 'Query Data' , link : 'Query-Data ' } ,
84+ { text : 'Write Data' , link : 'Write-Data_apache ' } ,
85+ { text : 'Query Data' , link : 'Query-Data_apache ' } ,
8686 {
8787 text : 'Delete Data' ,
8888 collapsible : true ,
@@ -99,7 +99,7 @@ export const enSidebar = {
9999 prefix : 'User-Manual/' ,
100100 children : [
101101 { text : 'Data Sync' , link : 'Data-Sync_apache' } ,
102- { text : 'Data Subscription' , link : 'Data-subscription ' } ,
102+ { text : 'Data Subscription' , link : 'Data-subscription_apache ' } ,
103103 {
104104 text : 'Stream Computing' ,
105105 collapsible : true ,
@@ -113,7 +113,7 @@ export const enSidebar = {
113113 {
114114 text : 'Security Permissions' ,
115115 collapsible : true ,
116- children : [ { text : 'Permission Management' , link : 'Authority-Management ' } ] ,
116+ children : [ { text : 'Permission Management' , link : 'Authority-Management_apache ' } ] ,
117117 } ,
118118 {
119119 text : 'System Maintenance' ,
@@ -146,14 +146,14 @@ export const enSidebar = {
146146 { text : 'Cluster Management Tool' , link : 'Maintenance-Tool_apache' } ,
147147 { text : 'Data Import & Export' , collapsible : true ,
148148 children : [
149- { text : 'Data Import' , link : 'Data-Import-Tool ' } ,
150- { text : 'Data Export' , link : 'Data-Export-Tool ' } ,
149+ { text : 'Data Import' , link : 'Data-Import-Tool_apache ' } ,
150+ { text : 'Data Export' , link : 'Data-Export-Tool_apache ' } ,
151151 ] ,
152152 } ,
153153 { text : 'Schema Import & Export' , collapsible : true ,
154154 children : [
155- { text : 'Schema Import' , link : 'Schema-Import-Tool ' } ,
156- { text : 'Schema Export' , link : 'Schema-Export-Tool ' } ,
155+ { text : 'Schema Import' , link : 'Schema-Import-Tool_apache ' } ,
156+ { text : 'Schema Export' , link : 'Schema-Export-Tool_apache ' } ,
157157 ] ,
158158 } ,
159159 { text : 'Full Backup Tool' , link : 'Backup-Tool' } ,
@@ -167,24 +167,24 @@ export const enSidebar = {
167167 children : [
168168 { text : 'Java Native Interface' , collapsible : true ,
169169 children : [
170- { text : 'Java Native API' , link : 'Programming-Java-Native-API ' } ,
171- { text : 'Data Subscription API' , link : 'Programming-Data-Subscription ' } ,
170+ { text : 'Java Native API' , link : 'Programming-Java-Native-API_apache ' } ,
171+ { text : 'Data Subscription API' , link : 'Programming-Data-Subscription_apache ' } ,
172172 ] ,
173173 } ,
174- { text : 'Python Native API' , link : 'Programming-Python-Native-API ' } ,
174+ { text : 'Python Native API' , link : 'Programming-Python-Native-API_apache ' } ,
175175 { text : 'C++ Native API' , link : 'Programming-Cpp-Native-API' } ,
176176 { text : 'Go Native API' , link : 'Programming-Go-Native-API' } ,
177177 { text : 'C# Native API' , link : 'Programming-CSharp-Native-API' } ,
178178 { text : 'Node.js Native API' , link : 'Programming-NodeJS-Native-API' } ,
179179 { text : 'Rust Native API' , link : 'Programming-Rust-Native-API' } ,
180- { text : 'JDBC' , link : 'Programming-JDBC ' } ,
180+ { text : 'JDBC' , link : 'Programming-JDBC_apache ' } ,
181181 { text : 'MQTT Protocol' , link : 'Programming-MQTT' } ,
182182 {
183183 text : 'REST API' ,
184184 collapsible : true ,
185185 children : [
186- { text : 'V1 (Not Recommend)' , link : 'RestServiceV1 ' } ,
187- { text : 'V2' , link : 'RestServiceV2 ' } ,
186+ { text : 'V1 (Not Recommend)' , link : 'RestServiceV1_apache ' } ,
187+ { text : 'V2' , link : 'RestServiceV2_apache ' } ,
188188 ] ,
189189 } ,
190190 ] ,
@@ -251,7 +251,7 @@ export const enSidebar = {
251251 children : [
252252 { text : 'Identifiers' , link : 'Syntax-Rule' } ,
253253 { text : 'Keywords' , link : 'Keywords' } ,
254- { text : 'SQL Manual' , link : 'SQL-Manual ' } ,
254+ { text : 'SQL Manual' , link : 'SQL-Manual_apache ' } ,
255255 {
256256 text : 'Functions and Operators' ,
257257 collapsible : true ,
0 commit comments