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

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


The following commit(s) were added to refs/heads/master by this push:
     new 37c976b  [Docs] Reorder docs index in sidebar (#5388)
37c976b is described below

commit 37c976b9afb427284330bb2fe8d90a7194884f42
Author: Zhengguo Yang <[email protected]>
AuthorDate: Tue Feb 16 22:35:35 2021 +0800

    [Docs] Reorder docs index in sidebar (#5388)
    
    reorder the docs sidebar
---
 docs/.vuepress/sidebar/en.js                       | 26 +++++++++++++---------
 docs/.vuepress/sidebar/zh-CN.js                    | 23 ++++++++++---------
 .../{export_manual.md => export-manual.md}         |  0
 3 files changed, 28 insertions(+), 21 deletions(-)

diff --git a/docs/.vuepress/sidebar/en.js b/docs/.vuepress/sidebar/en.js
index 0389278..8daf0e0 100644
--- a/docs/.vuepress/sidebar/en.js
+++ b/docs/.vuepress/sidebar/en.js
@@ -26,18 +26,22 @@ module.exports = [
   {
     title: "Compilation and Deployment",
     directoryPath: "installing/",
-    children: ["compilation", "install-deploy", "upgrade"],
+    children: [
+      "compilation",
+      "install-deploy",
+      "upgrade",
+    ],
   },
   {
     title: "Getting Started",
     directoryPath: "getting-started/",
     children: [
-      "advance-usage",
       "basic-usage",
-      "best-practice",
+      "advance-usage",
       "data-model-rollup",
       "data-partition",
       "hit-the-rollup",
+      "best-practice",
     ],
   },
   {
@@ -48,16 +52,16 @@ module.exports = [
         title: "Load Data",
         directoryPath: "load-data/",
         children: [
+          "load-manual",
           "batch-delete-manual",
           "broker-load-manual",
-          "delete-manual",
-          "insert-into-manual",
-          "load-json-format",
-          "load-manual",
           "routine-load-manual",
           "sequence-column-manual",
           "spark-load-manual",
           "stream-load-manual",
+          "delete-manual",
+          "insert-into-manual",
+          "load-json-format",
         ],
         sidebarDepth: 2,
       },
@@ -169,7 +173,7 @@ module.exports = [
       "broker",
       "colocation-join",
       "dynamic-partition",
-      "export_manual",
+      "export-manual",
       "outfile",
       "privilege",
       "resource-management",
@@ -536,13 +540,13 @@ module.exports = [
     title: "Apache Community",
     directoryPath: "community/",
     children: [
-      "committer-guide",
+      "members",
       "gitter",
+      "subscribe-mail-list",
       "how-to-contribute",
-      "members",
+      "committer-guide",
       "pull-request",
       "release-process",
-      "subscribe-mail-list",
       "verify-apache-release",
     ],
   },
diff --git a/docs/.vuepress/sidebar/zh-CN.js b/docs/.vuepress/sidebar/zh-CN.js
index 9724052..ccda69c 100644
--- a/docs/.vuepress/sidebar/zh-CN.js
+++ b/docs/.vuepress/sidebar/zh-CN.js
@@ -26,15 +26,18 @@ module.exports = [
   {
     title: "编译与部署",
     directoryPath: "installing/",
-    children: ["compilation", "install-deploy", "upgrade"],
+    children: [
+      "compilation",
+      "install-deploy",
+      "upgrade",
+    ],
   },
   {
     title: "开始使用",
     directoryPath: "getting-started/",
     children: [
-      "advance-usage",
       "basic-usage",
-      "best-practice",
+      "advance-usage",
       "data-model-rollup",
       "data-partition",
       "hit-the-rollup",
@@ -48,16 +51,16 @@ module.exports = [
         title: "数据导入",
         directoryPath: "load-data/",
         children: [
+          "load-manual",
           "batch-delete-manual",
           "broker-load-manual",
-          "delete-manual",
-          "insert-into-manual",
-          "load-json-format",
-          "load-manual",
           "routine-load-manual",
           "sequence-column-manual",
           "spark-load-manual",
           "stream-load-manual",
+          "delete-manual",
+          "insert-into-manual",
+          "load-json-format",
         ],
         sidebarDepth: 2,
       },
@@ -543,13 +546,13 @@ module.exports = [
     title: "Apache 社区",
     directoryPath: "community/",
     children: [
-      "committer-guide",
+      "members",
       "gitter",
+      "subscribe-mail-list",
       "how-to-contribute",
-      "members",
+      "committer-guide",
       "pull-request",
       "release-process",
-      "subscribe-mail-list",
       "verify-apache-release",
     ],
   },
diff --git a/docs/en/administrator-guide/export_manual.md 
b/docs/en/administrator-guide/export-manual.md
similarity index 100%
rename from docs/en/administrator-guide/export_manual.md
rename to docs/en/administrator-guide/export-manual.md


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to