andygrove commented on issue #2582: URL: https://github.com/apache/datafusion-comet/issues/2582#issuecomment-3555264587
Some notes on the current implementation. We currently publish the documentation site on all merges to main. We use `rsync` with a `--delete` flag to remove all content before publishing the current content. This means that all content for older releases is removed and needs to be republished. The scripts do this by cloning recent release branches and copying the markdown files from those branches into the current working tree. The scripts also dynamically update the markdown content for older releases to add warnings that this is out-of-date documentation, with links to the content for the latest official release. HTML is generated from the markdown content and pushed to the `asf-site` branch, which then gets published by GitHub Pages. -- 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]
