feat: redesign the website and move to starlight - #146
Merged
Conversation
Everything on a channel is built against one version of the ROS distro mutex, and builds for different mutex versions cannot be installed together. The tables ignored that, so a package built only for an older mutex read as available. On humble that is 74 packages. Availability is now relative to a mutex. Pick one and the marks, versions, coverage and every count follow it. The newest is the default, because that is what a fresh install resolves to. The tables also stopped being static Markdown. Each distro page was 2.2 MB of HTML with roughly 13,700 img tags pointing at a CDN, one per check mark. They are generated as JSON now and rendered in the browser, which makes search, filtering and per-package detail possible at all.
…kage-table Make the package tables mutex-aware and render them from JSON
This reverts commit 033d47a.
This reverts commit 007bdf9.
The package page from the restructure was an intentionally blank placeholder, while the package tables live on the distro pages. Link the header and frontpage buttons to `lyrical.html` instead and drop the placeholder.
- docs live in `src/content/docs/`, the frontpage in `src/pages/index.astro` - the distro pages are generated by `src/pages/[distro].astro` from `src/data/distros.ts`, replacing `utils/make_distro_pages.py` - the package table renders from `public/data/<distro>.json` via `src/scripts/package-table.js` - published `.html` URLs stay the same via `build.format: "file"` - Node.js comes from conda-forge; `pixi run serve` and `pixi run build-docs` wrap `npm run dev` / `npm run build`
Hofer-Julian
marked this pull request as ready for review
August 7, 2026 13:02
traversaro
approved these changes
Aug 7, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This changes the following things:
We want to use custom html, which was a bit cumbersome with zensical. With starlight that is easy.