{
  "$schema": "https://ui.shadcn.com/schema/registry.json",
  "name": "toc-cn",
  "homepage": "https://tocn.vercel.app",
  "items": [
    {
      "name": "table-of-contents",
      "type": "registry:block",
      "title": "Table of Contents",
      "description": "In-page documentation table of contents with scroll-position spy, animated SVG tree indicator, and mobile sticky collapsible.",
      "author": "toc-cn (https://github.com/lenxism/tocn)",
      "dependencies": ["lucide-react"],
      "registryDependencies": [
        "button",
        "collapsible",
        "item",
        "scroll-area",
        "separator"
      ],
      "files": [
        {
          "path": "registry/new-york/blocks/table-of-contents/table-of-contents.tsx",
          "type": "registry:component",
          "target": "components/table-of-contents.tsx"
        },
        {
          "path": "hooks/use-table-of-contents.ts",
          "type": "registry:hook",
          "target": "hooks/use-table-of-contents.ts"
        },
        {
          "path": "lib/toc-path.ts",
          "type": "registry:lib",
          "target": "lib/toc-path.ts"
        }
      ]
    }
  ]
}
