Skip to content

Commit 7464609

Browse files
authored
Add UDF function page (#397)
1 parent c125b21 commit 7464609

File tree

20 files changed

+4689
-3394
lines changed

20 files changed

+4689
-3394
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const enSidebar = {
8383
{ text: 'Stream Processing', link: 'Streaming_apache' },
8484
{ text: 'Data Sync', link: 'Data-Sync_apache' },
8585
{ text: 'Database Programming', link: 'Database-Programming' },
86+
{ text: 'UDF', link: 'User-defined-function' },
8687
{ text: 'Database Administration', link: 'Authority-Management' },
8788
{ text: 'Maintennance', link: 'Maintennance' },
8889
],
@@ -164,6 +165,7 @@ export const enSidebar = {
164165
// children: 'structure',
165166
children: [
166167
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
168+
{ text: 'UDF development', link: 'UDF-development' },
167169
{ text: 'Function and Expression', link: 'Function-and-Expression' },
168170
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
169171
{ text: 'Status Codes', link: 'Status-Codes' },

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export const zhSidebar = {
8383
{ text: '流处理框架', link: 'Streaming_apache' },
8484
{ text: '数据同步', link: 'Data-Sync_apache' },
8585
{ text: '数据库编程', link: 'Database-Programming' },
86+
{ text: '用户自定义函数', link: 'User-defined-function' },
8687
{ text: '权限管理', link: 'Authority-Management' },
8788
{ text: '运维语句', link: 'Maintennance' },
8889
],
@@ -164,6 +165,7 @@ export const zhSidebar = {
164165
// children: 'structure',
165166
children: [
166167
{ text: 'UDF函数库', link: 'UDF-Libraries' },
168+
{ text: 'UDF开发', link: 'UDF-development' },
167169
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
168170
{ text: '配置参数', link: 'Common-Config-Manual' },
169171
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const enSidebar = {
9090
{ text: 'View', link: 'IoTDB-View_timecho' },
9191
{ text: 'AI Capability', link: 'AINode_timecho' },
9292
{ text: 'Database Programming', link: 'Database-Programming' },
93+
{ text: 'UDF', link: 'User-defined-function' },
9394
{ text: 'Security Management', link: 'Security-Management_timecho' },
9495
{ text: 'Database Administration', link: 'Authority-Management' },
9596
{ text: 'Maintennance', link: 'Maintennance' },
@@ -175,6 +176,7 @@ export const enSidebar = {
175176
// children: 'structure',
176177
children: [
177178
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
179+
{ text: 'UDF development', link: 'UDF-development' },
178180
{ text: 'Function and Expression', link: 'Function-and-Expression' },
179181
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
180182
{ text: 'ConfigNode Config Manual', link: 'ConfigNode-Config-Manual' },

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ export const zhSidebar = {
9090
{ text: '视图', link: 'IoTDB-View_timecho' },
9191
{ text: 'AI能力', link: 'AINode_timecho' },
9292
{ text: '数据库编程', link: 'Database-Programming' },
93+
{ text: '用户自定义函数', link: 'User-defined-function' },
9394
{ text: '安全控制', link: 'Security-Management_timecho' },
9495
{ text: '权限管理', link: 'Authority-Management' },
9596
{ text: '运维语句', link: 'Maintennance' },
@@ -175,6 +176,7 @@ export const zhSidebar = {
175176
// children: 'structure',
176177
children: [
177178
{ text: 'UDF函数库', link: 'UDF-Libraries' },
179+
{ text: 'UDF开发', link: 'UDF-development' },
178180
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
179181
{ text: '配置参数', link: 'Common-Config-Manual' },
180182
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },

0 commit comments

Comments
 (0)