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 25bd6fc Update docs menu for latest version
25bd6fc is described below
commit 25bd6fcac8bf3eac748c73c3609ab131afef2dd7
Author: zhoujinsong <[email protected]>
AuthorDate: Tue Apr 2 15:57:02 2024 +0800
Update docs menu for latest version
---
amoro-docs/hugo.toml | 2 +-
amoro-site/hugo.toml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index 47ce3fc..7955297 100644
--- a/amoro-docs/hugo.toml
+++ b/amoro-docs/hugo.toml
@@ -28,7 +28,7 @@ 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/0.6.1/", weight = 201 },
+ { name = "latest", parent = "Docs", pre = "relative", url =
"../../docs/lastest/", 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 },
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index f346e97..fda251b 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -63,7 +63,7 @@ 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/0.6.1/", weight = 201 },
+ { name = "latest", parent = "Docs", url = "/docs/lastest/", 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 },