MaxNevermind commented on code in PR #16368:
URL: https://github.com/apache/iceberg/pull/16368#discussion_r3253736128
##########
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*/*'
+ exclude_unreferenced: true
Review Comment:
I added this trying to address to avoid that issue where pages are getting
rendered twice that you described, tried to figure out if that introducing any
issues but failed to notice that one with blog posts that you mentioned.
##########
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*/*'
+ exclude_unreferenced: true
Review Comment:
I added this trying to avoid that issue where pages are getting rendered
twice that you described, tried to figure out if that introducing any issues
but failed to notice that one with blog posts that you mentioned.
--
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]