Skip to content

Commit 1491834

Browse files
authored
Update the order of the advanced feature sidebar (#693)
1 parent cceb9a3 commit 1491834

62 files changed

Lines changed: 753 additions & 276 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

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

Lines changed: 18 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -104,34 +104,24 @@ export const enSidebar = {
104104
text: 'Advanced Features',
105105
collapsible: true,
106106
prefix: 'User-Manual/',
107-
// children: 'structure',
108107
children: [
108+
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
109+
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
110+
{ text: 'Data Subscription', link: 'Data-subscription' },
109111
{
110-
text: 'Data Sync',
111-
collapsible: true,
112-
children: [
113-
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
114-
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
115-
],
116-
},
117-
{ text: 'Data Subscription(V1.3.4)', link: 'Data-subscription' },
118-
{ text: 'AI Capability', link: 'AINode_apache' },
119-
{
120-
text: 'Security Management',
112+
text: 'Stream Computing',
121113
collapsible: true,
122114
children: [
123-
{ text: 'Authority Management', link: 'Authority-Management' },
115+
{ text: 'Stream Computing Framework', link: 'Streaming_apache' },
116+
{ text: 'Continuous Query', link: 'Database-Programming' },
117+
{ text: 'Trigger', link: 'Trigger' },
124118
],
125119
},
126120
{ text: 'UDF', link: 'User-defined-function_apache' },
127-
{ text: 'Continuous Query', link: 'Database-Programming' },
128121
{
129-
text: 'Database Programming',
122+
text: 'Security Permissions',
130123
collapsible: true,
131-
children: [
132-
{ text: 'Trigger', link: 'Trigger' },
133-
{ text: 'Stream Processing', link: 'Streaming_apache' },
134-
],
124+
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
135125
},
136126
{
137127
text: 'Maintenance SQL',
@@ -144,6 +134,15 @@ export const enSidebar = {
144134
},
145135
],
146136
},
137+
{
138+
text: 'AI capability',
139+
collapsible: true,
140+
prefix: 'AI-capability/',
141+
children: [
142+
{ text: 'AINode', link: 'AINode_apache' },
143+
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
144+
],
145+
},
147146
{
148147
text: 'Tools System',
149148
collapsible: true,

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

Lines changed: 18 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -93,33 +93,25 @@ export const zhSidebar = {
9393
text: '高级功能',
9494
collapsible: true,
9595
prefix: 'User-Manual/',
96-
// children: 'structure',
9796
children: [
97+
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
98+
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
99+
{ text: '数据订阅', link: 'Data-subscription' },
98100
{
99-
text: '数据同步',
101+
text: '流计算',
100102
collapsible: true,
101103
children: [
102-
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
103-
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
104+
{ text: '流计算框架', link: 'Streaming_apache' },
105+
{ text: '连续查询', link: 'Database-Programming' },
106+
{ text: '触发器', link: 'Trigger' },
104107
],
105108
},
106-
{ text: '数据订阅(V1.3.4)', link: 'Data-subscription' },
107-
{ text: 'AI能力', link: 'AINode_apache' },
109+
{ text: 'UDF', link: 'User-defined-function_apache' },
108110
{
109-
text: '安全管理',
111+
text: '安全权限',
110112
collapsible: true,
111113
children: [{ text: '权限管理', link: 'Authority-Management' }],
112114
},
113-
{ text: '用户自定义函数', link: 'User-defined-function_apache' },
114-
{ text: '连续查询', link: 'Database-Programming' },
115-
{
116-
text: '数据库编程',
117-
collapsible: true,
118-
children: [
119-
{ text: '触发器', link: 'Trigger' },
120-
{ text: '流处理框架', link: 'Streaming_apache' },
121-
],
122-
},
123115
{
124116
text: '运维语句',
125117
collapsible: true,
@@ -131,6 +123,15 @@ export const zhSidebar = {
131123
},
132124
],
133125
},
126+
{
127+
text: 'AI 能力',
128+
collapsible: true,
129+
prefix: 'AI-capability/',
130+
children: [
131+
{ text: 'AINode', link: 'AINode_apache' },
132+
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
133+
],
134+
},
134135
{
135136
text: '工具体系',
136137
collapsible: true,

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

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -100,21 +100,19 @@ export const enSidebar = {
100100
{ text: 'Data Sync', link: 'Data-Sync_apache' },
101101
{ text: 'Data Subscription', link: 'Data-subscription' },
102102
{
103-
text: 'Security Management',
103+
text: 'Stream Computing',
104104
collapsible: true,
105105
children: [
106-
{ text: 'Authority Management', link: 'Authority-Management' },
106+
{ text: 'Stream Computing Framework', link: 'Streaming_apache' },
107+
{ text: 'Continuous Query', link: 'Database-Programming' },
108+
{ text: 'Trigger', link: 'Trigger' },
107109
],
108110
},
109111
{ text: 'UDF', link: 'User-defined-function_apache' },
110-
{ text: 'Continuous Query', link: 'Database-Programming' },
111112
{
112-
text: 'Database Programming',
113+
text: 'Security Permissions',
113114
collapsible: true,
114-
children: [
115-
{ text: 'Trigger', link: 'Trigger' },
116-
{ text: 'Stream Processing', link: 'Streaming_apache' },
117-
],
115+
children: [{ text: 'Permission Management', link: 'Authority-Management' }],
118116
},
119117
{
120118
text: 'Maintenance SQL',

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -89,20 +89,20 @@ export const zhSidebar = {
8989
{ text: '数据同步', link: 'Data-Sync_apache' },
9090
{ text: '数据订阅', link: 'Data-subscription' },
9191
{
92-
text: '安全管理',
93-
collapsible: true,
94-
children: [{ text: '权限管理', link: 'Authority-Management' }],
95-
},
96-
{ text: '用户自定义函数', link: 'User-defined-function_apache' },
97-
{ text: '连续查询', link: 'Database-Programming' },
98-
{
99-
text: '数据库编程',
92+
text: '流计算',
10093
collapsible: true,
10194
children: [
95+
{ text: '流计算框架', link: 'Streaming_apache' },
96+
{ text: '连续查询', link: 'Database-Programming' },
10297
{ text: '触发器', link: 'Trigger' },
103-
{ text: '流处理框架', link: 'Streaming_apache' },
10498
],
10599
},
100+
{ text: 'UDF', link: 'User-defined-function_apache' },
101+
{
102+
text: '安全权限',
103+
collapsible: true,
104+
children: [{ text: '权限管理', link: 'Authority-Management' }],
105+
},
106106
{
107107
text: '运维语句',
108108
collapsible: true,

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

Lines changed: 21 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -113,37 +113,29 @@ export const enSidebar = {
113113
text: 'Advanced Features',
114114
collapsible: true,
115115
prefix: 'User-Manual/',
116-
// children: 'structure',
117116
children: [
117+
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
118+
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_timecho' },
119+
{ text: 'Data Subscription', link: 'Data-subscription' },
118120
{
119-
text: 'Data Sync',
121+
text: 'Stream Computing',
120122
collapsible: true,
121123
children: [
122-
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
123-
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_timecho' },
124-
],
125-
},
126-
{ text: 'Data Subscription(V1.3.4)', link: 'Data-subscription' },
127-
{ text: 'AI Capability', link: 'AINode_timecho' },
128-
{
129-
text: 'Security Management',
130-
collapsible: true,
131-
children: [
132-
{ text: 'White List', link: 'White-List_timecho' },
133-
{ text: 'Audit Log', link: 'Audit-Log_timecho' },
134-
{ text: 'Authority Management', link: 'Authority-Management' },
124+
{ text: 'Stream Computing Framework', link: 'Streaming_timecho' },
125+
{ text: 'Continuous Query', link: 'Database-Programming' },
126+
{ text: 'Trigger', link: 'Trigger' },
135127
],
136128
},
129+
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
137130
{ text: 'UDF', link: 'User-defined-function_timecho' },
138131
{ text: 'View', link: 'IoTDB-View_timecho' },
139-
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
140-
{ text: 'Continuous Query', link: 'Database-Programming' },
141132
{
142-
text: 'Database Programming',
133+
text: 'Security Permissions',
143134
collapsible: true,
144135
children: [
145-
{ text: 'Trigger', link: 'Trigger' },
146-
{ text: 'Stream Processing', link: 'Streaming_timecho' },
136+
{ text: 'Permission Management', link: 'Authority-Management' },
137+
{ text: 'White List', link: 'White-List_timecho' },
138+
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
147139
],
148140
},
149141
{
@@ -157,6 +149,15 @@ export const enSidebar = {
157149
},
158150
],
159151
},
152+
{
153+
text: 'AI capability',
154+
collapsible: true,
155+
prefix: 'AI-capability/',
156+
children: [
157+
{ text: 'AINode', link: 'AINode_timecho' },
158+
{ text: 'TimeSeries Large Model', link: 'TimeSeries-Large-Model' },
159+
],
160+
},
160161
{
161162
text: 'Tools System',
162163
collapsible: true,

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

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -96,37 +96,29 @@ export const zhSidebar = {
9696
text: '高级功能',
9797
collapsible: true,
9898
prefix: 'User-Manual/',
99-
// children: 'structure',
10099
children: [
100+
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
101+
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_timecho' },
102+
{ text: '数据订阅', link: 'Data-subscription' },
101103
{
102-
text: '数据同步',
103-
collapsible: true,
104-
children: [
105-
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_timecho' },
106-
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_timecho' },
107-
],
108-
},
109-
{ text: '数据订阅(V1.3.4)', link: 'Data-subscription' },
110-
{ text: 'AI能力', link: 'AINode_timecho' },
111-
{
112-
text: '安全管理',
104+
text: '流计算',
113105
collapsible: true,
114106
children: [
115-
{ text: '白名单', link: 'White-List_timecho' },
116-
{ text: '审计日志', link: 'Audit-Log_timecho' },
117-
{ text: '权限管理', link: 'Authority-Management' },
107+
{ text: '流计算框架', link: 'Streaming_timecho' },
108+
{ text: '连续查询', link: 'Database-Programming' },
109+
{ text: '触发器', link: 'Trigger' },
118110
],
119111
},
120-
{ text: '用户自定义函数', link: 'User-defined-function_timecho' },
121-
{ text: '视图', link: 'IoTDB-View_timecho' },
122112
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
123-
{ text: '连续查询', link: 'Database-Programming' },
113+
{ text: 'UDF', link: 'User-defined-function_timecho' },
114+
{ text: '视图', link: 'IoTDB-View_timecho' },
124115
{
125-
text: '数据库编程',
116+
text: '安全权限',
126117
collapsible: true,
127118
children: [
128-
{ text: '触发器', link: 'Trigger' },
129-
{ text: '流处理框架', link: 'Streaming_timecho' },
119+
{ text: '权限管理', link: 'Authority-Management' },
120+
{ text: '白名单', link: 'White-List_timecho' },
121+
{ text: '安全审计', link: 'Audit-Log_timecho' },
130122
],
131123
},
132124
{
@@ -140,6 +132,15 @@ export const zhSidebar = {
140132
},
141133
],
142134
},
135+
{
136+
text: 'AI 能力',
137+
collapsible: true,
138+
prefix: 'AI-capability/',
139+
children: [
140+
{ text: 'AINode', link: 'AINode_timecho' },
141+
{ text: '时序大模型', link: 'TimeSeries-Large-Model' },
142+
],
143+
},
143144
{
144145
text: '工具体系',
145146
collapsible: true,

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

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -109,24 +109,24 @@ export const enSidebar = {
109109
{ text: 'Data Sync', link: 'Data-Sync_timecho' },
110110
{ text: 'Data Subscription', link: 'Data-subscription' },
111111
{
112-
text: 'Security Management',
112+
text: 'Stream Computing',
113113
collapsible: true,
114114
children: [
115-
{ text: 'White List', link: 'White-List_timecho' },
116-
{ text: 'Audit Log', link: 'Audit-Log_timecho' },
117-
{ text: 'Authority Management', link: 'Authority-Management' },
115+
{ text: 'Stream Computing Framework', link: 'Streaming_timecho' },
116+
{ text: 'Continuous Query', link: 'Database-Programming' },
117+
{ text: 'Trigger', link: 'Trigger' },
118118
],
119119
},
120+
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
120121
{ text: 'UDF', link: 'User-defined-function_timecho' },
121122
{ text: 'View', link: 'IoTDB-View_timecho' },
122-
{ text: 'Tiered Storage', link: 'Tiered-Storage_timecho' },
123-
{ text: 'Continuous Query', link: 'Database-Programming' },
124123
{
125-
text: 'Database Programming',
124+
text: 'Security Permissions',
126125
collapsible: true,
127126
children: [
128-
{ text: 'Trigger', link: 'Trigger' },
129-
{ text: 'Stream Processing', link: 'Streaming_timecho' },
127+
{ text: 'Permission Management', link: 'Authority-Management' },
128+
{ text: 'White List', link: 'White-List_timecho' },
129+
{ text: 'Security Audit', link: 'Audit-Log_timecho' },
130130
],
131131
},
132132
{

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

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -92,24 +92,24 @@ export const zhSidebar = {
9292
{ text: '数据同步', link: 'Data-Sync_timecho' },
9393
{ text: '数据订阅', link: 'Data-subscription' },
9494
{
95-
text: '安全管理',
95+
text: '流计算',
9696
collapsible: true,
9797
children: [
98-
{ text: '白名单', link: 'White-List_timecho' },
99-
{ text: '审计日志', link: 'Audit-Log_timecho' },
100-
{ text: '权限管理', link: 'Authority-Management' },
98+
{ text: '流计算框架', link: 'Streaming_timecho' },
99+
{ text: '连续查询', link: 'Database-Programming' },
100+
{ text: '触发器', link: 'Trigger' },
101101
],
102102
},
103-
{ text: '用户自定义函数', link: 'User-defined-function_timecho' },
104-
{ text: '视图', link: 'IoTDB-View_timecho' },
105103
{ text: '多级存储', link: 'Tiered-Storage_timecho' },
106-
{ text: '连续查询', link: 'Database-Programming' },
104+
{ text: 'UDF', link: 'User-defined-function_timecho' },
105+
{ text: '视图', link: 'IoTDB-View_timecho' },
107106
{
108-
text: '数据库编程',
107+
text: '安全权限',
109108
collapsible: true,
110109
children: [
111-
{ text: '触发器', link: 'Trigger' },
112-
{ text: '流处理框架', link: 'Streaming_timecho' },
110+
{ text: '权限管理', link: 'Authority-Management' },
111+
{ text: '白名单', link: 'White-List_timecho' },
112+
{ text: '安全审计', link: 'Audit-Log_timecho' },
113113
],
114114
},
115115
{

src/UserGuide/Master/Tree/User-Manual/Audit-Log_timecho.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Audit log
22+
# Security Audit
2323

2424
## 1. Background of the function
2525

src/UserGuide/Master/Tree/User-Manual/Streaming_apache.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
2020
-->
2121

22-
# Stream Processing
22+
# Stream Computing Framework
2323

2424
The IoTDB stream processing framework allows users to implement customized stream processing logic, which can monitor and capture storage engine changes, transform changed data, and push transformed data outward.
2525

0 commit comments

Comments
 (0)