From da67e9a7c25c979874eef5356d690e0fdd137117 Mon Sep 17 00:00:00 2001 From: Harpreet Singh Date: Wed, 29 Jul 2026 15:09:00 +0530 Subject: [PATCH] docs: apply Namespace violet brand and fix getting-started table MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - docs.json: swap green palette (#15803D/#07C983) for Namespace violet primary #5876F4 with derived light (#7B93F7) and dark (#3D5BEB) shades - docs.json: add fonts — Inter (body) + Space Grotesk (headings) - getting-started.mdx: fix malformed comparison table (header declared 5 columns but separator/data rows had 4); drop empty Trust assumptions column Co-Authored-By: Claude --- docs.json | 12 +++++++++--- getting-started.mdx | 2 +- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/docs.json b/docs.json index 0c7b33f..a1772c6 100644 --- a/docs.json +++ b/docs.json @@ -6,9 +6,15 @@ "metatags": {} }, "colors": { - "primary": "#15803D", - "light": "#07C983", - "dark": "#15803D" + "primary": "#5876F4", + "light": "#7B93F7", + "dark": "#3D5BEB" + }, + "fonts": { + "family": "Inter", + "heading": { + "family": "Space Grotesk" + } }, "favicon": "/favicon.ico", "integrations": { diff --git a/getting-started.mdx b/getting-started.mdx index 29acbd0..cb3fbda 100644 --- a/getting-started.mdx +++ b/getting-started.mdx @@ -10,7 +10,7 @@ icon: "hand-wave" **Choose where subnames live:** Subnames can be issued on Ethereum, on an L2 chain, or through an offchain service. All 3 work the same, but they differ in cost, control, and ownership. -| Model | Best for | Cost to issue | Ownership model | Trust assumptions | +| Model | Best for | Cost to issue | Ownership model | | --- | --- | --- | --- | | Offchain | High-volume onboarding and application-managed identities | No blockchain transaction | The parent-name operator manages records | | L2 (Base, Optimism) | Lower-cost NFT ownership on a supported L2 | L2 transaction and mint price | The minted subname is held by its owner |