This is an automated email from the ASF dual-hosted git repository. haonan pushed a commit to branch fsite in repository https://gitbox.apache.org/repos/asf/iotdb.git
commit 754d098f290f2a2ced84f6127f00cf2b430603c8 Author: HTHou <[email protected]> AuthorDate: Tue Mar 1 17:54:54 2022 +0800 Fix website compile error --- Jenkinsfile | 2 +- site/src/main/.vuepress/config.js | 34 ++++++++++++++++++++++++++++++++-- 2 files changed, 33 insertions(+), 3 deletions(-) diff --git a/Jenkinsfile b/Jenkinsfile index 1943bd9..de9d77d 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -38,7 +38,7 @@ pipeline { } options { - timeout(time: 3, unit: 'HOURS') + timeout(time: 2, unit: 'HOURS') // When we have test-fails e.g. we don't need to run the remaining steps skipStagesAfterUnstable() } diff --git a/site/src/main/.vuepress/config.js b/site/src/main/.vuepress/config.js index 8391b51..fc44085 100644 --- a/site/src/main/.vuepress/config.js +++ b/site/src/main/.vuepress/config.js @@ -746,7 +746,6 @@ var config = { sidebarDepth: 1, children: [ ['Process-Data/UDF-User-Defined-Function','UDF (User Defined Function)'], - ['Process-Data/UDF-Library', 'UDF Library'], ['Process-Data/Select-Into','Query Write-back (SELECT INTO)'], ['Process-Data/Continuous-Query','CQ (Continuous Query)'], ['Process-Data/Triggers','Triggers'], @@ -796,6 +795,22 @@ var config = { ] }, { + title: 'UDF Library', + sidebarDepth: 1, + children: [ + ['UDF-Library/Quick-Start', 'Quick Start'], + ['UDF-Library/Data-Profiling', 'Data Profiling'], + ['UDF-Library/Anomaly-Detection', 'Anomaly Detection'], + ['UDF-Library/Data-Matching', 'Data Matching'], + ['UDF-Library/Frequency-Domain', 'Frequency Domain Analysis'], + ['UDF-Library/Data-Quality', 'Data Quality'], + ['UDF-Library/Data-Repairing', 'Data Repairing'], + ['UDF-Library/Series-Discovery', 'Series Discovery'], + ['UDF-Library/String-Processing', 'String Processing'], + ['UDF-Library/M4', 'M4'] + ] + }, + { title: 'Reference', children: [ ['Reference/Config-Manual','Config Manual'], @@ -1647,7 +1662,6 @@ var config = { sidebarDepth: 1, children: [ ['Process-Data/UDF-User-Defined-Function','用户定义函数(UDF)'], - ['Process-Data/UDF-Library', 'UDF 函数库'], ['Process-Data/Select-Into','查询写回(SELECT INTO)'], ['Process-Data/Continuous-Query','连续查询(CQ)'], ['Process-Data/Triggers','触发器'], @@ -1698,6 +1712,22 @@ var config = { ] }, { + title: 'UDF 资料库', + sidebarDepth: 1, + children: [ + ['UDF-Library/Quick-Start', '快速开始'], + ['UDF-Library/Data-Profiling', '数据画像'], + ['UDF-Library/Anomaly-Detection', '异常检测'], + ['UDF-Library/Data-Matching', '数据匹配'], + ['UDF-Library/Frequency-Domain', '频域分析'], + ['UDF-Library/Data-Quality', '数据质量'], + ['UDF-Library/Data-Repairing', '数据修复'], + ['UDF-Library/Series-Discovery', '序列发现'], + ['UDF-Library/String-Processing', '字符串处理'], + ['UDF-Library/M4', 'M4'] + ] + }, + { title: '参考', children: [ ['Reference/Config-Manual','配置参数'],
