Docs: switch default docs version from nightly to latest#16398
Merged
kevinjqliu merged 4 commits intoMay 18, 2026
Conversation
kevinjqliu
approved these changes
May 18, 2026
Contributor
kevinjqliu
left a comment
There was a problem hiding this comment.
LGTM!
slight nit by adding a comment to explain the default landing page behavior
Co-authored-by: Kevin Liu <kevinjqliu@users.noreply.github.com>
Contributor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Background
The issue was first described by Kevin Liu(@kevinjqliu) as a follow-up task in an email thread from 5/13/2026 Docs: Are duplicated results in search on iceberg.apache.org a bug or a feature? on Iceberg's dev mailing list. Related PRs: #16368, #16371.
Problem statement
Both the "Docs" tab on https://iceberg.apache.org/ and the search index currently point to
nightly(the most up-to-date documentation based on the main branch). This could be confusing if it includes changes that haven't been released yet. We would like to update both to link tolatest(the most recent release version) instead.Solution
nightlyandlatestin md files, as the resultlatestbecome the first expandable container on the top and it becomes a default landing version which is what we want.nightlyfrom a search index and leave justlatestas the only indexed version to align search with new default docs version.