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 e45d128  [INLONG-653] Adjust the directory mapping of the homepage 
Docs (#76)
e45d128 is described below

commit e45d1280ff24c7c8d0b1786995b0657020aec6d8
Author: gosonzhang <[email protected]>
AuthorDate: Tue Jul 6 20:09:23 2021 +0800

    [INLONG-653] Adjust the directory mapping of the homepage Docs (#76)
---
 docs/en-us/getting_started.md |   3 +-
 docs/zh-cn/getting_started.md |   3 +-
 site_config/docs.js           | 106 +++++++++++++++++++++---------------------
 site_config/home.jsx          |   4 +-
 site_config/site.js           |  16 +++----
 5 files changed, 67 insertions(+), 65 deletions(-)

diff --git a/docs/en-us/getting_started.md b/docs/en-us/getting_started.md
index 1ba12b6..8bfa744 100644
--- a/docs/en-us/getting_started.md
+++ b/docs/en-us/getting_started.md
@@ -5,7 +5,8 @@ title: Getting Started - Apache InLong
 This section contains a quick start guide to help you get started with Apache 
InLong.
 
 # Overall architecture
-<img 
src="https://github.com/apache/incubator-inlong-website/blob/master/img/inlong_architecture.png";
 align="center" alt="Apache InLong"/>
+<img src="../../img/inlong_architecture.png" align="center" alt="Apache 
InLong"/>
+
 [Apache InLong](https://inlong.apache.org)(incubating) overall architecture is 
as above. This component is a one-stop data streaming platform that provides 
automated, secure, distributed, and efficient data publishing and subscription 
capabilities to help You can easily build stream-based data applications.
 
 InLong (Yinglong) was originally built in Tencent and has served online 
business for more than 8 years. It supports massive data (over 40 trillion 
pieces of data per day) report services under big data scenarios. The entire 
platform integrates 5 modules including data collection, aggregation, caching, 
sorting and management modules. Through this system, the business only needs to 
provide data sources, data service quality, data landing clusters and data 
landing formats, that is, data can [...]
diff --git a/docs/zh-cn/getting_started.md b/docs/zh-cn/getting_started.md
index 3f04b70..10f5aa5 100644
--- a/docs/zh-cn/getting_started.md
+++ b/docs/zh-cn/getting_started.md
@@ -5,7 +5,8 @@ title: 入门 - Apache InLong
 本节包含快速入门指南,可帮助您开始使用 Apache InLong。
 
 # 整体架构
-<img 
src="https://github.com/apache/incubator-inlong-website/blob/master/img/inlong_architecture.png";
 align="center" alt="Apache InLong"/>
+<img src="../../img/inlong_architecture.png" align="center" alt="Apache 
InLong"/>
+
 [Apache InLong](https://inlong.apache.org)(incubating) 
整体架构如上,该组件是一站式数据流媒体平台,提供自动化、安全、分布式、高效的数据发布和订阅能力,帮助您轻松构建基于流的数据应用程序。
 
 
InLong(应龙)最初建于腾讯,服务线上业务8年多,支持大数据场景下的海量数据(每天40万亿条数据规模以上)报表服务。整个平台集成了数据采集、汇聚、缓存、分拣和管理模块等共5个模块,通过这个系统,业务只需要提供数据源、数据服务质量、数据落地集群和数据落地格式,即数据可以源源不断地将数据从源集群推送到目标集群,极大满足了业务大数据场景下的数据上报服务需求。
diff --git a/site_config/docs.js b/site_config/docs.js
index 59b03e6..343d3c8 100644
--- a/site_config/docs.js
+++ b/site_config/docs.js
@@ -12,10 +12,10 @@ export default {
       },
       {
         title: 'Components',
-               children: [
+        children: [
           {
             title: 'Manager',
-                       children: [
+            children: [
                {
                  title: 'Architecture',
                  link: '/en-us/docs/modules/manager/architecture.html',
@@ -32,33 +32,33 @@ export default {
           },
           {
             title: 'Agent',
-                       children: [
+            children: [
                {
                  title: 'Architecture',
                  link: '/en-us/docs/modules/agent/architecture.html',
                },
-                          {
-                                title: 'Build && Deployment',
-                                link: 
'/en-us/docs/modules/agent/quick_start.html',
-                          },
-                       ],
+               {
+                 title: 'Build && Deployment',
+                 link: '/en-us/docs/modules/agent/quick_start.html',
+               },
+            ],
           },           
           {
             title: 'DataProxy',
-                       children: [
+            children: [
                {
                  title: 'Architecture',
                  link: '/en-us/docs/modules/dataproxy/architecture.html',
                },
                           {
-                                title: 'Build && Deployment',
-                                link: 
'/en-us/docs/modules/dataproxy/quick_start.html',
-                          },
-                       ],
+                            title: 'Build && Deployment',
+                            link: 
'/en-us/docs/modules/dataproxy/quick_start.html',
+                          },
+            ],
           },
           {
             title: 'TubeMQ',
-                       children: [
+            children: [
                {
                  title: 'Architecture',
                  link: '/en-us/docs/modules/tubemq/architecture.html',
@@ -87,24 +87,24 @@ export default {
                  title: 'HTTP API',
                  link: '/en-us/docs/modules/tubemq/http_access_api.html',
                },
-                          {
-                                title: 'SDK Demo',
-                                link: 
'/en-us/docs/modules/tubemq/clients_java.html',
-                          },
-                       ],
+               {
+                 title: 'SDK Demo',
+                 link: '/en-us/docs/modules/tubemq/clients_java.html',
+               },
+            ],
           },
           {
             title: 'TubeMQ-Manager',
-                       children: [
+            children: [
                {
                  title: 'Build && Deployment',
                  link: '/en-us/docs/modules/tubemq-manager/quick_start.html',
                },
-                       ],
+            ],
           },
           {
             title: 'Sort',
-                       children: [
+            children: [
                {
                  title: 'Architecture',
                  link: '/en-us/docs/modules/sort/introduction.html',
@@ -117,7 +117,7 @@ export default {
                  title: 'Build && Deployment',
                  link: '/en-us/docs/modules/sort/quick_start.html',
                },
-                       ],
+            ],
           },             
         ],
       },
@@ -141,10 +141,10 @@ export default {
       },
       {
         title: '组件介绍',
-               children: [
+        children: [
           {
             title: 'Manager',
-                       children: [
+            children: [
                {
                  title: '架构介绍',
                  link: '/zh-cn/docs/modules/manager/architecture.html',
@@ -153,41 +153,41 @@ export default {
                  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/modules/manager/quick_start.html',
+               },
+            ],
           },           
           {
             title: 'Agent',
-                       children: [
+            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/modules/agent/quick_start.html',
+               },
+            ],
           },
           {
             title: 'DataProxy',
-                       children: [
+            children: [
                {
                  title: '架构介绍',
                  link: '/zh-cn/docs/modules/dataproxy/architecture.html',
                },
-                          {
-                                title: '编译部署',
-                                link: 
'/zh-cn/docs/modules/dataproxy/quick_start.html',
-                          },
-                       ],
+               {
+                 title: '编译部署',
+                 link: '/zh-cn/docs/modules/dataproxy/quick_start.html',
+               },
+             ],
           },
           {
             title: 'TubeMQ',
-                       children: [
+            children: [
                {
                  title: '架构介绍',
                  link: '/zh-cn/docs/modules/tubemq/architecture.html',
@@ -204,7 +204,7 @@ export default {
                  title: '管控台操作指引',
                  link: '/zh-cn/docs/modules/tubemq/console_introduction.html',
                },
-                          {
+               {
                  title: '客户端RPC',
                  link: '/zh-cn/docs/modules/tubemq/client_rpc.html',
                },
@@ -216,24 +216,24 @@ export default {
                  title: 'HTTP API介绍',
                  link: '/zh-cn/docs/modules/tubemq/http_access_api.html',
                },
-                          {
-                                title: 'JAVA SDK使用示例',
-                                link: 
'/zh-cn/docs/modules/tubemq/clients_java.html',
-                          },
-                       ],
+               {
+                 title: 'JAVA SDK使用示例',
+                 link: '/zh-cn/docs/modules/tubemq/clients_java.html',
+               },
+            ],
           },
           {
             title: 'TubeMQ-Manager',
-                       children: [
+            children: [
                {
                  title: '编译部署',
                  link: '/zh-cn/docs/modules/tubemq-manager/quick_start.html',
                },
-                       ],
+            ],
           },
           {
             title: 'Sort',
-                       children: [
+            children: [
                {
                  title: '架构介绍',
                  link: '/zh-cn/docs/modules/sort/introduction.html',
@@ -246,7 +246,7 @@ export default {
                  title: '编译部署',
                  link: '/zh-cn/docs/modules/sort/quick_start.html',
                },
-                       ],
+            ],
           },             
         ],
       },
diff --git a/site_config/home.jsx b/site_config/home.jsx
index 43bf311..bfe71b3 100644
--- a/site_config/home.jsx
+++ b/site_config/home.jsx
@@ -9,7 +9,7 @@ export default {
       buttons: [
         {
           text: '立即开始',
-          link: '/zh-cn/docs/quick_start.html',
+          link: '/zh-cn/docs/getting_started.html',
           type: 'primary',
         },
         {
@@ -76,7 +76,7 @@ export default {
       buttons: [
         {
           text: 'Quick Start',
-          link: '/en-us/docs/quick_start.html',
+          link: '/en-us/docs/getting_started.html',
           type: 'primary',
         },
         {
diff --git a/site_config/site.js b/site_config/site.js
index f0eedab..d3be54a 100644
--- a/site_config/site.js
+++ b/site_config/site.js
@@ -15,7 +15,7 @@ export default {
       {
         key: 'docs',
         text: 'DOCS',
-        link: '/en-us/docs/quick_start.html',
+        link: '/en-us/docs/getting_started.html',
       },
       {
         key: 'download',
@@ -83,15 +83,15 @@ export default {
       list: [
         {
           text: 'Overview',
-          link: '/en-us/docs/quick_start.html',
+          link: '/en-us/docs/getting_started.html',
         },
         {
           text: 'Quick start',
-          link: '/en-us/docs/quick_start.html',
+          link: '/en-us/docs/getting_started.html',
         },
         {
           text: 'Developer guide',
-          link: '/en-us/docs/quick_start.html',
+          link: '/en-us/docs/getting_started.html',
         },
       ],
     },
@@ -107,7 +107,7 @@ export default {
       {
         key: 'docs',
         text: '文档',
-        link: '/zh-cn/docs/quick_start.html',
+        link: '/zh-cn/docs/getting_started.html',
       },
       {
         key: 'download',
@@ -175,15 +175,15 @@ export default {
       list: [
         {
           text: '概览',
-          link: '/zh-cn/docs/quick_start.html',
+          link: '/zh-cn/docs/getting_started.html',
         },
         {
           text: '快速开始',
-          link: '/zh-cn/docs/quick_start.html',
+          link: '/zh-cn/docs/getting_started.html',
         },
         {
           text: '开发者指南',
-          link: '/zh-cn/docs/quick_start.html',
+          link: '/zh-cn/docs/getting_started.html',
         },
       ],
     },

Reply via email to