You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@iceberg.apache.org by bl...@apache.org on 2022/07/20 02:15:00 UTC

[iceberg-docs] branch main updated: Update config.toml for 0.14.0.

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

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


The following commit(s) were added to refs/heads/main by this push:
     new 273a8a83 Update config.toml for 0.14.0.
273a8a83 is described below

commit 273a8a83fb2934175f76a77a311d7232923e01ed
Author: Ryan Blue <bl...@apache.org>
AuthorDate: Tue Jul 19 19:08:04 2022 -0700

    Update config.toml for 0.14.0.
---
 docs/config.toml         | 5 +++--
 landing-page/config.toml | 4 ++--
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/docs/config.toml b/docs/config.toml
index 0f1123b0..db267080 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.18.0"
-  latestVersions.iceberg = "0.13.2"  # This is used for the version badge on the "latest" site version
+  latestVersions.iceberg = "0.14.0"  # 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 = "0.14.0", pre = "relative", url = "../0.14.0", weight = 996 },
     { name = "0.13.2", pre = "relative", url = "../0.13.2", weight = 997 },
     { name = "0.13.1", pre = "relative", url = "../0.13.1", weight = 998 },
     { name = "0.13.0", pre = "relative", url = "../0.13.0", weight = 999 },
@@ -66,4 +67,4 @@ home = [ "HTML", "RSS", "SearchIndex" ]
     { name = "Integrations", weight = 1100 },
     { name = "API", weight = 1200},
     { name = "Javadoc", pre = "relative", url = "../../javadoc/latest", weight = 1300} # `url` is populated by the github deploy workflow and is equal to "../../javadoc/<branch name>"
-  ]
\ No newline at end of file
+  ]
diff --git a/landing-page/config.toml b/landing-page/config.toml
index 5fc91371..436e774e 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 = "0.13.2"
+  latestVersions.iceberg = "0.14.0"
   docsBaseURL = ""
 
 [[params.social]]
@@ -34,7 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
 [menu]
   versions = [
     { name = "latest", url = "/docs/latest", weight = 1 },
-    { name = "0.13.2", url = "/docs/0.14.0", weight = 996 },
+    { name = "0.14.0", url = "/docs/0.14.0", weight = 996 },
     { name = "0.13.2", url = "/docs/0.13.2", weight = 997 },
     { name = "0.13.1", url = "/docs/0.13.1", weight = 998 },
     { name = "0.13.0", url = "/docs/0.13.0", weight = 999 },