MaxNevermind commented on code in PR #16368:
URL: https://github.com/apache/iceberg/pull/16368#discussion_r3253745664
##########
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:
The reason I picked `nightly` is that by default Docs tab lands users on
`nightly` docs. Should we change it to `latest` then? I assumed that it would
be weird if a user open a website then go to docs and start browsing default
version(`nightly`), then decide to search for something but it searches in the
`latest` not `nightly`.
--
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]