This is an automated email from the ASF dual-hosted git repository.
CritasWang pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/iotdb-docs.git
The following commit(s) were added to refs/heads/main by this push:
new 06ab84e7 Remove UDF libraries sidebar entries (#1168)
06ab84e7 is described below
commit 06ab84e72246c64773b14211524de4b4881dee24
Author: leto-bbq <[email protected]>
AuthorDate: Tue Jun 23 14:56:14 2026 +0800
Remove UDF libraries sidebar entries (#1168)
---
src/.vuepress/sidebar/V1.3.x/en.ts | 1 -
src/.vuepress/sidebar/V1.3.x/zh.ts | 1 -
src/.vuepress/sidebar/V2.0.x/en-Tree.ts | 1 -
src/.vuepress/sidebar/V2.0.x/zh-Tree.ts | 1 -
4 files changed, 4 deletions(-)
diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts
b/src/.vuepress/sidebar/V1.3.x/en.ts
index d5100187..820d9172 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -285,7 +285,6 @@ export const enSidebar = {
text: 'Functions and Operators',
collapsible: true,
children: [
- { text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{
text: 'Operator and Expression',
link: 'Operator-and-Expression',
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index 8a9cbbf2..6556cd21 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -276,7 +276,6 @@ export const zhSidebar = {
text: '函数与运算符',
collapsible: true,
children: [
- { text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
],
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
index 127a0c1b..faff59d9 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
@@ -281,7 +281,6 @@ export const enSidebar = {
text: 'Functions and Operators',
collapsible: true,
children: [
- { text: 'UDF Libraries', link: 'UDF-Libraries_apache' },
{
text: 'Operator and Expression',
link: 'Operator-and-Expression',
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index 9285b94e..1318cee3 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -272,7 +272,6 @@ export const zhSidebar = {
text: '函数与运算符',
collapsible: true,
children: [
- { text: 'UDF函数库', link: 'UDF-Libraries_apache' },
{ text: '函数与运算符', link: 'Operator-and-Expression' },
{ text: '内置函数与表达式', link: 'Function-and-Expression' },
],