From 9536aee23458e865d80724e7c8216fbcff41183f Mon Sep 17 00:00:00 2001 From: Krishan Kant Sharma Date: Mon, 6 Jul 2026 16:46:01 -0500 Subject: [PATCH 1/2] feat: add flaglint-go callout to homepage MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Two small additions, not a redesign — the homepage is heavily hand-tuned and JS/npm-specific throughout (hero copy, terminal demo, workflow steps all show npx flaglint), so a full "Go" section would fight the existing design rather than fit it: - A secondary CTA in the hero row, same btn-sm styling as the existing "View audit docs" link, pointing to /docs/go/ - A "Go CLI" footer link alongside the existing Docs/Blog links Verified in-browser: both links render correctly and resolve to the Go docs section. Signed-off-by: Krishan Kant Sharma --- src/pages/index.astro | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/index.astro b/src/pages/index.astro index 9d6939d..18a3e9b 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1001,6 +1001,7 @@ const jsonLd = { Run FlagLint → View audit docs + Using Go? Try flaglint-go →
MIT licensed @@ -1340,6 +1341,7 @@ const enabled = await client.getBooleanValue( © 2026 FlagLint — MIT License