This is an automated email from the ASF dual-hosted git repository. fokko pushed a commit to branch fd-update-latest in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git
commit 4fa2989ef467d2e09f74951662d766dd638ea597 Author: Fokko Driesprong <[email protected]> AuthorDate: Thu Jul 27 12:32:21 2023 +0200 Add 1.3.1 to latest --- docs/config.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/config.toml b/docs/config.toml index 0eb52840..63e67e62 100644 --- a/docs/config.toml +++ b/docs/config.toml @@ -24,6 +24,7 @@ home = [ "HTML", "RSS", "SearchIndex" ] [menu] versions = [ { name = "latest", pre = "relative", url = "../latest", weight = 1 }, + { name = "1.3.1", pre = "relative", url = "../1.3.1", weight = 989 }, { name = "1.3.0", pre = "relative", url = "../1.3.0", weight = 990 }, { name = "1.2.1", pre = "relative", url = "../1.2.1", weight = 991 }, { name = "1.2.0", pre = "relative", url = "../1.2.0", weight = 992 },
