Add Tenzir Helm Charts to the changelog#410
Merged
Merged
Conversation
Register the tenzir/helm-charts project in the changelog overview so its releases (sourced from tenzir/news) are published on docs.tenzir.com. The entry is ordered last and uses the generic `server` icon to match the non-logo style of the other projects. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The card grid and divider are nested inside the landing component's root element, so Starlight's flow-spacing rule (which only targets direct children of `.sl-markdown-content`) never applied vertical margin to the `<hr>`. As a result the divider sat flush against the project cards. Give the divider explicit margins using brand spacing tokens so it reads as centered between the cards and the footer text. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Contributor
Author
Contributor
|
📦 Preview · |
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.


🔍 Problem
tenzir/helm-chartsproject shipped releases (now at v0.1.0) but was not registered in the changelog, so its release notes never appeared on the changelog overview.<hr>are nested inside the landing component's root element, so Starlight's flow-spacing rule (direct children of.sl-markdown-contentonly) never applied vertical margin to the divider.🛠️ Solution
tenzir-helm-chartsinsrc/changelog-projects.json, ordered last, with a genericservericon (matching the non-logo style of the other entries) and thelightbluebrand color.💬 Review
iddeclared intenzir/news(helm-charts/changelog/config.yaml→tenzir-helm-charts); the generated pages/feeds are gitignored and produced bybun run generate:changelogin CI.space-16top /space-10bottom) to compensate for the footer space below, so it appears visually centered.