From c503ccffc1c1f723ca9d872d5523e03c8600cb85 Mon Sep 17 00:00:00 2001 From: zedoraps Date: Wed, 24 Jun 2026 10:25:10 +0200 Subject: [PATCH 1/2] Add Tenzir Helm Charts to the changelog 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) --- src/changelog-projects.json | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/changelog-projects.json b/src/changelog-projects.json index a71bb3c2f..d0af5cb42 100644 --- a/src/changelog-projects.json +++ b/src/changelog-projects.json @@ -28,5 +28,10 @@ "icon": "sun", "color": "yellow", "repository": "tenzir/tree-sitter-tql" + }, + "tenzir-helm-charts": { + "icon": "server", + "color": "lightblue", + "repository": "tenzir/helm-charts" } } From e81f255bab3b5978a83ad8baee4df3e657b50898 Mon Sep 17 00:00:00 2001 From: zedoraps Date: Wed, 24 Jun 2026 10:25:21 +0200 Subject: [PATCH 2/2] Fix divider spacing on the changelog landing page 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 `
`. 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) --- src/components/ChangelogLanding.astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/ChangelogLanding.astro b/src/components/ChangelogLanding.astro index 810c427ab..fe2c5e4b1 100644 --- a/src/components/ChangelogLanding.astro +++ b/src/components/ChangelogLanding.astro @@ -44,7 +44,7 @@ const hasGeneratedLanding = changelogLandingProjects.length > 0; ))} -
+

For general release announcements and deeper dives into selected