This is an automated email from the ASF dual-hosted git repository.

fokko pushed a commit to branch latest
in repository https://gitbox.apache.org/repos/asf/iceberg-docs.git


The following commit(s) were added to refs/heads/latest by this push:
     new b5f5ca45 Add links to Iceberg 1.2.1 (#238)
b5f5ca45 is described below

commit b5f5ca459a45cdda7a2912803fd79bf05ef2bc56
Author: Eduard Tudenhoefner <[email protected]>
AuthorDate: Thu May 18 08:03:57 2023 +0200

    Add links to Iceberg 1.2.1 (#238)
---
 docs/config.toml         | 3 ++-
 landing-page/config.toml | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 76951c42..b3ca9eb6 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -10,7 +10,7 @@ theme= "iceberg-theme"
   search = true
   versions.iceberg = "" # This is populated by the github deploy workflow and 
is equal to the branch name
   versions.nessie = "0.50.0"
-  latestVersions.iceberg = "1.2.0"  # This is used for the version badge on 
the "latest" site version
+  latestVersions.iceberg = "1.2.1"  # This is used for the version badge on 
the "latest" site version
   BookSection='docs' # This determines which directory will inform the left 
navigation menu
   disableHome=true
 
@@ -24,6 +24,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", pre = "relative", url = "../latest", weight = 1 },
+    { name = "1.2.1", pre = "relative", url = "../1.2.1", weight = 991 },
     { name = "1.2.0", pre = "relative", url = "../1.2.0", weight = 992 },
     { name = "1.1.0", pre = "relative", url = "../1.1.0", weight = 993 },
     { name = "1.0.0", pre = "relative", url = "../1.0.0", weight = 994 },
diff --git a/landing-page/config.toml b/landing-page/config.toml
index 876f748c..c7a9b18c 100644
--- a/landing-page/config.toml
+++ b/landing-page/config.toml
@@ -8,7 +8,7 @@ sectionPagesMenu = "main"
   siteType = "landing-page"
   search = true
   description = "The open table format for analytic datasets."
-  latestVersions.iceberg = "1.2.0"
+  latestVersions.iceberg = "1.2.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "1.2.1", url = "/docs/1.2.1", weight = 991 },
     { name = "1.2.0", url = "/docs/1.2.0", weight = 992 },
     { name = "1.1.0", url = "/docs/1.1.0", weight = 993 },
     { name = "1.0.0", url = "/docs/1.0.0", weight = 994 },

Reply via email to