Skip to content

Commit c11a5a8

Browse files
authored
Document 2.0.1 becomes 2.0. x (#546)
* Document 2.0.1 becomes 2.0. x * Change system configuration to environment configuration * Move data type to the last one * Timechodb overall architecture: Distributed graph copied over * Splitting data model related concepts into indexed forms * Copying deployment related concepts into deployment and operation files is called deployment form * Deployment form document repair
1 parent 37bb6f5 commit c11a5a8

File tree

40 files changed

+471
-89
lines changed

40 files changed

+471
-89
lines changed

src/.vuepress/navbar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ export const enNavbar = navbar([
2222
{
2323
text: 'Documentation',
2424
children: [
25-
{ text: 'v2.0.1', link: '/UserGuide/latest/QuickStart/QuickStart_apache' },
25+
{ text: 'v2.0.x', link: '/UserGuide/latest/QuickStart/QuickStart_apache' },
2626
{
2727
text: 'v1.3.3',
2828
link: '/UserGuide/V1.3.3/QuickStart/QuickStart_apache',

src/.vuepress/navbar/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const zhNavbar = navbar([
2424
children: [
2525
// { text: 'latest', link: '/zh/UserGuide/Master/QuickStart/QuickStart_apache' },
2626
{
27-
text: 'v2.0.1',
27+
text: 'v2.0.x',
2828
link: '/zh/UserGuide/latest/QuickStart/QuickStart_apache',
2929
},
3030
{

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ export const enSidebar = {
6868
children: [
6969
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
7070
{ text: 'Database Resources', link: 'Database-Resources' },
71-
{ text: 'System Requirements', link: 'Environment-Requirements' },
71+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
7272
{
7373
text: 'Stand-Alone Deployment',
7474
link: 'Stand-Alone-Deployment_apache',

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ export const zhSidebar = {
6262
children: [
6363
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
6464
{ text: '资源规划', link: 'Database-Resources' },
65-
{ text: '系统配置', link: 'Environment-Requirements' },
65+
{ text: '环境配置', link: 'Environment-Requirements' },
6666
{ text: '单机版部署', link: 'Stand-Alone-Deployment_apache' },
6767
{ text: '集群版部署', link: 'Cluster-Deployment_apache' },
6868
{ text: 'Docker部署', link: 'Docker-Deployment_apache' },

src/.vuepress/sidebar/V1.3.3/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const enSidebar = {
5353
children: [
5454
{ text: 'Obtain IoTDB', link: 'IoTDB-Package_apache' },
5555
{ text: 'Database Resources', link: 'Database-Resources' },
56-
{ text: 'System Requirements', link: 'Environment-Requirements' },
56+
{ text: 'Environment Requirements', link: 'Environment-Requirements' },
5757
{
5858
text: 'Stand-Alone Deployment',
5959
link: 'Stand-Alone-Deployment_apache',

src/.vuepress/sidebar/V1.3.3/zh.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const zhSidebar = {
5454
children: [
5555
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
5656
{ text: '资源规划', link: 'Database-Resources' },
57-
{ text: '系统配置', link: 'Environment-Requirements' },
57+
{ text: '环境配置', link: 'Environment-Requirements' },
5858
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
5959
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6060
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
export const zhSidebar = {
2020
'/zh/UserGuide/latest-Table/': [
2121
{
22-
text: 'IoTDB用户手册(V2.0.1)',
22+
text: 'IoTDB用户手册(V2.0.x)',
2323
children: [],
2424
},
2525
{
@@ -39,9 +39,9 @@ export const zhSidebar = {
3939
prefix: 'Background-knowledge/',
4040
children: [
4141
{ text: '常见概念', link: 'Cluster-Concept_apache' },
42-
{ text: '数据类型', link: 'Data-Type' },
4342
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
4443
{ text: '建模方案设计', link: 'Data-Model-and-Terminology' },
44+
{ text: '数据类型', link: 'Data-Type' },
4545
],
4646
},
4747
{
@@ -54,9 +54,10 @@ export const zhSidebar = {
5454
prefix: 'Deployment-and-Maintenance/',
5555
// children: 'structure',
5656
children: [
57+
{ text: '部署形态', link: 'Deployment-form' },
5758
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
5859
{ text: '资源规划', link: 'Database-Resources' },
59-
{ text: '系统配置', link: 'Environment-Requirements' },
60+
{ text: '环境配置', link: 'Environment-Requirements' },
6061
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
6162
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6263
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },
Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
export const zhSidebar = {
2020
'/zh/UserGuide/latest/': [
2121
{
22-
text: 'IoTDB用户手册(V2.0.1)',
22+
text: 'IoTDB用户手册(V2.0.x)',
2323
children: [],
2424
},
2525
{
@@ -39,9 +39,9 @@ export const zhSidebar = {
3939
prefix: 'Background-knowledge/',
4040
children: [
4141
{ text: '常见概念', link: 'Cluster-Concept_apache' },
42-
{ text: '数据类型', link: 'Data-Type' },
4342
{ text: '时序数据模型', link: 'Navigating_Time_Series_Data' },
4443
{ text: '建模方案设计', link: 'Data-Model-and-Terminology' },
44+
{ text: '数据类型', link: 'Data-Type' },
4545
],
4646
},
4747
{
@@ -54,9 +54,10 @@ export const zhSidebar = {
5454
prefix: 'Deployment-and-Maintenance/',
5555
// children: 'structure',
5656
children: [
57+
{ text: '部署形态', link: 'Deployment-form' },
5758
{ text: '安装包获取', link: 'IoTDB-Package_apache' },
5859
{ text: '资源规划', link: 'Database-Resources' },
59-
{ text: '系统配置', link: 'Environment-Requirements' },
60+
{ text: '环境配置', link: 'Environment-Requirements' },
6061
{ text: '单机版部署指导', link: 'Stand-Alone-Deployment_apache' },
6162
{ text: '集群版部署指导', link: 'Cluster-Deployment_apache' },
6263
{ text: 'Docker部署指导', link: 'Docker-Deployment_apache' },

src/.vuepress/sidebar/en.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
*/
1818

1919
import { sidebar } from 'vuepress-theme-hope';
20-
import { enSidebar as V201xSidebar } from './V2.0.1/en.js';
20+
import { enSidebar as V201xSidebar } from './V2.0.x/en.js';
2121
import { enSidebar as V103xSidebar } from './V1.3.3/en.js';
2222
import { enSidebar as V1030Sidebar } from './V1.3.0-2/en.js';
2323
import { enSidebar as V102xSidebar } from './V1.2.x/en.js';

0 commit comments

Comments
 (0)