diff --git a/GettingStarted/chapter-1.md b/GettingStarted/chapter-1.md new file mode 100644 index 0000000..e69de29 diff --git a/GettingStarted/chapter-2.md b/GettingStarted/chapter-2.md new file mode 100644 index 0000000..e69de29 diff --git a/GettingStarted/chapter-3.md b/GettingStarted/chapter-3.md new file mode 100644 index 0000000..e69de29 diff --git a/GettingStarted/chapter-4.md b/GettingStarted/chapter-4.md new file mode 100644 index 0000000..e69de29 diff --git a/GettingStarted/index.md b/GettingStarted/index.md deleted file mode 100644 index 7c1b86e..0000000 --- a/GettingStarted/index.md +++ /dev/null @@ -1 +0,0 @@ -## 快速起步 \ No newline at end of file diff --git a/SUMMARY.md b/SUMMARY.md index 843d5a9..2cedd9c 100644 --- a/SUMMARY.md +++ b/SUMMARY.md @@ -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) diff --git a/Tutorials/index.md b/Tutorials/chapter-1.md similarity index 100% rename from Tutorials/index.md rename to Tutorials/chapter-1.md diff --git a/Tutorials/chapter-10.md b/Tutorials/chapter-10.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-10.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-11.md b/Tutorials/chapter-11.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-11.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-12.md b/Tutorials/chapter-12.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-12.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-2.md b/Tutorials/chapter-2.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-2.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-3.md b/Tutorials/chapter-3.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-3.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-4.md b/Tutorials/chapter-4.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-4.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-5.md b/Tutorials/chapter-5.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-5.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-6.md b/Tutorials/chapter-6.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-6.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-7.md b/Tutorials/chapter-7.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-7.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-8.md b/Tutorials/chapter-8.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-8.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/Tutorials/chapter-9.md b/Tutorials/chapter-9.md new file mode 100644 index 0000000..f8ed086 --- /dev/null +++ b/Tutorials/chapter-9.md @@ -0,0 +1 @@ +## 简易教程 \ No newline at end of file diff --git a/book.json b/book.json index e757943..ab7f9b1 100644 --- a/book.json +++ b/book.json @@ -21,7 +21,8 @@ "back-to-top-button", "chapter-fold", "pageview-count", - "flexible-alerts" + "flexible-alerts", + "code" ], "pluginsConfig": { "github": {