From dd512a9ebc2bf048a93e5c4932d7937045aebbf6 Mon Sep 17 00:00:00 2001 From: shrugs Date: Wed, 3 Jun 2026 11:02:56 -0500 Subject: [PATCH 1/3] docs(ensnode.io): emotional red/green narrative framing in Why ENSNode pages Apply caution-frame (red :::danger) / solution-frame (green :::tip) panels with nested LinkCards across the high-visibility Why ENSNode pages, per docs feedback. Pairs with the card-in-aside styling from PR #2233. - keep-ens-working: red panel above the fold linking to Key Limitations; Next Steps split into a red (problem) and green (solution) panel. - why-ensnode index: lead with the stakes (red panel), then the solution (green panel), then a single "How ENSNode delivers" proof cluster that folds in the former One unified API / Multichain / Full-stack sections (removing the awkward standalone "Multichain by default" heading). - ensv2-readiness: "Be ready!" panel blue -> green + Omnigraph card; Key Limitations wrapped in a red panel. --- .../integrate/why-ensnode/ensv2-readiness.mdx | 25 +++++-- .../docs/docs/integrate/why-ensnode/index.mdx | 66 +++++++++---------- .../why-ensnode/keep-ens-working.mdx | 18 ++++- 3 files changed, 67 insertions(+), 42 deletions(-) diff --git a/docs/ensnode.io/src/content/docs/docs/integrate/why-ensnode/ensv2-readiness.mdx b/docs/ensnode.io/src/content/docs/docs/integrate/why-ensnode/ensv2-readiness.mdx index 82f38dd0d..9e428d524 100644 --- a/docs/ensnode.io/src/content/docs/docs/integrate/why-ensnode/ensv2-readiness.mdx +++ b/docs/ensnode.io/src/content/docs/docs/integrate/why-ensnode/ensv2-readiness.mdx @@ -5,20 +5,31 @@ description: How building with ENSNode today prepares your application for ENSv2 import { LinkCard, Aside } from "@astrojs/starlight/components"; -