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/amoro-site.git
The following commit(s) were added to refs/heads/master by this push:
new f20e31f Update menu weights
f20e31f is described below
commit f20e31f95cbfb130b05a892a575f6462e38a89f0
Author: zhoujinsong <[email protected]>
AuthorDate: Thu Nov 21 10:36:44 2024 +0800
Update menu weights
---
amoro-docs/hugo.toml | 6 +++---
amoro-site/hugo.toml | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index 0eb6cb8..ccf4ca9 100644
--- a/amoro-docs/hugo.toml
+++ b/amoro-docs/hugo.toml
@@ -27,9 +27,9 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Quickstart", url = "../../quick-start/", weight = 100 },
{ name = "Docs", weight = 200 },
{ name = "latest", parent = "Docs", pre = "relative", url =
"../../docs/latest/", weight = 201 },
- { name = "0.7.1-incubating", parent = "Docs", pre = "relative", url =
"../../docs/0.7.1/", weight = 202 },
- { name = "0.7.0-incubating", parent = "Docs", pre = "relative", url =
"../../docs/0.7.0/", weight = 203 },
- { name = "0.6.1", parent = "Docs", pre = "relative", url =
"../../docs/0.6.1/", weight = 204 },
+ { name = "0.7.1-incubating", parent = "Docs", pre = "relative", url =
"../../docs/0.7.1/", weight = 203 },
+ { name = "0.7.0-incubating", parent = "Docs", pre = "relative", url =
"../../docs/0.7.0/", weight = 204 },
+ { name = "0.6.1", parent = "Docs", pre = "relative", url =
"../../docs/0.6.1/", weight = 205 },
{ 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 a317a36..8ce501a 100644
--- a/amoro-site/hugo.toml
+++ b/amoro-site/hugo.toml
@@ -63,9 +63,9 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Quickstart", url = "/quick-start/", weight = 100 },
{ name = "Docs", weight = 200 },
{ name = "latest", parent = "Docs", url = "/docs/latest/", weight = 201 },
- { name = "0.7.1-incubating", parent = "Docs", url = "/docs/0.7.1/", weight
= 202 },
- { name = "0.7.0-incubating", parent = "Docs", url = "/docs/0.7.0/", weight
= 203 },
- { name = "0.6.1", parent = "Docs", url = "/docs/0.6.1/", weight = 204 },
+ { name = "0.7.1-incubating", parent = "Docs", url = "/docs/0.7.1/", weight
= 203 },
+ { name = "0.7.0-incubating", parent = "Docs", url = "/docs/0.7.0/", weight
= 204 },
+ { name = "0.6.1", parent = "Docs", url = "/docs/0.6.1/", weight = 205 },
{ name = "Benchmark", weight = 300 },
{ name = "Benchmark Report", parent = "Benchmark", url =
"/benchmark-report/", weight = 301 },
{ name = "Benchmark Guide", parent = "Benchmark", url =
"/benchmark-guide/", weight = 302 },