andygrove opened a new pull request, #4855: URL: https://github.com/apache/datafusion-comet/pull/4855
## Which issue does this PR close? Closes #. ## Rationale for this change Follow-up polish for the docs site after the phase 1 design overhaul (#4353). This addresses a few small usability issues found while reviewing the rendered site. ## What changes are included in this PR? - Shorten the changelog sidebar labels from `DataFusion Comet X.Y.Z Changelog` to just the version number, so they fit in the navigation. The descriptive page headings are unchanged. - Fix the homepage `spark-shell` example: it was missing the off-heap memory configs that Comet requires (`spark.memory.offHeap.enabled` and `spark.memory.offHeap.size`) and hard-coded the jar version as `0.16.0`. The version now uses the `$COMET_VERSION` placeholder so it stays current across releases. - Let the article content column expand with the window width. It was capped at a fixed 860px, which left large empty gaps on either side and prevented wide content such as compatibility tables from using the available space. ## How are these changes tested? Documentation-only changes. Verified by building the site locally with `sphinx-build` and reviewing the affected pages (changelog index, homepage, and compatibility pages) in the browser. -- 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]
