stevenzwu commented on code in PR #16497: URL: https://github.com/apache/iceberg/pull/16497#discussion_r3305928968
########## site/hooks/version_alias.py: ########## @@ -18,34 +18,32 @@ """ MkDocs hook: version URL alias. -Creates a symlink so that /docs/<icebergVersion>/ resolves to /docs/latest/. -This allows version-specific URLs (e.g. /docs/1.11.0/) to work without -duplicating the navigation entry for the latest version. +Creates docs/<icebergVersion>/ from the built docs/latest/ output so that the Review Comment: I am fine with making a copy right now since it is just one extra copy. we already tracked/saved 20+ versions of docs in the repo. one extra copy is only a small percentage. -- 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]
