Skip to content

Commit 1f5fa77

Browse files
authored
remove system design in apache (#1143)
1 parent 7b83d03 commit 1f5fa77

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

src/.vuepress/navbar/en.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ export const enNavbar = navbar([
3131
{ text: 'v0.13.x', link: '/UserGuide/V0.13.x/QuickStart/QuickStart' },
3232
],
3333
},
34-
{
34+
/* {
3535
text: 'Design',
3636
link: 'https://cwiki.apache.org/confluence/display/IOTDB/System+Design',
37-
},
37+
}, */
3838
{
3939
text: 'Download',
4040
link: '/Download/',

src/.vuepress/navbar/zh.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ export const zhNavbar = navbar([
3535
{ text: 'v0.13.x', link: '/zh/UserGuide/V0.13.x/QuickStart/QuickStart' },
3636
],
3737
},
38-
{
38+
/* {
3939
text: '系统设计',
4040
link: 'https://cwiki.apache.org/confluence/pages/viewpage.action?pageId=177051872',
41-
},
41+
}, */
4242
{
4343
text: '下载',
4444
link: '/zh/Download/',

0 commit comments

Comments
 (0)