Skip to content
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const enSidebar = {
{ text: 'Stream Processing', link: 'Streaming_apache' },
{ text: 'Data Sync', link: 'Data-Sync_apache' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'Database Administration', link: 'Authority-Management' },
{ text: 'Maintennance', link: 'Maintennance' },
],
Expand Down Expand Up @@ -164,6 +165,7 @@ export const enSidebar = {
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
{ text: 'Status Codes', link: 'Status-Codes' },
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ export const zhSidebar = {
{ text: '流处理框架', link: 'Streaming_apache' },
{ text: '数据同步', link: 'Data-Sync_apache' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '运维语句', link: 'Maintennance' },
],
Expand Down Expand Up @@ -164,6 +165,7 @@ export const zhSidebar = {
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar_timecho/V1.3.x/en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const enSidebar = {
{ text: 'View', link: 'IoTDB-View_timecho' },
{ text: 'AI Capability', link: 'AINode_timecho' },
{ text: 'Database Programming', link: 'Database-Programming' },
{ text: 'UDF', link: 'User-defined-function' },
{ text: 'Security Management', link: 'Security-Management_timecho' },
{ text: 'Database Administration', link: 'Authority-Management' },
{ text: 'Maintennance', link: 'Maintennance' },
Expand Down Expand Up @@ -175,6 +176,7 @@ export const enSidebar = {
// children: 'structure',
children: [
{ text: 'UDF Libraries', link: 'UDF-Libraries' },
{ text: 'UDF development', link: 'UDF-development' },
{ text: 'Function and Expression', link: 'Function-and-Expression' },
{ text: 'Common Config Manual', link: 'Common-Config-Manual' },
{ text: 'ConfigNode Config Manual', link: 'ConfigNode-Config-Manual' },
Expand Down
2 changes: 2 additions & 0 deletions src/.vuepress/sidebar_timecho/V1.3.x/zh.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ export const zhSidebar = {
{ text: '视图', link: 'IoTDB-View_timecho' },
{ text: 'AI能力', link: 'AINode_timecho' },
{ text: '数据库编程', link: 'Database-Programming' },
{ text: '用户自定义函数', link: 'User-defined-function' },
{ text: '安全控制', link: 'Security-Management_timecho' },
{ text: '权限管理', link: 'Authority-Management' },
{ text: '运维语句', link: 'Maintennance' },
Expand Down Expand Up @@ -175,6 +176,7 @@ export const zhSidebar = {
// children: 'structure',
children: [
{ text: 'UDF函数库', link: 'UDF-Libraries' },
{ text: 'UDF开发', link: 'UDF-development' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
{ text: '配置参数', link: 'Common-Config-Manual' },
{ text: 'ConfigNode配置参数', link: 'ConfigNode-Config-Manual' },
Expand Down
Loading