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

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


The following commit(s) were added to refs/heads/master by this push:
     new d6f48d667e6 menu order
d6f48d667e6 is described below

commit d6f48d667e6a47a592151be1909379e22d5081ac
Author: jiafeng.zhang <[email protected]>
AuthorDate: Thu Aug 25 17:38:01 2022 +0800

    menu order
---
 sidebars.json | 37 ++++++++++++++++++-------------------
 1 file changed, 18 insertions(+), 19 deletions(-)

diff --git a/sidebars.json b/sidebars.json
index f1d8a7c35dc..f19b2c4a06e 100644
--- a/sidebars.json
+++ b/sidebars.json
@@ -113,16 +113,7 @@
         {
             "type": "category",
             "label": "Advanced Usage",
-            "items": [    
-                "advanced/materialized-view",
-                "advanced/vectorized-execution-engine",
-                "advanced/broker",
-                "advanced/resource",
-                "advanced/orthogonal-bitmap-manual",
-                "advanced/using-hll",
-                "advanced/variables",
-                "advanced/time-zone",
-                "advanced/small-file-mgr",
+            "items": [  
                 {
                     "type": "category",
                     "label": "Alter Table",
@@ -130,7 +121,7 @@
                         "advanced/alter-table/schema-change",
                         "advanced/alter-table/replace-table"
                     ]
-                },
+                }, 
                 {
                     "type": "category",
                     "label": "Doris Partition",
@@ -138,6 +129,13 @@
                         "advanced/partition/dynamic-partition",
                         "advanced/partition/table-temp-partition"
                     ]
+                }, 
+                {
+                    "type": "category",
+                    "label": "Date Cache",
+                    "items": [
+                        "advanced/cache/partition-cache"
+                    ]
                 },
                 {
                     "type": "category",
@@ -149,13 +147,8 @@
                         "advanced/join-optimization/doris-join-optimization"
                     ]
                 },
-                {
-                    "type": "category",
-                    "label": "Date Cache",
-                    "items": [
-                        "advanced/cache/partition-cache"
-                    ]
-                },
+                "advanced/materialized-view",
+                "advanced/broker",
                 {
                     "type": "category",
                     "label": "Best Practice",
@@ -164,7 +157,13 @@
                         "advanced/best-practice/import-analysis",
                         "advanced/best-practice/debug-log"
                     ]
-                }
+                },  
+                "advanced/resource",
+                "advanced/orthogonal-bitmap-manual",
+                "advanced/using-hll",
+                "advanced/variables",
+                "advanced/time-zone",
+                "advanced/small-file-mgr"
             ]
         },
         {


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

Reply via email to