kevinjqliu commented on code in PR #16368:
URL: https://github.com/apache/iceberg/pull/16368#discussion_r3253872589


##########
site/mkdocs.yml:
##########
@@ -76,6 +76,11 @@ plugins:
         'docs/nightly/amoro.md': 'integrations/amoro.md'
         'docs/nightly/daft.md': 'integrations/daft.md'
         'docs/nightly/risingwave.md': 'integrations/risingwave.md'
+  - exclude-search:
+      exclude:
+        - 'docs/latest/*'
+        - 'docs/1*/*'

Review Comment:
   youre right that the docs tab go to `nightly` by default, 
https://iceberg.apache.org/docs/nightly/
   lets align the search index with that. 
   
   and if needed we can change both to `latest`. I feel like we should default 
to `latest` for both, we can address that as a follow up 



-- 
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]

Reply via email to