add getting started part struct

This commit is contained in:
liujianhuan 2020-03-23 20:58:00 +08:00
parent db28b77957
commit 309171a868
19 changed files with 48 additions and 5 deletions

View File

View File

View File

View File

View File

@ -1 +0,0 @@
## 快速起步

View File

@ -1,23 +1,55 @@
# Summary
* [Druid介绍](README.md)
* [Druid概述](README.md)
* [快速起步](GettingStarted/index.md)
### 新手入门
* [入门教程](Tutorials/index.md)
* [Druid详细](GettingStarted/chapter-1.md)
* [快速开始](GettingStarted/chapter-2.md)
* [单节点部署](GettingStarted/chapter-3.md)
* [集群部署](GettingStarted/chapter-4.md)
### 使用指导
* [加载本地文件](Tutorials/chapter-1.md)
* [从Kafka加载数据](Tutorials/chapter-2.md)
* [从Hadoop加载数据](Tutorials/chapter-3.md)
* [查询数据](Tutorials/chapter-4.md)
* [上卷操作](Tutorials/chapter-5.md)
* [配置数据保留规则](Tutorials/chapter-6.md)
* [数据更新](Tutorials/chapter-7.md)
* [合并段文件](Tutorials/chapter-8.md)
* [删除数据](Tutorials/chapter-9.md)
* [摄入配置说明](Tutorials/chapter-10.md)
* [转换输入数据](Tutorials/chapter-11.md)
* [Kerberized HDFS存储](Tutorials/chapter-12.md)
### 架构设计
* [架构设计](Design/index.md)
### 数据摄取
* [数据摄取](DataIngestion/index.md)
### 数据查询
* [数据查询](Querying/index.md)
### 配置列表
* [配置列表](Configuration/index.md)
### 操作指南
* [操作指南](Operations/index.md)
### 开发指南
* [开发指南](Development/index.md)
### 其他相关
* [其他相关](Misc/index.md)

1
Tutorials/chapter-10.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-11.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-12.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-2.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-3.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-4.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-5.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-6.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-7.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-8.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

1
Tutorials/chapter-9.md Normal file
View File

@ -0,0 +1 @@
## 简易教程

View File

@ -21,7 +21,8 @@
"back-to-top-button",
"chapter-fold",
"pageview-count",
"flexible-alerts"
"flexible-alerts",
"code"
],
"pluginsConfig": {
"github": {