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 @@ -81,7 +81,7 @@ export const enSidebar = {
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{ text: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function' },
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 @@ -81,7 +81,7 @@ export const zhSidebar = {
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符、函数和表达式', link: 'Operator-and-Expression' },
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '数据订阅', link: 'Data-subscription' },
{ text: '流处理框架', link: 'Streaming_apache' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '用户自定义函数', link: 'User-defined-function' },
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 @@ -85,7 +85,7 @@ export const enSidebar = {
{ text: 'Query Data', link: 'Query-Data' },
{ text: 'Operator and Expression', link: 'Operator-and-Expression' },
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
{ text: 'Data Subscription', link: 'Data-Subscription' },
{ text: 'Data Subscription', link: 'Data-subscription' },
{ text: 'Stream Processing', link: 'Streaming_timecho' },
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
{ text: 'View', link: 'IoTDB-View_timecho' },
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 @@ -85,7 +85,7 @@ export const zhSidebar = {
{ text: '数据查询', link: 'Query-Data' },
{ text: '运算符和表达式', link: 'Operator-and-Expression' },
{ text: '数据同步', link: 'Data-Sync_timecho' },
{ text: '数据订阅', link: 'Data-Subscription' },
{ text: '数据订阅', link: 'Data-subscription' },
{ text: '流处理框架', link: 'Streaming_timecho' },
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
{ text: '视图', link: 'IoTDB-View_timecho' },
Expand Down