This is an automated email from the ASF dual-hosted git repository.
HTHou 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 b4ce6686 Remove data subscription from open-source menus (#1184)
b4ce6686 is described below
commit b4ce66861116461a9b61e702822920acf060653c
Author: leto-bbq <[email protected]>
AuthorDate: Thu Jul 9 18:30:04 2026 +0800
Remove data subscription from open-source menus (#1184)
---
src/.vuepress/sidebar/V1.3.x/en.ts | 8 +-------
src/.vuepress/sidebar/V1.3.x/zh.ts | 8 +-------
src/.vuepress/sidebar/V2.0.x/en-Tree.ts | 8 +-------
src/.vuepress/sidebar/V2.0.x/zh-Tree.ts | 8 +-------
4 files changed, 4 insertions(+), 28 deletions(-)
diff --git a/src/.vuepress/sidebar/V1.3.x/en.ts
b/src/.vuepress/sidebar/V1.3.x/en.ts
index 90cd8a2e..18ab5b93 100644
--- a/src/.vuepress/sidebar/V1.3.x/en.ts
+++ b/src/.vuepress/sidebar/V1.3.x/en.ts
@@ -123,7 +123,6 @@ export const enSidebar = {
children: [
{ text: 'Data Sync(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: 'Data Sync(V1.3.3)', link: 'Data-Sync_apache' },
- { text: 'Data Subscription', link: 'Data-subscription' },
{
text: 'Stream Computing',
collapsible: true,
@@ -195,12 +194,7 @@ export const enSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
- { text: 'Java Native Interface', collapsible: true,
- children: [
- { text: 'Java Native API', link: 'Programming-Java-Native-API' },
- { text: 'Data Subscription API', link:
'Programming-Data-Subscription' },
- ],
- },
+ { text: 'Java Native API', link: 'Programming-Java-Native-API' },
{ text: 'Python Native API', link: 'Programming-Python-Native-API' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
diff --git a/src/.vuepress/sidebar/V1.3.x/zh.ts
b/src/.vuepress/sidebar/V1.3.x/zh.ts
index 9782b988..0322e2ec 100644
--- a/src/.vuepress/sidebar/V1.3.x/zh.ts
+++ b/src/.vuepress/sidebar/V1.3.x/zh.ts
@@ -114,7 +114,6 @@ export const zhSidebar = {
children: [
{ text: '数据同步(V1.3.0/1/2)', link: 'Data-Sync-old_apache' },
{ text: '数据同步(V1.3.3)', link: 'Data-Sync_apache' },
- { text: '数据订阅', link: 'Data-subscription' },
{
text: '流计算',
collapsible: true,
@@ -186,12 +185,7 @@ export const zhSidebar = {
prefix: 'API/',
// children: 'structure',
children: [
- { text: 'Java原生接口', collapsible: true,
- children: [
- { text: 'Java原生API', link: 'Programming-Java-Native-API' },
- { text: '数据订阅API', link: 'Programming-Data-Subscription' },
- ],
- },
+ { text: 'Java原生接口', link: 'Programming-Java-Native-API' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },
diff --git a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
index 94661b43..bdc6d924 100644
--- a/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/en-Tree.ts
@@ -112,7 +112,6 @@ export const enSidebar = {
prefix: 'User-Manual/',
children: [
{ text: 'Data Sync', link: 'Data-Sync_apache' },
- { text: 'Data Subscription', link: 'Data-subscription_apache' },
{
text: 'Stream Computing',
collapsible: true,
@@ -184,12 +183,7 @@ export const enSidebar = {
collapsible: true,
prefix: 'API/',
children: [
- { text: 'Java Native Interface', collapsible: true,
- children: [
- { text: 'Java Native API', link:
'Programming-Java-Native-API_apache' },
- { text: 'Data Subscription API', link:
'Programming-Data-Subscription_apache' },
- ],
- },
+ { text: 'Java Native API', link: 'Programming-Java-Native-API_apache'
},
{ text: 'Python Native API', link:
'Programming-Python-Native-API_apache' },
{ text: 'C++ Native API', link: 'Programming-Cpp-Native-API' },
{ text: 'Go Native API', link: 'Programming-Go-Native-API' },
diff --git a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
index f98b2e71..d536cfe3 100644
--- a/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
+++ b/src/.vuepress/sidebar/V2.0.x/zh-Tree.ts
@@ -106,7 +106,6 @@ export const zhSidebar = {
prefix: 'User-Manual/',
children: [
{ text: '数据同步', link: 'Data-Sync_apache' },
- { text: '数据订阅', link: 'Data-subscription_apache' },
{
text: '流计算',
collapsible: true,
@@ -178,12 +177,7 @@ export const zhSidebar = {
collapsible: true,
prefix: 'API/',
children: [
- { text: 'Java原生接口', collapsible: true,
- children: [
- { text: 'Java原生API', link: 'Programming-Java-Native-API_apache' },
- { text: '数据订阅API', link: 'Programming-Data-Subscription_apache' },
- ],
- },
+ { text: 'Java原生接口', link: 'Programming-Java-Native-API_apache' },
{ text: 'Python原生接口', link: 'Programming-Python-Native-API_apache' },
{ text: 'C++原生接口', link: 'Programming-Cpp-Native-API' },
{ text: 'Go原生接口', link: 'Programming-Go-Native-API' },