You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iotdb.apache.org by ja...@apache.org on 2023/04/11 09:41:45 UTC

[iotdb] branch master updated: Add Conditional Expression to sidebar

This is an automated email from the ASF dual-hosted git repository.

jackietien pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/iotdb.git


The following commit(s) were added to refs/heads/master by this push:
     new 4dd386b1f1 Add Conditional Expression to sidebar
4dd386b1f1 is described below

commit 4dd386b1f1d386215e74cd1bc8664c701d4eb3c1
Author: Li Yu Heng <li...@126.com>
AuthorDate: Tue Apr 11 17:41:37 2023 +0800

    Add Conditional Expression to sidebar
---
 site/src/main/.vuepress/sidebar/en.ts | 1 +
 site/src/main/.vuepress/sidebar/zh.ts | 1 +
 2 files changed, 2 insertions(+)

diff --git a/site/src/main/.vuepress/sidebar/en.ts b/site/src/main/.vuepress/sidebar/en.ts
index 8b82f659a6..97206aa788 100644
--- a/site/src/main/.vuepress/sidebar/en.ts
+++ b/site/src/main/.vuepress/sidebar/en.ts
@@ -180,6 +180,7 @@ export const enSidebar = sidebar({
         { text: 'Sample', link: 'Sample' },
         { text: 'Time-Series', link: 'Time-Series' },
         { text: 'Lambda', link: 'Lambda' },
+        { text: 'Conditional Expression', link: 'Conditional' },
 
         // IoTDB-Quality
         { text: 'Data Profiling', link: 'Data-Profiling' },
diff --git a/site/src/main/.vuepress/sidebar/zh.ts b/site/src/main/.vuepress/sidebar/zh.ts
index afaafa3fb1..2115cbfc9b 100644
--- a/site/src/main/.vuepress/sidebar/zh.ts
+++ b/site/src/main/.vuepress/sidebar/zh.ts
@@ -181,6 +181,7 @@ export const zhSidebar = sidebar({
         { text: '采样函数', link: 'Sample' },
         { text: '时间序列处理', link: 'Time-Series' },
         { text: 'Lambda 表达式', link: 'Lambda' },
+        { text: '条件表达式', link: 'Conditional' },
 
         // IoTDB-Quality
         { text: '数据画像', link: 'Data-Profiling' },