/** * reactHookFormDocs.ts * Preset for react-hook-form-docs-mcp: github.com/react-hook-form/documentation.git * * Structure verified directly against the repo (contentlayer/Next.js-based): * - Content at `src/content`: 38 .mdx files, no .md, no `_`-prefixed partials. * - One real section subfolder: `docs/` (API reference); 5 root-level pages * (get-started, advanced-usage, faqs, ts, migrate-v7-to-v8). * - No frontmatter `id` slug overrides — URLs map straight from file paths * (verified live: docs/useform, get-started, docs/useform/register all 200). * - No versioned docs folders — no --docs-version flag needed. */ import type { DocsMcpPreset } from '../config.js'; export declare const reactHookFormDocsPreset: DocsMcpPreset; //# sourceMappingURL=reactHookFormDocs.d.ts.map