You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@inlong.apache.org by go...@apache.org on 2021/07/06 09:30:51 UTC

[incubator-inlong-website] branch master updated: [INLONG-653] Adjust the directory mapping of the homepage Docs (#75)

This is an automated email from the ASF dual-hosted git repository.

gosonzhang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-inlong-website.git


The following commit(s) were added to refs/heads/master by this push:
     new 0ede75c  [INLONG-653] Adjust the directory mapping of the homepage Docs (#75)
0ede75c is described below

commit 0ede75c231565803ef616f80a76aa484ee24c631
Author: gosonzhang <go...@apache.org>
AuthorDate: Tue Jul 6 17:30:45 2021 +0800

    [INLONG-653] Adjust the directory mapping of the homepage Docs (#75)
---
 docs/en-us/getting_started.md                      |   2 +-
 docs/zh-cn/getting_started.md                      |   2 +-
 .../manager/{userManual.md => user_manual.md}      |   0
 site_config/docs.js                                | 254 ++++++++++++++++-----
 4 files changed, 193 insertions(+), 65 deletions(-)

diff --git a/docs/en-us/getting_started.md b/docs/en-us/getting_started.md
index 6c7242d..1ba12b6 100644
--- a/docs/en-us/getting_started.md
+++ b/docs/en-us/getting_started.md
@@ -36,7 +36,7 @@ Through the overall architecture diagram of InLong above, we can see that InLong
 [How to compile and deploy Agent](modules/agent/quick_start.md)
 
 ## Business configuration
-[How to configure a new business](modules/manager/userManual.md)
+[How to configure a new business](modules/manager/user_manual.md)
 
 ## Data report verification
 At this stage, you can collect data through the file agent and verify whether the received data is consistent with the sent data in the specified Hive table.
diff --git a/docs/zh-cn/getting_started.md b/docs/zh-cn/getting_started.md
index d4f512b..3f04b70 100644
--- a/docs/zh-cn/getting_started.md
+++ b/docs/zh-cn/getting_started.md
@@ -36,7 +36,7 @@ InLong(应龙)最初建于腾讯,服务线上业务8年多,支持大数据
 [如何编译部署Agent](modules/agent/quick_start.md)
 
 ## 业务配置
-[如何配置新业务](modules/manager/userManual.md)
+[如何配置新业务](modules/manager/user_manual.md)
 
 ## 数据上报验证
 到这里,您就可以通过文件Agent采集数据并在指定的Hive表中验证接收到的数据是否与发送的数据一致。
diff --git a/docs/zh-cn/modules/manager/userManual.md b/docs/zh-cn/modules/manager/user_manual.md
similarity index 100%
rename from docs/zh-cn/modules/manager/userManual.md
rename to docs/zh-cn/modules/manager/user_manual.md
diff --git a/site_config/docs.js b/site_config/docs.js
index 6a4ea2d..59b03e6 100644
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -11,50 +11,114 @@ export default {
         ],
       },
       {
-        title: 'Architecture & Principle',
-        children: [
-          {
-            title: 'Architecture',
-            link: '/en-us/docs/architecture.html',
-          },
-          {
-            title: 'Client RPC',
-            link: '/en-us/docs/client_rpc.html',
-          },
-        ],
-      },
-      {
-        title: 'User Manual',
-        children: [
+        title: 'Components',
+		children: [
           {
-            title: 'Deployment',
-            link: '/en-us/docs/deployment.html',
-          },
-          {
-            title: 'Configure Introduction',
-            link: '/en-us/docs/configure_introduction.html',
+            title: 'Manager',
+			children: [
+               {
+                 title: 'Architecture',
+                 link: '/en-us/docs/modules/manager/architecture.html',
+               },
+		       {
+                 title: 'Console Introduction',
+                 link: '/en-us/docs/modules/manager/user_manual.html',
+               },
+ 			   {
+				 title: 'Build && Deployment',
+				 link: '/en-us/docs/modules/manager/quick_start.html',
+			   },
+			],
           },
           {
-            title: 'Console Introduction',
-            link: '/en-us/docs/console_introduction.html',
-          },
+            title: 'Agent',
+			children: [
+               {
+                 title: 'Architecture',
+                 link: '/en-us/docs/modules/agent/architecture.html',
+               },
+ 			   {
+				 title: 'Build && Deployment',
+				 link: '/en-us/docs/modules/agent/quick_start.html',
+			   },
+			],
+          },		
           {
-            title: 'Error Code',
-            link: '/en-us/docs/error_code.html',
+            title: 'DataProxy',
+			children: [
+               {
+                 title: 'Architecture',
+                 link: '/en-us/docs/modules/dataproxy/architecture.html',
+               },
+ 			   {
+				 title: 'Build && Deployment',
+				 link: '/en-us/docs/modules/dataproxy/quick_start.html',
+			   },
+			],
           },
           {
-            title: 'API Introduction',
-            children: [
+            title: 'TubeMQ',
+			children: [
+               {
+                 title: 'Architecture',
+                 link: '/en-us/docs/modules/tubemq/architecture.html',
+               },
+               {
+                 title: 'Deployment',
+                 link: '/en-us/docs/modules/tubemq/deployment.html',
+               },
+               {
+                 title: 'Configure Introduction',
+                 link: '/en-us/docs/modules/tubemq/configure_introduction.html',
+               },
+		       {
+                 title: 'Console Introduction',
+                 link: '/en-us/docs/modules/tubemq/console_introduction.html',
+               },
+			   {
+                 title: 'Client RPC',
+                 link: '/en-us/docs/modules/tubemq/client_rpc.html',
+               },
+               {
+                 title: 'Error Code',
+                 link: '/en-us/docs/modules/tubemq/error_code.html',
+               },
                {
                  title: 'HTTP API',
-                 link: '/en-us/docs/http_access_api.html',
+                 link: '/en-us/docs/modules/tubemq/http_access_api.html',
                },
  			   {
-				 title: 'JAVA SDK API',
-				 link: '/en-us/docs/clients_java.html',
+				 title: 'SDK Demo',
+				 link: '/en-us/docs/modules/tubemq/clients_java.html',
 			   },
-			]   
+			],
           },
+          {
+            title: 'TubeMQ-Manager',
+			children: [
+               {
+                 title: 'Build && Deployment',
+                 link: '/en-us/docs/modules/tubemq-manager/quick_start.html',
+               },
+			],
+          },
+          {
+            title: 'Sort',
+			children: [
+               {
+                 title: 'Architecture',
+                 link: '/en-us/docs/modules/sort/introduction.html',
+               },
+               {
+                 title: 'Zookeeper Configure',
+                 link: '/en-us/docs/modules/sort/protocol_introduction.html',
+               },
+               {
+                 title: 'Build && Deployment',
+                 link: '/en-us/docs/modules/sort/quick_start.html',
+               },
+			],
+          },		  
         ],
       },
       {
@@ -76,50 +140,114 @@ export default {
         ],
       },
       {
-        title: '架构及原理',
-        children: [
-          {
-            title: '架构介绍',
-            link: '/zh-cn/docs/architecture.html',
-          },
-          {
-            title: '客户端RPC',
-            link: '/zh-cn/docs/client_rpc.html',
-          },
-        ],
-      },
-      {
-        title: '用户手册',
-        children: [
+        title: '组件介绍',
+		children: [
           {
-            title: '部署指引',
-            link: '/zh-cn/docs/deployment.html',
-          },
-          {
-            title: '配置参数介绍',
-            link: '/zh-cn/docs/configure_introduction.html',
-          },
+            title: 'Manager',
+			children: [
+               {
+                 title: '架构介绍',
+                 link: '/zh-cn/docs/modules/manager/architecture.html',
+               },
+		       {
+                 title: '管控台操作指引',
+                 link: '/zh-cn/docs/modules/manager/user_manual.html',
+               },
+ 			   {
+				 title: '编译部署',
+				 link: '/zh-cn/docs/modules/manager/quick_start.html',
+			   },
+			],
+          },		
           {
-            title: '管控台操作指引',
-            link: '/zh-cn/docs/console_introduction.html',
+            title: 'Agent',
+			children: [
+               {
+                 title: '架构介绍',
+                 link: '/zh-cn/docs/modules/agent/architecture.html',
+               },
+ 			   {
+				 title: '编译部署',
+				 link: '/zh-cn/docs/modules/agent/quick_start.html',
+			   },
+			],
           },
           {
-            title: '错误码',
-            link: '/zh-cn/docs/error_code.html',
+            title: 'DataProxy',
+			children: [
+               {
+                 title: '架构介绍',
+                 link: '/zh-cn/docs/modules/dataproxy/architecture.html',
+               },
+ 			   {
+				 title: '编译部署',
+				 link: '/zh-cn/docs/modules/dataproxy/quick_start.html',
+			   },
+			],
           },
           {
-            title: 'API介绍',
-            children: [
+            title: 'TubeMQ',
+			children: [
+               {
+                 title: '架构介绍',
+                 link: '/zh-cn/docs/modules/tubemq/architecture.html',
+               },
+               {
+                 title: '部署指引',
+                 link: '/zh-cn/docs/modules/tubemq/deployment.html',
+               },
+               {
+                 title: '配置参数介绍',
+                 link: '/zh-cn/docs/modules/tubemq/configure_introduction.html',
+               },
+		       {
+                 title: '管控台操作指引',
+                 link: '/zh-cn/docs/modules/tubemq/console_introduction.html',
+               },
+			   {
+                 title: '客户端RPC',
+                 link: '/zh-cn/docs/modules/tubemq/client_rpc.html',
+               },
+               {
+                 title: '错误码',
+                 link: '/zh-cn/docs/modules/tubemq/error_code.html',
+               },
                {
-                 title: 'TubeMQ HTTP API介绍',
+                 title: 'HTTP API介绍',
                  link: '/zh-cn/docs/modules/tubemq/http_access_api.html',
                },
  			   {
-				 title: 'TubeMQ JAVA SDK API介绍',
+				 title: 'JAVA SDK使用示例',
 				 link: '/zh-cn/docs/modules/tubemq/clients_java.html',
 			   },
-			]   
+			],
           },
+          {
+            title: 'TubeMQ-Manager',
+			children: [
+               {
+                 title: '编译部署',
+                 link: '/zh-cn/docs/modules/tubemq-manager/quick_start.html',
+               },
+			],
+          },
+          {
+            title: 'Sort',
+			children: [
+               {
+                 title: '架构介绍',
+                 link: '/zh-cn/docs/modules/sort/introduction.html',
+               },
+               {
+                 title: 'Zookeeper配置介绍',
+                 link: '/zh-cn/docs/modules/sort/protocol_introduction.html',
+               },
+               {
+                 title: '编译部署',
+                 link: '/zh-cn/docs/modules/sort/quick_start.html',
+               },
+			],
+          },		  
         ],
       },
       {