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 e2f5ee3 Change some description to trigger site deploy
e2f5ee3 is described below
commit e2f5ee31e54d428f1c93bf70d92cd366f2266f2f
Author: zhoujinsong <[email protected]>
AuthorDate: Thu Nov 21 10:41:12 2024 +0800
Change some description to trigger site deploy
---
amoro-docs/hugo.toml | 6 +++---
amoro-site/content/download.md | 2 +-
amoro-site/hugo.toml | 6 +++---
3 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml
index ccf4ca9..0eb6cb8 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 = 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 = "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 = "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/content/download.md b/amoro-site/content/download.md
index e851932..34ae16f 100644
--- a/amoro-site/content/download.md
+++ b/amoro-site/content/download.md
@@ -6,7 +6,7 @@ disableSidebar: true
# Download
-Please choose an Amoro version to download from the following tables. It is
recommended you use the latest release.
+Please choose an Amoro version to download from the following tables. It is
recommended you use the latest version.
Please verify the release with corresponding hashes(sha512), signatures and
[project release KEYS](https://downloads.apache.org/incubator/amoro/KEYS).
diff --git a/amoro-site/hugo.toml b/amoro-site/hugo.toml
index 8ce501a..a317a36 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
= 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 = "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 = "Benchmark", weight = 300 },
{ name = "Benchmark Report", parent = "Benchmark", url =
"/benchmark-report/", weight = 301 },
{ name = "Benchmark Guide", parent = "Benchmark", url =
"/benchmark-guide/", weight = 302 },