kevinjqliu opened a new pull request, #16496: URL: https://github.com/apache/iceberg/pull/16496
When running the site locally, `/docs/latest/` works but `/docs/1.11.0/` does not. This adds an mkdocs `on_post_build` hook that creates a symlink from `docs/<version>/` to `docs/latest/` in the built site output, so both URLs resolve to the same content without duplicating the navigation entry. Tested locally with `(cd site && make serve-dev)` -- 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]
