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

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


The following commit(s) were added to refs/heads/1.4.1 by this push:
     new b885ddf7 Add latest version to menu (#290)
b885ddf7 is described below

commit b885ddf727a2035edceda1a13f311a1c7c1d6b93
Author: Eduard Tudenhoefner <etudenhoef...@gmail.com>
AuthorDate: Wed Oct 25 14:35:13 2023 +0200

    Add latest version to menu (#290)
---
 docs/config.toml         | 5 +++--
 landing-page/config.toml | 3 ++-
 2 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index ac68d739..2722d7d0 100644
--- a/docs/config.toml
+++ b/docs/config.toml
@@ -9,8 +9,8 @@ theme= "iceberg-theme"
   siteType = "docs"
   search = true
   versions.iceberg = "" # This is populated by the github deploy workflow and 
is equal to the branch name
-  versions.nessie = "0.59.0"
-  latestVersions.iceberg = "1.4.0"  # This is used for the version badge on 
the "latest" site version
+  versions.nessie = "0.71.0"
+  latestVersions.iceberg = "1.4.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.4.1", pre = "relative", url = "../1.4.1", weight = 987 },
     { name = "1.4.0", pre = "relative", url = "../1.4.0", weight = 988 },
     { name = "1.3.1", pre = "relative", url = "../1.3.1", weight = 989 },
     { name = "1.3.0", pre = "relative", url = "../1.3.0", weight = 990 },
diff --git a/landing-page/config.toml b/landing-page/config.toml
index 3ed460fe..f14d2ff1 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.4.0"
+  latestVersions.iceberg = "1.4.1"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
+    { name = "1.4.1", url = "/docs/1.4.1", weight = 987 },
     { name = "1.4.0", url = "/docs/1.4.0", weight = 988 },
     { name = "1.3.1", url = "/docs/1.3.1", weight = 989 },
     { name = "1.3.0", url = "/docs/1.3.0", weight = 990 },

Reply via email to