From c9c916a73abf3d67e4bbb1258cb13e28bbe92074 Mon Sep 17 00:00:00 2001 From: Justin Levine <20596508+jal-co@users.noreply.github.com> Date: Tue, 2 Jun 2026 22:57:45 -0700 Subject: [PATCH] docs: promote distribution to its own section Move github-registries out of CLI into a new Distribution section and add a companion hosted page, so the two distribution models read as peer concepts rather than CLI command reference. - New www/content/docs/distribution/ with hosted.mdx + github-registries.mdx - Update root + cli nav meta - Repoint all inbound links (index, options, prompts, README) to /docs/distribution/github-registries --- README.md | 2 +- www/content/docs/cli/meta.json | 2 +- www/content/docs/cli/options.mdx | 4 +- www/content/docs/cli/prompts.mdx | 2 +- .../github-registries.mdx | 4 +- www/content/docs/distribution/hosted.mdx | 65 +++++++++++++++++++ www/content/docs/distribution/meta.json | 4 ++ www/content/docs/index.mdx | 2 +- www/content/docs/meta.json | 2 + 9 files changed, 79 insertions(+), 8 deletions(-) rename www/content/docs/{cli => distribution}/github-registries.mdx (96%) create mode 100644 www/content/docs/distribution/hosted.mdx create mode 100644 www/content/docs/distribution/meta.json diff --git a/README.md b/README.md index 678ff3a..53527d7 100644 --- a/README.md +++ b/README.md @@ -59,7 +59,7 @@ Turn a public GitHub repo into a registry. Users install with `npx shadcn add ` | -| **Distribution** | Hosted (build + host) or [GitHub source registry](/docs/cli/github-registries) | `Hosted` | +| **Distribution** | [Hosted](/docs/distribution/hosted) (build + host) or [GitHub source registry](/docs/distribution/github-registries) | `Hosted` | | **GitHub repo** | `owner/repo` slug (GitHub target only) | — | | **Style** | shadcn/ui style variant | `New York` | | **Homepage** | URL where the registry will be hosted | `https://.com` | @@ -55,7 +55,7 @@ npx create-scn-stack my-ui --yes --no-skills | `--style