MaxNevermind opened a new pull request, #16398: URL: https://github.com/apache/iceberg/pull/16398
### Intro 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](https://lists.apache.org/thread/vrt3oytl3dwo34wr07tkf73r0kkx0b1h). Related PRs: https://github.com/apache/iceberg/pull/16368, https://github.com/apache/iceberg/pull/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 to `latest` (the most recent release version) instead. ### Solution - Switches `nightly` and `latest` in md files, as the result `latest` become the first expandable container on the top and it becomes a default landing version which is what we want. - Exclude `nightly` from a search index and leave just `latest` as the only indexed version to align search with new default docs version. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
