This is an automated email from the ASF dual-hosted git repository. klion26 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 d35b2d6 [AMORO-3344] Fix the misdirection to quick start page when jumping from a three-level directory d35b2d6 is described below commit d35b2d6554d301421c60b5dc78108f9e42d8cd62 Author: Jzjsnow <5797...@qq.com> AuthorDate: Mon Dec 23 10:15:49 2024 +0800 [AMORO-3344] Fix the misdirection to quick start page when jumping from a three-level directory --- amoro-docs/hugo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/amoro-docs/hugo.toml b/amoro-docs/hugo.toml index 0eb6cb8..75939f4 100644 --- a/amoro-docs/hugo.toml +++ b/amoro-docs/hugo.toml @@ -24,7 +24,7 @@ home = [ "HTML", "RSS", "SearchIndex" ] [menu] topnav = [ - { name = "Quickstart", url = "../../quick-start/", weight = 100 }, + { name = "Quickstart", pre = "relative", 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 },