Skip to content

Commit 63f2e65

Browse files
committed
Alter sidebar
1 parent 4645931 commit 63f2e65

File tree

4 files changed

+4
-32
lines changed

4 files changed

+4
-32
lines changed

src/.vuepress/sidebar/V1.3.0-2/en.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ export const enSidebar = {
3737
{ text: 'Academic Achievement', link: 'Publication' },
3838
],
3939
},
40-
{
41-
text: 'Preparatory knowledge',
42-
collapsible: true,
43-
prefix: 'Preparatory-knowledge/',
44-
children: [
45-
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
46-
],
47-
},
4840
{
4941
text: 'Quick Start',
5042
link: 'QuickStart/QuickStart_apache',
@@ -59,6 +51,7 @@ export const enSidebar = {
5951
{ text: 'Data Model', link: 'Data-Model-and-Terminology' },
6052
{ text: 'Data Type', link: 'Data-Type' },
6153
{ text: 'Encoding and Compression', link: 'Encoding-and-Compression' },
54+
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
6255
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
6356
],
6457
},

src/.vuepress/sidebar/V1.3.0-2/zh.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ export const zhSidebar = {
3737
{ text: '学术成果', link: 'Publication' },
3838
],
3939
},
40-
{
41-
text: '预备知识',
42-
collapsible: true,
43-
prefix: 'Preparatory-knowledge/',
44-
children: [
45-
{ text: '集群相关概念', link: 'Cluster-Concept' },
46-
],
47-
},
4840
{
4941
text: '快速上手',
5042
link: 'QuickStart/QuickStart_apache',
@@ -59,6 +51,7 @@ export const zhSidebar = {
5951
{ text: '数据模型', link: 'Data-Model-and-Terminology' },
6052
{ text: '数据类型', link: 'Data-Type' },
6153
{ text: '编码和压缩', link: 'Encoding-and-Compression' },
54+
{ text: '集群相关概念', link: 'Cluster-Concept' },
6255
{ text: '数据分区与负载均衡', link: 'Cluster-data-partitioning' },
6356
],
6457
},

src/.vuepress/sidebar_timecho/V1.3.0-2/en.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ export const enSidebar = {
3737
{ text: 'Academic Achievement', link: 'Publication' },
3838
],
3939
},
40-
{
41-
text: 'Preparatory knowledge',
42-
collapsible: true,
43-
prefix: 'Preparatory-knowledge/',
44-
children: [
45-
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
46-
],
47-
},
4840
{
4941
text: 'Quick Start',
5042
link: 'QuickStart/QuickStart_timecho',
@@ -59,6 +51,7 @@ export const enSidebar = {
5951
{ text: 'Data Model', link: 'Data-Model-and-Terminology' },
6052
{ text: 'Data Type', link: 'Data-Type' },
6153
{ text: 'Encoding and Compression', link: 'Encoding-and-Compression' },
54+
{ text: 'Cluster-related Concepts', link: 'Cluster-Concept' },
6255
{ text: 'Data Partitioning & Load Balancing', link: 'Cluster-data-partitioning' },
6356
],
6457
},

src/.vuepress/sidebar_timecho/V1.3.0-2/zh.ts

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -37,14 +37,6 @@ export const zhSidebar = {
3737
{ text: '学术成果', link: 'Publication' },
3838
],
3939
},
40-
{
41-
text: '预备知识',
42-
collapsible: true,
43-
prefix: 'Preparatory-knowledge/',
44-
children: [
45-
{ text: '集群相关概念', link: 'Cluster-Concept' },
46-
],
47-
},
4840
{
4941
text: '快速上手',
5042
link: 'QuickStart/QuickStart_timecho',
@@ -59,6 +51,7 @@ export const zhSidebar = {
5951
{ text: '数据模型', link: 'Data-Model-and-Terminology' },
6052
{ text: '数据类型', link: 'Data-Type' },
6153
{ text: '编码和压缩', link: 'Encoding-and-Compression' },
54+
{ text: '集群相关概念', link: 'Cluster-Concept' },
6255
{ text: '数据分区与负载均衡', link: 'Cluster-data-partitioning' },
6356
],
6457
},

0 commit comments

Comments
 (0)