From b4c66a123874ac0b642da4d705d41d03b6c25f2a Mon Sep 17 00:00:00 2001 From: Nicholas Sidwell Date: Mon, 15 Jun 2026 17:29:02 +0000 Subject: [PATCH] docs: fixup landing-page-marquee-related things - remove underline from marquee item links - fix stale CLAUDE.md reference to `providerIcons`, now `providerMetadata` --- CLAUDE.md | 2 +- docs/src/styles/landing.css | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 131f3060..d4a64eb4 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -66,7 +66,7 @@ When adding a new provider, update **every** location below — provider names a 2. `docs/astro.config.mjs` - Add to sidebar navigation under "Providers" **and** to the providers sentence in the `starlightLlmsTxt` description block 3. `docs/src/content/docs/concepts/providers.md` - Add a row to the "Available Providers" table 4. `docs/src/content/docs/reference/providers.md` - Add a provider section **and** a row in the "Security Considerations" table -5. `docs/src/pages/index.astro` - Add to the `providerIcons` array (top of file) **and** to the `secretspec config init` mini-terminal in the hero +5. `docs/src/pages/index.astro` - Add to the `providerMetadata` array (top of file) **and** to the `secretspec config init` mini-terminal in the hero 6. `docs/src/content/docs/quick-start.mdx` - Update the `secretspec config init` example output to include the new provider 7. `README.md` (symlink to `secretspec/README.md`) - Add to the "Providers" bullet list **and** to the `secretspec config init` example output diff --git a/docs/src/styles/landing.css b/docs/src/styles/landing.css index 4a9b94e0..f2f0530c 100644 --- a/docs/src/styles/landing.css +++ b/docs/src/styles/landing.css @@ -462,6 +462,7 @@ font-size: 0.875rem; font-weight: 500; color: var(--color-gray-700); + text-decoration: none; transition: border-color 0.15s, color 0.15s; }