mirror of
https://github.com/shadcn-ui/ui.git
synced 2026-06-30 16:14:13 +00:00
* feat: implement registry include * feat: updates * fix * refactor: implementation * fix(registry): correct directory registry json * fix(registry): stop warning for external registry dependencies * fix(registry): address include review feedback
23 lines
412 B
JSON
23 lines
412 B
JSON
{
|
|
"title": "Get Started",
|
|
"pages": [
|
|
"index",
|
|
"[Installation](/docs/installation)",
|
|
"components-json",
|
|
"package-imports",
|
|
"theming",
|
|
"[Dark Mode](/docs/dark-mode)",
|
|
"[RTL](/docs/rtl)",
|
|
"[CLI](/docs/cli)",
|
|
"monorepo",
|
|
"skills",
|
|
"javascript",
|
|
"blocks",
|
|
"figma",
|
|
"[Changelog](/docs/changelog)",
|
|
"[llms.txt](/llms.txt)",
|
|
"legacy",
|
|
"!new"
|
|
]
|
|
}
|