petern48 commented on code in PR #12951: URL: https://github.com/apache/iceberg/pull/12951#discussion_r2075800636
########## site/nav.yml: ########## @@ -22,8 +22,7 @@ nav: - Hive: hive-quickstart.md - Docs: - nightly: '!include docs/docs/nightly/mkdocs.yml' - - latest: '!include docs/docs/latest/mkdocs.yml' - - 1.9.0: '!include docs/docs/1.9.0/mkdocs.yml' + - 1.9.0 (latest): '!include docs/docs/1.9.0/mkdocs.yml' Review Comment: Ah, that's a good point. I just checked, and it looks like the `latest/docs` is actually just a link to the 1.9.0/docs, so it's not being generated twice. ``` ls docs/docs/latest/ -l lrwxrwxrwx 1 petern petern 13 May 6 08:57 docs -> ../1.9.0/docs ``` -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org