diff --git a/docs/config.toml b/docs/config.toml
index 2722d7d02..a8edab8b7 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.71.0"
- latestVersions.iceberg = "1.4.1" # This is used for the version badge on the "latest" site version
+ latestVersions.iceberg = "1.4.2" # 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.2", pre = "relative", url = "../1.4.2", weight = 986 },
{ 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 },
@@ -56,6 +57,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Multi-Engine Support", parent = "Project", pre = "relative", url = "../../multi-engine-support", weight = 450 },
{ name = "How To Release", parent = "Project", pre = "relative", url = "../../how-to-release", weight = 500 },
{ name = "Terms", parent = "Project", pre = "relative", url = "../../terms", weight = 600 },
+ { name = "Concepts", weight = 1150 },
+ { name = "Catalogs", parent = "Concepts", pre = "relative", url = "../../catalog" },
{ name = "ASF", weight = 1200 },
{ name = "License", identifier = "_license", parent = "ASF", url = "https://www.apache.org/licenses/" },
{ name = "Security", identifier = "_security", parent = "ASF", url = "https://www.apache.org/security/" },
diff --git a/docs/content/spark-ddl.md b/docs/content/spark-ddl.md
index 77684b971..c68fea8d4 100644
--- a/docs/content/spark-ddl.md
+++ b/docs/content/spark-ddl.md
@@ -364,7 +364,7 @@ To migrate from daily to hourly partitioning with transforms, it is not necessar
{{< /hint >}}
{{< hint danger >}}
-**Dynamic partition overwrite behavior will change** when partitioning changes
+**Dynamic partition overwrite behavior will change** when partitioning changes.
For example, if you partition by days and move to partitioning by hours, overwrites will overwrite hourly partitions but not days anymore.
{{< /hint >}}
diff --git a/iceberg-theme/layouts/partials/header.html b/iceberg-theme/layouts/partials/header.html
index 16fa91ad2..51257e369 100644
--- a/iceberg-theme/layouts/partials/header.html
+++ b/iceberg-theme/layouts/partials/header.html
@@ -67,7 +67,7 @@
-
+
diff --git a/iceberg-theme/static/css/iceberg-theme.css b/iceberg-theme/static/css/iceberg-theme.css
index ec58c7fc8..9a31db317 100644
--- a/iceberg-theme/static/css/iceberg-theme.css
+++ b/iceberg-theme/static/css/iceberg-theme.css
@@ -439,7 +439,7 @@ i.fa.fa-chevron-down {
.navbar-pages-group {
justify-content: end;
margin-left: auto;
- max-width: 720px;
+ max-width: 1080px;
position: relative;
}
diff --git a/landing-page/config.toml b/landing-page/config.toml
index f14d2ff1b..d57a88276 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.1"
+ latestVersions.iceberg = "1.4.2"
docsBaseURL = ""
[[params.social]]
@@ -22,7 +22,7 @@ sectionPagesMenu = "main"
[[params.social]]
title = "slack"
icon = "slack"
- url = "https://join.slack.com/t/apache-iceberg/shared_invite/zt-1jyaasx2a-TxE4z_ubxDkTFS7UFDHnjw"
+ url = "https://join.slack.com/t/apache-iceberg/shared_invite/zt-287g3akar-K9Oe_En5j1UL7Y_Ikpai3A"
[outputFormats.SearchIndex]
baseName = "landingpagesearch"
@@ -34,6 +34,7 @@ home = [ "HTML", "RSS", "SearchIndex" ]
[menu]
versions = [
{ name = "latest", url = "/docs/latest", weight = 1 },
+ { name = "1.4.2", url = "/docs/1.4.2", weight = 986 },
{ 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 },
@@ -67,6 +68,8 @@ home = [ "HTML", "RSS", "SearchIndex" ]
{ name = "Multi-Engine Support", url = "/multi-engine-support", parent = "Project", weight = 450 },
{ name = "How To Release", parent = "Project", url = "/how-to-release", weight = 500 },
{ name = "Terms", url = "/terms", parent = "Project", weight = 600 },
+ { name = "Concepts", weight = 1150 },
+ { name = "Catalogs", parent = "Concepts", pre = "relative", url = "/catalog" },
{ name = "ASF", weight = 1200 },
{ name = "License", identifier = "_license", parent = "ASF", url = "https://www.apache.org/licenses/" },
{ name = "Security", identifier = "_security", parent = "ASF", url = "https://www.apache.org/security/" },
diff --git a/landing-page/content/common/blogs.md b/landing-page/content/common/blogs.md
index 2e00b2062..80a7222c0 100644
--- a/landing-page/content/common/blogs.md
+++ b/landing-page/content/common/blogs.md
@@ -24,6 +24,15 @@ disableSidebar: true
Here is a list of company blogs that talk about Iceberg. The blogs are ordered from most recent to oldest.
+### [Apache Hive-4.x with Iceberg Branches & Tags](https://medium.com/@ayushtkn/apache-hive-4-x-with-iceberg-branches-tags-3d52293ac0bf/)
+**Date**: October 12th, 2023, **Company**: Cloudera
+
+**Authors**: [Ayush Saxena](https://www.linkedin.com/in/ayush151/)
+
+### [Apache Hive 4.x With Apache Iceberg](https://medium.com/@ayushtkn/apache-hive-4-x-with-apache-iceberg-part-i-355e7a380725/)
+**Date**: October 12th, 2023, **Company**: Cloudera
+
+**Authors**: [Ayush Saxena](https://www.linkedin.com/in/ayush151/)
### [From Hive Tables to Iceberg Tables: Hassle-Free](https://blog.cloudera.com/from-hive-tables-to-iceberg-tables-hassle-free/)
**Date**: July 14th, 2023, **Company**: Cloudera
diff --git a/landing-page/content/common/catalog.md b/landing-page/content/common/catalog.md
index c900479e4..e573ede1b 100644
--- a/landing-page/content/common/catalog.md
+++ b/landing-page/content/common/catalog.md
@@ -1,6 +1,6 @@
---
title: "Iceberg Catalogs"
-url: concepts/catalog
+url: catalog
disableSidebar: true
---