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

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


The following commit(s) were added to refs/heads/master by this push:
     new 43993f1  update docs menu
43993f1 is described below

commit 43993f164f2d6fd5ff738c55aff93802bfd8d552
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 15:45:47 2024 +0800

    update docs menu
---
 amoro-docs/hugo.toml | 6 ++----
 amoro-site/hugo.toml | 7 ++-----
 2 files changed, 4 insertions(+), 9 deletions(-)

diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index 6d12c2f..47ce3fc 100644
--- a/amoro-docs/hugo.toml
+++ b/amoro-docs/hugo.toml
@@ -28,10 +28,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Setup", parent = "Quickstart", pre = "relative", url = 
"../../quickstart-setup/", weight = 101 },
     { name = "Quick Demo", parent = "Quickstart", pre = "relative", url = 
"../../quick-demo/", weight = 102 },
     { name = "Docs", weight = 200 },
-    { name = "latest", parent = "Docs", pre = "relative", url = 
"../../docs/latest/", weight = 201 },
-    { name = "0.6.0", parent = "Docs", pre = "relative", url = 
"../../docs/latest/", weight = 202 },
-    { name = "0.5.1", parent = "Docs", pre = "relative", url = 
"../../docs/0.5.1/", weight = 203 },
-    { name = "0.5.0", parent = "Docs", pre = "relative", url = 
"../../docs/0.5.0/", weight = 204 },
+    { name = "latest", parent = "Docs", pre = "relative", url = 
"../../docs/0.6.1/", weight = 201 },
+    { name = "0.6.1", parent = "Docs", pre = "relative", url = 
"../../docs/0.6.1/", weight = 202 },
     { name = "Benchmark", weight = 300 },
     { name = "Benchmark Report", parent = "Benchmark", pre = "relative", url = 
"../../benchmark-report/", weight = 301 },
     { name = "Benchmark Guide", parent = "Benchmark", pre = "relative", url = 
"../../benchmark-guide/", weight = 302 },
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index bda7366..f346e97 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -63,11 +63,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Setup", parent = "Quickstart", url = "/quickstart-setup/", 
weight = 101 },
     { name = "Quick Demo", parent = "Quickstart", url = "/quick-demo/", weight 
= 102 },
     { name = "Docs", weight = 200 },
-    { name = "latest", parent = "Docs", url = "/docs/latest/", weight = 201 },
-    { name = "0.6.1", parent = "Docs", url = "/docs/latest/", weight = 202 },
-    { name = "0.6.0", parent = "Docs", url = "/docs/0.6.0/", weight = 203 },
-    { name = "0.5.1", parent = "Docs", url = "/docs/0.5.1/", weight = 204 },
-    { name = "0.5.0", parent = "Docs", url = "/docs/0.5.0/", weight = 205 },
+    { name = "latest", parent = "Docs", url = "/docs/0.6.1/", weight = 201 },
+    { name = "0.6.1", parent = "Docs", url = "/docs/0.6.1/", weight = 202 },
     { name = "Benchmark", weight = 300 },
     { name = "Benchmark Report", parent = "Benchmark", url = 
"/benchmark-report/", weight = 301 },
     { name = "Benchmark Guide", parent = "Benchmark", url = 
"/benchmark-guide/", weight = 302 },

Reply via email to