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 1f5fa777 remove system design in apache (#1143)
1f5fa777 is described below

commit 1f5fa7775b8924f35989bef338a1c2694c5c2950
Author: leto-b <[email protected]>
AuthorDate: Mon Jun 1 17:56:04 2026 +0800

    remove system design in apache (#1143)
---
 src/.vuepress/navbar/en.ts | 4 ++--
 src/.vuepress/navbar/zh.ts | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/.vuepress/navbar/en.ts b/src/.vuepress/navbar/en.ts
index ff08f983..9f899910 100644
--- a/src/.vuepress/navbar/en.ts
+++ b/src/.vuepress/navbar/en.ts
@@ -31,10 +31,10 @@ export const enNavbar = navbar([
       { text: 'v0.13.x', link: '/UserGuide/V0.13.x/QuickStart/QuickStart' },
     ],
   },
-  {
+/*   {
     text: 'Design',
     link: 'https://cwiki.apache.org/confluence/display/IOTDB/System+Design',
-  },
+  }, */
   {
     text: 'Download',
     link: '/Download/',
diff --git a/src/.vuepress/navbar/zh.ts b/src/.vuepress/navbar/zh.ts
index 96eee222..030852ac 100644
--- a/src/.vuepress/navbar/zh.ts
+++ b/src/.vuepress/navbar/zh.ts
@@ -35,10 +35,10 @@ export const zhNavbar = navbar([
       { text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
     ],
   },
-  {
+/*   {
     text: '系统设计',
     link: 
'https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177051872',
-  },
+  }, */
   {
     text: '下载',
     link: '/zh/Download/',

Reply via email to