stevenzwu commented on code in PR #16497: URL: https://github.com/apache/iceberg/pull/16497#discussion_r3290659119
########## 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 feel it should be the other way. first, deploy to the version folder. second, add a link from latest to the version folder. also can symlink work without copying the tree? -- 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]
