Skip to content

Commit

Permalink
Change some description to trigger site deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
zhoujinsong committed Nov 21, 2024
1 parent f20e31f commit e2f5ee3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions amoro-docs/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down
2 changes: 1 addition & 1 deletion amoro-site/content/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -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).

Expand Down
6 changes: 3 additions & 3 deletions amoro-site/hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 },
Expand Down

0 comments on commit e2f5ee3

Please sign in to comment.