kevinjqliu commented on code in PR #16368:
URL: https://github.com/apache/iceberg/pull/16368#discussion_r3253871211
##########
site/mkdocs.yml:
##########
@@ -76,6 +76,10 @@ 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:
```suggestion
# Index only docs/nightly/* to avoid duplicate hits across versions.
exclude:
- 'docs/latest*' # excludes latest and its children
- 'docs/[0-9]*' # excludes docs/<x.y.z> and their children
```
--
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]