[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"skill-openai-geistdocs":3,"mdc-9mxne9-key":39,"related-repo-openai-geistdocs":2354,"related-org-openai-geistdocs":2474},{"slug":4,"name":4,"fn":5,"description":6,"org":7,"tags":11,"stars":28,"repoUrl":29,"updatedAt":30,"license":31,"forks":32,"topics":33,"repo":34,"sourceUrl":37,"mdContent":38},"geistdocs","build documentation sites with Geistdocs","Expert guidance for Geistdocs, Vercel's documentation template built with Next.js and Fumadocs — MDX authoring, configuration, AI chat, i18n, feedback, deployment. Use when creating documentation sites, configuring geistdocs, writing MDX content, or setting up docs infrastructure.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},"openai","OpenAI","https:\u002F\u002Fpexgzepcugksgbtrxkhf.supabase.co\u002Fstorage\u002Fv1\u002Fobject\u002Fpublic\u002Forg-logos\u002Fopenai.png",[12,16,19,22,25],{"name":13,"slug":14,"type":15},"Vercel","vercel","tag",{"name":17,"slug":18,"type":15},"Next.js","next-js",{"name":20,"slug":21,"type":15},"Documentation","documentation",{"name":23,"slug":24,"type":15},"Technical Writing","technical-writing",{"name":26,"slug":27,"type":15},"Frontend","frontend",3992,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins","2026-04-06T18:40:39.365249",null,465,[],{"repoUrl":29,"stars":28,"forks":32,"topics":35,"description":36},[],"OpenAI Plugins","https:\u002F\u002Fgithub.com\u002Fopenai\u002Fplugins\u002Ftree\u002FHEAD\u002Fplugins\u002Fvercel\u002Fskills\u002Fgeistdocs","---\nname: geistdocs\ndescription: Expert guidance for Geistdocs, Vercel's documentation template built with Next.js and Fumadocs — MDX authoring, configuration, AI chat, i18n, feedback, deployment. Use when creating documentation sites, configuring geistdocs, writing MDX content, or setting up docs infrastructure.\nmetadata:\n  priority: 5\n  docs:\n    - \"https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\"\n    - \"https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fgetting-started\"\n    - \"https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fconfiguration\"\n    - \"https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fsyntax\"\n    - \"https:\u002F\u002Fgithub.com\u002Fvercel\u002Fgeistdocs\"\n  sitemap: \"https:\u002F\u002Fpreview.geistdocs.com\u002Fsitemap.xml\"\n  pathPatterns:\n    - 'geistdocs.tsx'\n    - 'content\u002Fdocs\u002F**\u002F*.mdx'\n    - 'content\u002Fdocs\u002F**\u002F*.md'\n    - 'apps\u002F*\u002Fgeistdocs.tsx'\n    - 'apps\u002F*\u002Fcontent\u002Fdocs\u002F**\u002F*.mdx'\n    - 'apps\u002F*\u002Fcontent\u002Fdocs\u002F**\u002F*.md'\n  importPatterns:\n    - '@vercel\u002Fgeistdocs'\n    - 'fumadocs-core'\n    - 'fumadocs-ui'\n    - 'fumadocs-mdx'\n  bashPatterns:\n    - '\\bnpx\\s+@vercel\u002Fgeistdocs\\s+init\\b'\n    - '\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b'\n    - '\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b'\n    - '\\bbun\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b'\n    - '\\byarn\\s+add\\s+[^\\n]*\\bfumadocs\\b'\n    - '\\bpnpm\\s+translate\\b'\n  promptSignals:\n    phrases:\n      - \"geistdocs\"\n      - \"documentation site\"\n      - \"documentation template\"\n      - \"docs site\"\n      - \"docs page\"\n      - \"fumadocs\"\n      - \"llms.txt\"\n    allOf:\n      - [docs, mdx]\n      - [docs, template]\n      - [documentation, vercel]\n      - [docs, i18n]\n      - [docs, feedback]\n    anyOf:\n      - \"documentation\"\n      - \"docs\"\n      - \"mdx content\"\n      - \"ask ai\"\n      - \"rss feed\"\n      - \"edit on github\"\n      - \"internationalization\"\n    noneOf:\n      - \"api reference generator\"\n      - \"storybook\"\n      - \"docusaurus\"\n    minScore: 6\n---\n\n# Geistdocs — Vercel Documentation Template\n\nYou are an expert in Geistdocs, Vercel's production-ready documentation template built with Next.js 16 and Fumadocs. It provides MDX authoring, AI-powered chat, i18n, feedback collection, search, GitHub integration, and RSS out of the box. Currently in **beta**.\n\n## Getting Started\n\n### Prerequisites\n- Node.js 18+, pnpm, GitHub account\n- Familiarity with MDX, Next.js, React\n\n### Create a New Project\n\n```bash\nnpx @vercel\u002Fgeistdocs init\n```\n\nThis clones the template, prompts for a project name, installs dependencies, and removes sample content.\n\n### Environment Setup\n\n```bash\ncp .env.example .env.local\npnpm dev\n```\n\n| Variable | Description |\n|---|---|\n| `AI_GATEWAY_API_KEY` | Powers AI chat; auto-configured on Vercel deployments |\n| `NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL` | Production domain (format: `localhost:3000`, no protocol prefix); auto-set by Vercel |\n\n## Project Structure\n\n```\ngeistdocs.tsx          # Root config — Logo, nav, title, prompt, suggestions, github, translations\ncontent\u002Fdocs\u002F          # MDX documentation content\n  getting-started.mdx  # → \u002Fdocs\u002Fgetting-started\n  my-page.mdx          # → \u002Fdocs\u002Fmy-page\n  my-page.cn.mdx       # → \u002Fcn\u002Fdocs\u002Fmy-page (i18n)\n.env.local             # Environment variables\n```\n\nPages auto-route from the `content\u002Fdocs\u002F` directory: `content\u002Fdocs\u002Fmy-first-page.mdx` becomes `\u002Fdocs\u002Fmy-first-page`.\n\n## Configuration (`geistdocs.tsx`)\n\nThe root config file exports these values:\n\n```tsx\nimport { BookHeartIcon } from \"lucide-react\";\n\n\u002F\u002F Header branding\nexport const Logo = () => (\n  \u003Cspan className=\"flex items-center gap-2 font-semibold\">\n    \u003CBookHeartIcon className=\"size-5\" \u002F>\n    My Docs\n  \u003C\u002Fspan>\n);\n\n\u002F\u002F Navigation links\nexport const nav = [\n  { label: \"Blog\", href: \"\u002Fblog\" },\n  { label: \"GitHub\", href: \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\" },\n];\n\n\u002F\u002F Site title (used in RSS, metadata)\nexport const title = \"My Documentation\";\n\n\u002F\u002F AI assistant system prompt\nexport const prompt = \"You are a helpful assistant for My Product documentation.\";\n\n\u002F\u002F AI suggested prompts\nexport const suggestions = [\n  \"How do I get started?\",\n  \"What features are available?\",\n];\n\n\u002F\u002F Edit on GitHub integration\nexport const github = { owner: \"username\", repo: \"repo-name\" };\n\n\u002F\u002F Internationalization\nexport const translations = {\n  en: { displayName: \"English\" },\n  cn: { displayName: \"中文\", search: \"搜尋文檔\" },\n};\n```\n\n## MDX Syntax & Frontmatter\n\nEvery MDX file requires frontmatter:\n\n```mdx\n---\ntitle: My Page Title\ndescription: A brief description of this page\n---\n\nYour content here...\n```\n\n### Supported Syntax\n\n- **Text**: Bold, italic, strikethrough, inline code\n- **Headings**: H1–H6 with auto anchor links\n- **Lists**: Ordered, unordered, nested, task lists (GFM)\n- **Tables**: GFM tables\n- **Links, Images, Blockquotes**: Standard markdown\n\n### Code Blocks\n\nLanguage specification with special attributes:\n\n````mdx\n```tsx title=\"app\u002Fpage.tsx\" lineNumbers\nexport default function Page() {\n  return \u003Ch1>Hello\u003C\u002Fh1> \u002F\u002F [!code highlight]\n}\n```\n````\n\n| Attribute | Effect |\n|---|---|\n| `title=\"filename\"` | File path header |\n| `lineNumbers` | Show line numbers |\n| `[!code highlight]` | Highlight line |\n| `[!code word:term]` | Highlight term |\n| `[!code ++]` \u002F `[!code --]` | Diff additions\u002Fdeletions |\n| `[!code focus]` | Focus line |\n\n### Mermaid Diagrams\n\n````mdx\n```mermaid\ngraph TD\n  A[Start] --> B[Process]\n  B --> C[End]\n```\n````\n\nSupports flowcharts, sequence diagrams, and architecture diagrams.\n\n## GeistdocsProvider\n\nRoot-level wrapper extending Fumadocs' `RootProvider`. Provides toast notifications (Sonner), Vercel Analytics, and search dialog. The AI sidebar auto-adds padding on desktop; mobile uses a drawer.\n\n```tsx\nimport { GeistdocsProvider } from \".\u002Fcomponents\u002Fprovider\";\n\nexport default function RootLayout({ children }) {\n  return (\n    \u003Chtml>\n      \u003Cbody>\n        \u003CGeistdocsProvider>{children}\u003C\u002FGeistdocsProvider>\n      \u003C\u002Fbody>\n    \u003C\u002Fhtml>\n  );\n}\n```\n\nToast API: `toast.success(\"msg\")`, `toast.error(\"msg\")` via Sonner.\n\n## Features\n\n### Edit on GitHub\nSet `github` in config → auto-generates edit links in the ToC sidebar. No env vars or API keys needed.\n\n### Feedback Widget\nInteractive widget in ToC sidebar. Collects message, emotion emoji, name, email. Auto-creates structured GitHub Issues with labels.\n\n### Internationalization (i18n)\nUses Fumadocs' language-aware routing with `[lang]` URL segments. Default language has no prefix; others get prefix (e.g., `\u002Fcn\u002Fdocs\u002Fgetting-started`).\n\nFile naming: `getting-started.mdx` (en), `getting-started.cn.mdx` (cn), `getting-started.fr.mdx` (fr).\n\nAuto-translate: `pnpm translate [--pattern \"path\u002F**\u002F*.mdx\"] [--config file.tsx] [--url \"api-url\"]`\n\n### RSS Feed\nAuto-generated at `\u002Frss.xml`. Requires `NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL` and `title` export. Customize via frontmatter `lastModified: 2025-11-12`.\n\n### .md Extension (Raw Markdown)\nAppend `.md` or `.mdx` to any URL to get raw Markdown. Useful for AI chat platforms (ChatGPT, Codex, Cursor) and LLM context ingestion.\n\n### llms.txt\nEndpoint at `\u002Fllms.txt` returns ALL documentation as plain Markdown in a single response. Follows the llms.txt standard.\n\n### Ask AI\nAI chat assistant using `openai\u002Fgpt-4.1-mini` via Vercel AI Gateway. Features: `search_docs` tool, source citations, IndexedDB chat history, suggested prompts, file\u002Fimage upload, Markdown rendering. Access via navbar button or `⌘I` \u002F `Ctrl+I`.\n\n### Open in Chat\nButton in ToC sidebar opens docs page in external AI platforms (Cursor, v0, ChatGPT, Codex).\n\n## Deployment\n\n1. Push to GitHub\n2. Import at vercel.com\u002Fnew → select repo\n3. Framework: Next.js (auto-detected), Build: `pnpm build`, Output: `.next`\n4. Add environment variables (`AI_GATEWAY_API_KEY`, `NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL`)\n5. Deploy\n\n## Key Commands\n\n| Command | Description |\n|---|---|\n| `npx @vercel\u002Fgeistdocs init` | Create new project |\n| `pnpm dev` | Start dev server |\n| `pnpm build` | Production build |\n| `pnpm translate` | Auto-translate content |\n\n## Official Documentation\n\n- [Geistdocs Docs](https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs)\n- [Getting Started](https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fgetting-started)\n- [Configuration](https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fconfiguration)\n- [Syntax Reference](https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fsyntax)\n- [GitHub Repository](https:\u002F\u002Fgithub.com\u002Fvercel\u002Fgeistdocs)\n",{"data":40,"body":99},{"name":4,"description":6,"metadata":41},{"priority":42,"docs":43,"sitemap":49,"pathPatterns":50,"importPatterns":57,"bashPatterns":62,"promptSignals":69},5,[44,45,46,47,48],"https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs","https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fgetting-started","https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fconfiguration","https:\u002F\u002Fpreview.geistdocs.com\u002Fdocs\u002Fsyntax","https:\u002F\u002Fgithub.com\u002Fvercel\u002Fgeistdocs","https:\u002F\u002Fpreview.geistdocs.com\u002Fsitemap.xml",[51,52,53,54,55,56],"geistdocs.tsx","content\u002Fdocs\u002F**\u002F*.mdx","content\u002Fdocs\u002F**\u002F*.md","apps\u002F*\u002Fgeistdocs.tsx","apps\u002F*\u002Fcontent\u002Fdocs\u002F**\u002F*.mdx","apps\u002F*\u002Fcontent\u002Fdocs\u002F**\u002F*.md",[58,59,60,61],"@vercel\u002Fgeistdocs","fumadocs-core","fumadocs-ui","fumadocs-mdx",[63,64,65,66,67,68],"\\bnpx\\s+@vercel\u002Fgeistdocs\\s+init\\b","\\bnpm\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b","\\bpnpm\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b","\\bbun\\s+(install|i|add)\\s+[^\\n]*\\bfumadocs\\b","\\byarn\\s+add\\s+[^\\n]*\\bfumadocs\\b","\\bpnpm\\s+translate\\b",{"phrases":70,"allOf":77,"anyOf":88,"noneOf":94,"minScore":98},[4,71,72,73,74,75,76],"documentation site","documentation template","docs site","docs page","fumadocs","llms.txt",[78,81,83,84,86],[79,80],"docs","mdx",[79,82],"template",[21,14],[79,85],"i18n",[79,87],"feedback",[21,79,89,90,91,92,93],"mdx content","ask ai","rss feed","edit on github","internationalization",[95,96,97],"api reference generator","storybook","docusaurus",6,{"type":100,"children":101},"root",[102,111,125,132,139,154,160,195,200,206,245,315,321,331,359,372,377,1257,1263,1268,1322,1328,1381,1387,1392,1439,1571,1577,1623,1628,1634,1647,1876,1897,1903,1909,1922,1928,1933,1939,1960,1989,2000,2006,2041,2047,2068,2073,2086,2092,2127,2133,2138,2144,2199,2205,2293,2299,2348],{"type":103,"tag":104,"props":105,"children":107},"element","h1",{"id":106},"geistdocs-vercel-documentation-template",[108],{"type":109,"value":110},"text","Geistdocs — Vercel Documentation Template",{"type":103,"tag":112,"props":113,"children":114},"p",{},[115,117,123],{"type":109,"value":116},"You are an expert in Geistdocs, Vercel's production-ready documentation template built with Next.js 16 and Fumadocs. It provides MDX authoring, AI-powered chat, i18n, feedback collection, search, GitHub integration, and RSS out of the box. Currently in ",{"type":103,"tag":118,"props":119,"children":120},"strong",{},[121],{"type":109,"value":122},"beta",{"type":109,"value":124},".",{"type":103,"tag":126,"props":127,"children":129},"h2",{"id":128},"getting-started",[130],{"type":109,"value":131},"Getting Started",{"type":103,"tag":133,"props":134,"children":136},"h3",{"id":135},"prerequisites",[137],{"type":109,"value":138},"Prerequisites",{"type":103,"tag":140,"props":141,"children":142},"ul",{},[143,149],{"type":103,"tag":144,"props":145,"children":146},"li",{},[147],{"type":109,"value":148},"Node.js 18+, pnpm, GitHub account",{"type":103,"tag":144,"props":150,"children":151},{},[152],{"type":109,"value":153},"Familiarity with MDX, Next.js, React",{"type":103,"tag":133,"props":155,"children":157},{"id":156},"create-a-new-project",[158],{"type":109,"value":159},"Create a New Project",{"type":103,"tag":161,"props":162,"children":167},"pre",{"className":163,"code":164,"language":165,"meta":166,"style":166},"language-bash shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","npx @vercel\u002Fgeistdocs init\n","bash","",[168],{"type":103,"tag":169,"props":170,"children":171},"code",{"__ignoreMap":166},[172],{"type":103,"tag":173,"props":174,"children":177},"span",{"class":175,"line":176},"line",1,[178,184,190],{"type":103,"tag":173,"props":179,"children":181},{"style":180},"--shiki-light:#E2931D;--shiki-default:#FFCB6B;--shiki-dark:#FFCB6B",[182],{"type":109,"value":183},"npx",{"type":103,"tag":173,"props":185,"children":187},{"style":186},"--shiki-light:#91B859;--shiki-default:#C3E88D;--shiki-dark:#C3E88D",[188],{"type":109,"value":189}," @vercel\u002Fgeistdocs",{"type":103,"tag":173,"props":191,"children":192},{"style":186},[193],{"type":109,"value":194}," init\n",{"type":103,"tag":112,"props":196,"children":197},{},[198],{"type":109,"value":199},"This clones the template, prompts for a project name, installs dependencies, and removes sample content.",{"type":103,"tag":133,"props":201,"children":203},{"id":202},"environment-setup",[204],{"type":109,"value":205},"Environment Setup",{"type":103,"tag":161,"props":207,"children":209},{"className":163,"code":208,"language":165,"meta":166,"style":166},"cp .env.example .env.local\npnpm dev\n",[210],{"type":103,"tag":169,"props":211,"children":212},{"__ignoreMap":166},[213,231],{"type":103,"tag":173,"props":214,"children":215},{"class":175,"line":176},[216,221,226],{"type":103,"tag":173,"props":217,"children":218},{"style":180},[219],{"type":109,"value":220},"cp",{"type":103,"tag":173,"props":222,"children":223},{"style":186},[224],{"type":109,"value":225}," .env.example",{"type":103,"tag":173,"props":227,"children":228},{"style":186},[229],{"type":109,"value":230}," .env.local\n",{"type":103,"tag":173,"props":232,"children":234},{"class":175,"line":233},2,[235,240],{"type":103,"tag":173,"props":236,"children":237},{"style":180},[238],{"type":109,"value":239},"pnpm",{"type":103,"tag":173,"props":241,"children":242},{"style":186},[243],{"type":109,"value":244}," dev\n",{"type":103,"tag":246,"props":247,"children":248},"table",{},[249,268],{"type":103,"tag":250,"props":251,"children":252},"thead",{},[253],{"type":103,"tag":254,"props":255,"children":256},"tr",{},[257,263],{"type":103,"tag":258,"props":259,"children":260},"th",{},[261],{"type":109,"value":262},"Variable",{"type":103,"tag":258,"props":264,"children":265},{},[266],{"type":109,"value":267},"Description",{"type":103,"tag":269,"props":270,"children":271},"tbody",{},[272,290],{"type":103,"tag":254,"props":273,"children":274},{},[275,285],{"type":103,"tag":276,"props":277,"children":278},"td",{},[279],{"type":103,"tag":169,"props":280,"children":282},{"className":281},[],[283],{"type":109,"value":284},"AI_GATEWAY_API_KEY",{"type":103,"tag":276,"props":286,"children":287},{},[288],{"type":109,"value":289},"Powers AI chat; auto-configured on Vercel deployments",{"type":103,"tag":254,"props":291,"children":292},{},[293,302],{"type":103,"tag":276,"props":294,"children":295},{},[296],{"type":103,"tag":169,"props":297,"children":299},{"className":298},[],[300],{"type":109,"value":301},"NEXT_PUBLIC_VERCEL_PROJECT_PRODUCTION_URL",{"type":103,"tag":276,"props":303,"children":304},{},[305,307,313],{"type":109,"value":306},"Production domain (format: ",{"type":103,"tag":169,"props":308,"children":310},{"className":309},[],[311],{"type":109,"value":312},"localhost:3000",{"type":109,"value":314},", no protocol prefix); auto-set by Vercel",{"type":103,"tag":126,"props":316,"children":318},{"id":317},"project-structure",[319],{"type":109,"value":320},"Project Structure",{"type":103,"tag":161,"props":322,"children":326},{"className":323,"code":325,"language":109},[324],"language-text","geistdocs.tsx          # Root config — Logo, nav, title, prompt, suggestions, github, translations\ncontent\u002Fdocs\u002F          # MDX documentation content\n  getting-started.mdx  # → \u002Fdocs\u002Fgetting-started\n  my-page.mdx          # → \u002Fdocs\u002Fmy-page\n  my-page.cn.mdx       # → \u002Fcn\u002Fdocs\u002Fmy-page (i18n)\n.env.local             # Environment variables\n",[327],{"type":103,"tag":169,"props":328,"children":329},{"__ignoreMap":166},[330],{"type":109,"value":325},{"type":103,"tag":112,"props":332,"children":333},{},[334,336,342,344,350,352,358],{"type":109,"value":335},"Pages auto-route from the ",{"type":103,"tag":169,"props":337,"children":339},{"className":338},[],[340],{"type":109,"value":341},"content\u002Fdocs\u002F",{"type":109,"value":343}," directory: ",{"type":103,"tag":169,"props":345,"children":347},{"className":346},[],[348],{"type":109,"value":349},"content\u002Fdocs\u002Fmy-first-page.mdx",{"type":109,"value":351}," becomes ",{"type":103,"tag":169,"props":353,"children":355},{"className":354},[],[356],{"type":109,"value":357},"\u002Fdocs\u002Fmy-first-page",{"type":109,"value":124},{"type":103,"tag":126,"props":360,"children":362},{"id":361},"configuration-geistdocstsx",[363,365,370],{"type":109,"value":364},"Configuration (",{"type":103,"tag":169,"props":366,"children":368},{"className":367},[],[369],{"type":109,"value":51},{"type":109,"value":371},")",{"type":103,"tag":112,"props":373,"children":374},{},[375],{"type":109,"value":376},"The root config file exports these values:",{"type":103,"tag":161,"props":378,"children":382},{"className":379,"code":380,"language":381,"meta":166,"style":166},"language-tsx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","import { BookHeartIcon } from \"lucide-react\";\n\n\u002F\u002F Header branding\nexport const Logo = () => (\n  \u003Cspan className=\"flex items-center gap-2 font-semibold\">\n    \u003CBookHeartIcon className=\"size-5\" \u002F>\n    My Docs\n  \u003C\u002Fspan>\n);\n\n\u002F\u002F Navigation links\nexport const nav = [\n  { label: \"Blog\", href: \"\u002Fblog\" },\n  { label: \"GitHub\", href: \"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo\" },\n];\n\n\u002F\u002F Site title (used in RSS, metadata)\nexport const title = \"My Documentation\";\n\n\u002F\u002F AI assistant system prompt\nexport const prompt = \"You are a helpful assistant for My Product documentation.\";\n\n\u002F\u002F AI suggested prompts\nexport const suggestions = [\n  \"How do I get started?\",\n  \"What features are available?\",\n];\n\n\u002F\u002F Edit on GitHub integration\nexport const github = { owner: \"username\", repo: \"repo-name\" };\n\n\u002F\u002F Internationalization\nexport const translations = {\n  en: { displayName: \"English\" },\n  cn: { displayName: \"中文\", search: \"搜尋文檔\" },\n};\n","tsx",[383],{"type":103,"tag":169,"props":384,"children":385},{"__ignoreMap":166},[386,437,446,456,496,536,575,584,601,613,621,630,656,720,778,791,799,808,846,854,863,901,909,918,943,966,987,999,1007,1016,1094,1102,1111,1137,1180,1248],{"type":103,"tag":173,"props":387,"children":388},{"class":175,"line":176},[389,395,401,407,412,417,422,427,432],{"type":103,"tag":173,"props":390,"children":392},{"style":391},"--shiki-light:#39ADB5;--shiki-light-font-style:italic;--shiki-default:#89DDFF;--shiki-default-font-style:italic;--shiki-dark:#89DDFF;--shiki-dark-font-style:italic",[393],{"type":109,"value":394},"import",{"type":103,"tag":173,"props":396,"children":398},{"style":397},"--shiki-light:#39ADB5;--shiki-default:#89DDFF;--shiki-dark:#89DDFF",[399],{"type":109,"value":400}," {",{"type":103,"tag":173,"props":402,"children":404},{"style":403},"--shiki-light:#90A4AE;--shiki-default:#EEFFFF;--shiki-dark:#BABED8",[405],{"type":109,"value":406}," BookHeartIcon",{"type":103,"tag":173,"props":408,"children":409},{"style":397},[410],{"type":109,"value":411}," }",{"type":103,"tag":173,"props":413,"children":414},{"style":391},[415],{"type":109,"value":416}," from",{"type":103,"tag":173,"props":418,"children":419},{"style":397},[420],{"type":109,"value":421}," \"",{"type":103,"tag":173,"props":423,"children":424},{"style":186},[425],{"type":109,"value":426},"lucide-react",{"type":103,"tag":173,"props":428,"children":429},{"style":397},[430],{"type":109,"value":431},"\"",{"type":103,"tag":173,"props":433,"children":434},{"style":397},[435],{"type":109,"value":436},";\n",{"type":103,"tag":173,"props":438,"children":439},{"class":175,"line":233},[440],{"type":103,"tag":173,"props":441,"children":443},{"emptyLinePlaceholder":442},true,[444],{"type":109,"value":445},"\n",{"type":103,"tag":173,"props":447,"children":449},{"class":175,"line":448},3,[450],{"type":103,"tag":173,"props":451,"children":453},{"style":452},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#546E7A;--shiki-default-font-style:italic;--shiki-dark:#676E95;--shiki-dark-font-style:italic",[454],{"type":109,"value":455},"\u002F\u002F Header branding\n",{"type":103,"tag":173,"props":457,"children":459},{"class":175,"line":458},4,[460,465,471,476,481,486,491],{"type":103,"tag":173,"props":461,"children":462},{"style":391},[463],{"type":109,"value":464},"export",{"type":103,"tag":173,"props":466,"children":468},{"style":467},"--shiki-light:#9C3EDA;--shiki-default:#C792EA;--shiki-dark:#C792EA",[469],{"type":109,"value":470}," const",{"type":103,"tag":173,"props":472,"children":473},{"style":403},[474],{"type":109,"value":475}," Logo ",{"type":103,"tag":173,"props":477,"children":478},{"style":397},[479],{"type":109,"value":480},"=",{"type":103,"tag":173,"props":482,"children":483},{"style":397},[484],{"type":109,"value":485}," ()",{"type":103,"tag":173,"props":487,"children":488},{"style":467},[489],{"type":109,"value":490}," =>",{"type":103,"tag":173,"props":492,"children":493},{"style":403},[494],{"type":109,"value":495}," (\n",{"type":103,"tag":173,"props":497,"children":498},{"class":175,"line":42},[499,504,509,514,518,522,527,531],{"type":103,"tag":173,"props":500,"children":501},{"style":397},[502],{"type":109,"value":503},"  \u003C",{"type":103,"tag":173,"props":505,"children":507},{"style":506},"--shiki-light:#E53935;--shiki-default:#F07178;--shiki-dark:#F07178",[508],{"type":109,"value":173},{"type":103,"tag":173,"props":510,"children":511},{"style":467},[512],{"type":109,"value":513}," className",{"type":103,"tag":173,"props":515,"children":516},{"style":397},[517],{"type":109,"value":480},{"type":103,"tag":173,"props":519,"children":520},{"style":397},[521],{"type":109,"value":431},{"type":103,"tag":173,"props":523,"children":524},{"style":186},[525],{"type":109,"value":526},"flex items-center gap-2 font-semibold",{"type":103,"tag":173,"props":528,"children":529},{"style":397},[530],{"type":109,"value":431},{"type":103,"tag":173,"props":532,"children":533},{"style":397},[534],{"type":109,"value":535},">\n",{"type":103,"tag":173,"props":537,"children":538},{"class":175,"line":98},[539,544,549,553,557,561,566,570],{"type":103,"tag":173,"props":540,"children":541},{"style":397},[542],{"type":109,"value":543},"    \u003C",{"type":103,"tag":173,"props":545,"children":546},{"style":180},[547],{"type":109,"value":548},"BookHeartIcon",{"type":103,"tag":173,"props":550,"children":551},{"style":467},[552],{"type":109,"value":513},{"type":103,"tag":173,"props":554,"children":555},{"style":397},[556],{"type":109,"value":480},{"type":103,"tag":173,"props":558,"children":559},{"style":397},[560],{"type":109,"value":431},{"type":103,"tag":173,"props":562,"children":563},{"style":186},[564],{"type":109,"value":565},"size-5",{"type":103,"tag":173,"props":567,"children":568},{"style":397},[569],{"type":109,"value":431},{"type":103,"tag":173,"props":571,"children":572},{"style":397},[573],{"type":109,"value":574}," \u002F>\n",{"type":103,"tag":173,"props":576,"children":578},{"class":175,"line":577},7,[579],{"type":103,"tag":173,"props":580,"children":581},{"style":403},[582],{"type":109,"value":583},"    My Docs\n",{"type":103,"tag":173,"props":585,"children":587},{"class":175,"line":586},8,[588,593,597],{"type":103,"tag":173,"props":589,"children":590},{"style":397},[591],{"type":109,"value":592},"  \u003C\u002F",{"type":103,"tag":173,"props":594,"children":595},{"style":506},[596],{"type":109,"value":173},{"type":103,"tag":173,"props":598,"children":599},{"style":397},[600],{"type":109,"value":535},{"type":103,"tag":173,"props":602,"children":604},{"class":175,"line":603},9,[605,609],{"type":103,"tag":173,"props":606,"children":607},{"style":403},[608],{"type":109,"value":371},{"type":103,"tag":173,"props":610,"children":611},{"style":397},[612],{"type":109,"value":436},{"type":103,"tag":173,"props":614,"children":616},{"class":175,"line":615},10,[617],{"type":103,"tag":173,"props":618,"children":619},{"emptyLinePlaceholder":442},[620],{"type":109,"value":445},{"type":103,"tag":173,"props":622,"children":624},{"class":175,"line":623},11,[625],{"type":103,"tag":173,"props":626,"children":627},{"style":452},[628],{"type":109,"value":629},"\u002F\u002F Navigation links\n",{"type":103,"tag":173,"props":631,"children":633},{"class":175,"line":632},12,[634,638,642,647,651],{"type":103,"tag":173,"props":635,"children":636},{"style":391},[637],{"type":109,"value":464},{"type":103,"tag":173,"props":639,"children":640},{"style":467},[641],{"type":109,"value":470},{"type":103,"tag":173,"props":643,"children":644},{"style":403},[645],{"type":109,"value":646}," nav ",{"type":103,"tag":173,"props":648,"children":649},{"style":397},[650],{"type":109,"value":480},{"type":103,"tag":173,"props":652,"children":653},{"style":403},[654],{"type":109,"value":655}," [\n",{"type":103,"tag":173,"props":657,"children":659},{"class":175,"line":658},13,[660,665,670,675,679,684,688,693,698,702,706,711,715],{"type":103,"tag":173,"props":661,"children":662},{"style":397},[663],{"type":109,"value":664},"  {",{"type":103,"tag":173,"props":666,"children":667},{"style":506},[668],{"type":109,"value":669}," label",{"type":103,"tag":173,"props":671,"children":672},{"style":397},[673],{"type":109,"value":674},":",{"type":103,"tag":173,"props":676,"children":677},{"style":397},[678],{"type":109,"value":421},{"type":103,"tag":173,"props":680,"children":681},{"style":186},[682],{"type":109,"value":683},"Blog",{"type":103,"tag":173,"props":685,"children":686},{"style":397},[687],{"type":109,"value":431},{"type":103,"tag":173,"props":689,"children":690},{"style":397},[691],{"type":109,"value":692},",",{"type":103,"tag":173,"props":694,"children":695},{"style":506},[696],{"type":109,"value":697}," href",{"type":103,"tag":173,"props":699,"children":700},{"style":397},[701],{"type":109,"value":674},{"type":103,"tag":173,"props":703,"children":704},{"style":397},[705],{"type":109,"value":421},{"type":103,"tag":173,"props":707,"children":708},{"style":186},[709],{"type":109,"value":710},"\u002Fblog",{"type":103,"tag":173,"props":712,"children":713},{"style":397},[714],{"type":109,"value":431},{"type":103,"tag":173,"props":716,"children":717},{"style":397},[718],{"type":109,"value":719}," },\n",{"type":103,"tag":173,"props":721,"children":723},{"class":175,"line":722},14,[724,728,732,736,740,745,749,753,757,761,765,770,774],{"type":103,"tag":173,"props":725,"children":726},{"style":397},[727],{"type":109,"value":664},{"type":103,"tag":173,"props":729,"children":730},{"style":506},[731],{"type":109,"value":669},{"type":103,"tag":173,"props":733,"children":734},{"style":397},[735],{"type":109,"value":674},{"type":103,"tag":173,"props":737,"children":738},{"style":397},[739],{"type":109,"value":421},{"type":103,"tag":173,"props":741,"children":742},{"style":186},[743],{"type":109,"value":744},"GitHub",{"type":103,"tag":173,"props":746,"children":747},{"style":397},[748],{"type":109,"value":431},{"type":103,"tag":173,"props":750,"children":751},{"style":397},[752],{"type":109,"value":692},{"type":103,"tag":173,"props":754,"children":755},{"style":506},[756],{"type":109,"value":697},{"type":103,"tag":173,"props":758,"children":759},{"style":397},[760],{"type":109,"value":674},{"type":103,"tag":173,"props":762,"children":763},{"style":397},[764],{"type":109,"value":421},{"type":103,"tag":173,"props":766,"children":767},{"style":186},[768],{"type":109,"value":769},"https:\u002F\u002Fgithub.com\u002Forg\u002Frepo",{"type":103,"tag":173,"props":771,"children":772},{"style":397},[773],{"type":109,"value":431},{"type":103,"tag":173,"props":775,"children":776},{"style":397},[777],{"type":109,"value":719},{"type":103,"tag":173,"props":779,"children":781},{"class":175,"line":780},15,[782,787],{"type":103,"tag":173,"props":783,"children":784},{"style":403},[785],{"type":109,"value":786},"]",{"type":103,"tag":173,"props":788,"children":789},{"style":397},[790],{"type":109,"value":436},{"type":103,"tag":173,"props":792,"children":794},{"class":175,"line":793},16,[795],{"type":103,"tag":173,"props":796,"children":797},{"emptyLinePlaceholder":442},[798],{"type":109,"value":445},{"type":103,"tag":173,"props":800,"children":802},{"class":175,"line":801},17,[803],{"type":103,"tag":173,"props":804,"children":805},{"style":452},[806],{"type":109,"value":807},"\u002F\u002F Site title (used in RSS, metadata)\n",{"type":103,"tag":173,"props":809,"children":811},{"class":175,"line":810},18,[812,816,820,825,829,833,838,842],{"type":103,"tag":173,"props":813,"children":814},{"style":391},[815],{"type":109,"value":464},{"type":103,"tag":173,"props":817,"children":818},{"style":467},[819],{"type":109,"value":470},{"type":103,"tag":173,"props":821,"children":822},{"style":403},[823],{"type":109,"value":824}," title ",{"type":103,"tag":173,"props":826,"children":827},{"style":397},[828],{"type":109,"value":480},{"type":103,"tag":173,"props":830,"children":831},{"style":397},[832],{"type":109,"value":421},{"type":103,"tag":173,"props":834,"children":835},{"style":186},[836],{"type":109,"value":837},"My Documentation",{"type":103,"tag":173,"props":839,"children":840},{"style":397},[841],{"type":109,"value":431},{"type":103,"tag":173,"props":843,"children":844},{"style":397},[845],{"type":109,"value":436},{"type":103,"tag":173,"props":847,"children":849},{"class":175,"line":848},19,[850],{"type":103,"tag":173,"props":851,"children":852},{"emptyLinePlaceholder":442},[853],{"type":109,"value":445},{"type":103,"tag":173,"props":855,"children":857},{"class":175,"line":856},20,[858],{"type":103,"tag":173,"props":859,"children":860},{"style":452},[861],{"type":109,"value":862},"\u002F\u002F AI assistant system prompt\n",{"type":103,"tag":173,"props":864,"children":866},{"class":175,"line":865},21,[867,871,875,880,884,888,893,897],{"type":103,"tag":173,"props":868,"children":869},{"style":391},[870],{"type":109,"value":464},{"type":103,"tag":173,"props":872,"children":873},{"style":467},[874],{"type":109,"value":470},{"type":103,"tag":173,"props":876,"children":877},{"style":403},[878],{"type":109,"value":879}," prompt ",{"type":103,"tag":173,"props":881,"children":882},{"style":397},[883],{"type":109,"value":480},{"type":103,"tag":173,"props":885,"children":886},{"style":397},[887],{"type":109,"value":421},{"type":103,"tag":173,"props":889,"children":890},{"style":186},[891],{"type":109,"value":892},"You are a helpful assistant for My Product documentation.",{"type":103,"tag":173,"props":894,"children":895},{"style":397},[896],{"type":109,"value":431},{"type":103,"tag":173,"props":898,"children":899},{"style":397},[900],{"type":109,"value":436},{"type":103,"tag":173,"props":902,"children":904},{"class":175,"line":903},22,[905],{"type":103,"tag":173,"props":906,"children":907},{"emptyLinePlaceholder":442},[908],{"type":109,"value":445},{"type":103,"tag":173,"props":910,"children":912},{"class":175,"line":911},23,[913],{"type":103,"tag":173,"props":914,"children":915},{"style":452},[916],{"type":109,"value":917},"\u002F\u002F AI suggested prompts\n",{"type":103,"tag":173,"props":919,"children":921},{"class":175,"line":920},24,[922,926,930,935,939],{"type":103,"tag":173,"props":923,"children":924},{"style":391},[925],{"type":109,"value":464},{"type":103,"tag":173,"props":927,"children":928},{"style":467},[929],{"type":109,"value":470},{"type":103,"tag":173,"props":931,"children":932},{"style":403},[933],{"type":109,"value":934}," suggestions ",{"type":103,"tag":173,"props":936,"children":937},{"style":397},[938],{"type":109,"value":480},{"type":103,"tag":173,"props":940,"children":941},{"style":403},[942],{"type":109,"value":655},{"type":103,"tag":173,"props":944,"children":946},{"class":175,"line":945},25,[947,952,957,961],{"type":103,"tag":173,"props":948,"children":949},{"style":397},[950],{"type":109,"value":951},"  \"",{"type":103,"tag":173,"props":953,"children":954},{"style":186},[955],{"type":109,"value":956},"How do I get started?",{"type":103,"tag":173,"props":958,"children":959},{"style":397},[960],{"type":109,"value":431},{"type":103,"tag":173,"props":962,"children":963},{"style":397},[964],{"type":109,"value":965},",\n",{"type":103,"tag":173,"props":967,"children":969},{"class":175,"line":968},26,[970,974,979,983],{"type":103,"tag":173,"props":971,"children":972},{"style":397},[973],{"type":109,"value":951},{"type":103,"tag":173,"props":975,"children":976},{"style":186},[977],{"type":109,"value":978},"What features are available?",{"type":103,"tag":173,"props":980,"children":981},{"style":397},[982],{"type":109,"value":431},{"type":103,"tag":173,"props":984,"children":985},{"style":397},[986],{"type":109,"value":965},{"type":103,"tag":173,"props":988,"children":990},{"class":175,"line":989},27,[991,995],{"type":103,"tag":173,"props":992,"children":993},{"style":403},[994],{"type":109,"value":786},{"type":103,"tag":173,"props":996,"children":997},{"style":397},[998],{"type":109,"value":436},{"type":103,"tag":173,"props":1000,"children":1002},{"class":175,"line":1001},28,[1003],{"type":103,"tag":173,"props":1004,"children":1005},{"emptyLinePlaceholder":442},[1006],{"type":109,"value":445},{"type":103,"tag":173,"props":1008,"children":1010},{"class":175,"line":1009},29,[1011],{"type":103,"tag":173,"props":1012,"children":1013},{"style":452},[1014],{"type":109,"value":1015},"\u002F\u002F Edit on GitHub integration\n",{"type":103,"tag":173,"props":1017,"children":1019},{"class":175,"line":1018},30,[1020,1024,1028,1033,1037,1041,1046,1050,1054,1059,1063,1067,1072,1076,1080,1085,1089],{"type":103,"tag":173,"props":1021,"children":1022},{"style":391},[1023],{"type":109,"value":464},{"type":103,"tag":173,"props":1025,"children":1026},{"style":467},[1027],{"type":109,"value":470},{"type":103,"tag":173,"props":1029,"children":1030},{"style":403},[1031],{"type":109,"value":1032}," github ",{"type":103,"tag":173,"props":1034,"children":1035},{"style":397},[1036],{"type":109,"value":480},{"type":103,"tag":173,"props":1038,"children":1039},{"style":397},[1040],{"type":109,"value":400},{"type":103,"tag":173,"props":1042,"children":1043},{"style":506},[1044],{"type":109,"value":1045}," owner",{"type":103,"tag":173,"props":1047,"children":1048},{"style":397},[1049],{"type":109,"value":674},{"type":103,"tag":173,"props":1051,"children":1052},{"style":397},[1053],{"type":109,"value":421},{"type":103,"tag":173,"props":1055,"children":1056},{"style":186},[1057],{"type":109,"value":1058},"username",{"type":103,"tag":173,"props":1060,"children":1061},{"style":397},[1062],{"type":109,"value":431},{"type":103,"tag":173,"props":1064,"children":1065},{"style":397},[1066],{"type":109,"value":692},{"type":103,"tag":173,"props":1068,"children":1069},{"style":506},[1070],{"type":109,"value":1071}," repo",{"type":103,"tag":173,"props":1073,"children":1074},{"style":397},[1075],{"type":109,"value":674},{"type":103,"tag":173,"props":1077,"children":1078},{"style":397},[1079],{"type":109,"value":421},{"type":103,"tag":173,"props":1081,"children":1082},{"style":186},[1083],{"type":109,"value":1084},"repo-name",{"type":103,"tag":173,"props":1086,"children":1087},{"style":397},[1088],{"type":109,"value":431},{"type":103,"tag":173,"props":1090,"children":1091},{"style":397},[1092],{"type":109,"value":1093}," };\n",{"type":103,"tag":173,"props":1095,"children":1097},{"class":175,"line":1096},31,[1098],{"type":103,"tag":173,"props":1099,"children":1100},{"emptyLinePlaceholder":442},[1101],{"type":109,"value":445},{"type":103,"tag":173,"props":1103,"children":1105},{"class":175,"line":1104},32,[1106],{"type":103,"tag":173,"props":1107,"children":1108},{"style":452},[1109],{"type":109,"value":1110},"\u002F\u002F Internationalization\n",{"type":103,"tag":173,"props":1112,"children":1114},{"class":175,"line":1113},33,[1115,1119,1123,1128,1132],{"type":103,"tag":173,"props":1116,"children":1117},{"style":391},[1118],{"type":109,"value":464},{"type":103,"tag":173,"props":1120,"children":1121},{"style":467},[1122],{"type":109,"value":470},{"type":103,"tag":173,"props":1124,"children":1125},{"style":403},[1126],{"type":109,"value":1127}," translations ",{"type":103,"tag":173,"props":1129,"children":1130},{"style":397},[1131],{"type":109,"value":480},{"type":103,"tag":173,"props":1133,"children":1134},{"style":397},[1135],{"type":109,"value":1136}," {\n",{"type":103,"tag":173,"props":1138,"children":1140},{"class":175,"line":1139},34,[1141,1146,1150,1154,1159,1163,1167,1172,1176],{"type":103,"tag":173,"props":1142,"children":1143},{"style":506},[1144],{"type":109,"value":1145},"  en",{"type":103,"tag":173,"props":1147,"children":1148},{"style":397},[1149],{"type":109,"value":674},{"type":103,"tag":173,"props":1151,"children":1152},{"style":397},[1153],{"type":109,"value":400},{"type":103,"tag":173,"props":1155,"children":1156},{"style":506},[1157],{"type":109,"value":1158}," displayName",{"type":103,"tag":173,"props":1160,"children":1161},{"style":397},[1162],{"type":109,"value":674},{"type":103,"tag":173,"props":1164,"children":1165},{"style":397},[1166],{"type":109,"value":421},{"type":103,"tag":173,"props":1168,"children":1169},{"style":186},[1170],{"type":109,"value":1171},"English",{"type":103,"tag":173,"props":1173,"children":1174},{"style":397},[1175],{"type":109,"value":431},{"type":103,"tag":173,"props":1177,"children":1178},{"style":397},[1179],{"type":109,"value":719},{"type":103,"tag":173,"props":1181,"children":1183},{"class":175,"line":1182},35,[1184,1189,1193,1197,1201,1205,1209,1214,1218,1222,1227,1231,1235,1240,1244],{"type":103,"tag":173,"props":1185,"children":1186},{"style":506},[1187],{"type":109,"value":1188},"  cn",{"type":103,"tag":173,"props":1190,"children":1191},{"style":397},[1192],{"type":109,"value":674},{"type":103,"tag":173,"props":1194,"children":1195},{"style":397},[1196],{"type":109,"value":400},{"type":103,"tag":173,"props":1198,"children":1199},{"style":506},[1200],{"type":109,"value":1158},{"type":103,"tag":173,"props":1202,"children":1203},{"style":397},[1204],{"type":109,"value":674},{"type":103,"tag":173,"props":1206,"children":1207},{"style":397},[1208],{"type":109,"value":421},{"type":103,"tag":173,"props":1210,"children":1211},{"style":186},[1212],{"type":109,"value":1213},"中文",{"type":103,"tag":173,"props":1215,"children":1216},{"style":397},[1217],{"type":109,"value":431},{"type":103,"tag":173,"props":1219,"children":1220},{"style":397},[1221],{"type":109,"value":692},{"type":103,"tag":173,"props":1223,"children":1224},{"style":506},[1225],{"type":109,"value":1226}," search",{"type":103,"tag":173,"props":1228,"children":1229},{"style":397},[1230],{"type":109,"value":674},{"type":103,"tag":173,"props":1232,"children":1233},{"style":397},[1234],{"type":109,"value":421},{"type":103,"tag":173,"props":1236,"children":1237},{"style":186},[1238],{"type":109,"value":1239},"搜尋文檔",{"type":103,"tag":173,"props":1241,"children":1242},{"style":397},[1243],{"type":109,"value":431},{"type":103,"tag":173,"props":1245,"children":1246},{"style":397},[1247],{"type":109,"value":719},{"type":103,"tag":173,"props":1249,"children":1251},{"class":175,"line":1250},36,[1252],{"type":103,"tag":173,"props":1253,"children":1254},{"style":397},[1255],{"type":109,"value":1256},"};\n",{"type":103,"tag":126,"props":1258,"children":1260},{"id":1259},"mdx-syntax-frontmatter",[1261],{"type":109,"value":1262},"MDX Syntax & Frontmatter",{"type":103,"tag":112,"props":1264,"children":1265},{},[1266],{"type":109,"value":1267},"Every MDX file requires frontmatter:",{"type":103,"tag":161,"props":1269,"children":1272},{"className":1270,"code":1271,"language":80,"meta":166,"style":166},"language-mdx shiki shiki-themes material-theme-lighter material-theme material-theme-palenight","---\ntitle: My Page Title\ndescription: A brief description of this page\n---\n\nYour content here...\n",[1273],{"type":103,"tag":169,"props":1274,"children":1275},{"__ignoreMap":166},[1276,1284,1292,1300,1307,1314],{"type":103,"tag":173,"props":1277,"children":1278},{"class":175,"line":176},[1279],{"type":103,"tag":173,"props":1280,"children":1281},{},[1282],{"type":109,"value":1283},"---\n",{"type":103,"tag":173,"props":1285,"children":1286},{"class":175,"line":233},[1287],{"type":103,"tag":173,"props":1288,"children":1289},{},[1290],{"type":109,"value":1291},"title: My Page Title\n",{"type":103,"tag":173,"props":1293,"children":1294},{"class":175,"line":448},[1295],{"type":103,"tag":173,"props":1296,"children":1297},{},[1298],{"type":109,"value":1299},"description: A brief description of this page\n",{"type":103,"tag":173,"props":1301,"children":1302},{"class":175,"line":458},[1303],{"type":103,"tag":173,"props":1304,"children":1305},{},[1306],{"type":109,"value":1283},{"type":103,"tag":173,"props":1308,"children":1309},{"class":175,"line":42},[1310],{"type":103,"tag":173,"props":1311,"children":1312},{"emptyLinePlaceholder":442},[1313],{"type":109,"value":445},{"type":103,"tag":173,"props":1315,"children":1316},{"class":175,"line":98},[1317],{"type":103,"tag":173,"props":1318,"children":1319},{},[1320],{"type":109,"value":1321},"Your content here...\n",{"type":103,"tag":133,"props":1323,"children":1325},{"id":1324},"supported-syntax",[1326],{"type":109,"value":1327},"Supported Syntax",{"type":103,"tag":140,"props":1329,"children":1330},{},[1331,1341,1351,1361,1371],{"type":103,"tag":144,"props":1332,"children":1333},{},[1334,1339],{"type":103,"tag":118,"props":1335,"children":1336},{},[1337],{"type":109,"value":1338},"Text",{"type":109,"value":1340},": Bold, italic, strikethrough, inline code",{"type":103,"tag":144,"props":1342,"children":1343},{},[1344,1349],{"type":103,"tag":118,"props":1345,"children":1346},{},[1347],{"type":109,"value":1348},"Headings",{"type":109,"value":1350},": H1–H6 with auto anchor links",{"type":103,"tag":144,"props":1352,"children":1353},{},[1354,1359],{"type":103,"tag":118,"props":1355,"children":1356},{},[1357],{"type":109,"value":1358},"Lists",{"type":109,"value":1360},": Ordered, unordered, nested, task lists (GFM)",{"type":103,"tag":144,"props":1362,"children":1363},{},[1364,1369],{"type":103,"tag":118,"props":1365,"children":1366},{},[1367],{"type":109,"value":1368},"Tables",{"type":109,"value":1370},": GFM tables",{"type":103,"tag":144,"props":1372,"children":1373},{},[1374,1379],{"type":103,"tag":118,"props":1375,"children":1376},{},[1377],{"type":109,"value":1378},"Links, Images, Blockquotes",{"type":109,"value":1380},": Standard markdown",{"type":103,"tag":133,"props":1382,"children":1384},{"id":1383},"code-blocks",[1385],{"type":109,"value":1386},"Code Blocks",{"type":103,"tag":112,"props":1388,"children":1389},{},[1390],{"type":109,"value":1391},"Language specification with special attributes:",{"type":103,"tag":161,"props":1393,"children":1395},{"className":1270,"code":1394,"language":80,"meta":166,"style":166},"```tsx title=\"app\u002Fpage.tsx\" lineNumbers\nexport default function Page() {\n  return \u003Ch1>Hello\u003C\u002Fh1> \u002F\u002F [!code highlight]\n}\n```\n",[1396],{"type":103,"tag":169,"props":1397,"children":1398},{"__ignoreMap":166},[1399,1407,1415,1423,1431],{"type":103,"tag":173,"props":1400,"children":1401},{"class":175,"line":176},[1402],{"type":103,"tag":173,"props":1403,"children":1404},{},[1405],{"type":109,"value":1406},"```tsx title=\"app\u002Fpage.tsx\" lineNumbers\n",{"type":103,"tag":173,"props":1408,"children":1409},{"class":175,"line":233},[1410],{"type":103,"tag":173,"props":1411,"children":1412},{},[1413],{"type":109,"value":1414},"export default function Page() {\n",{"type":103,"tag":173,"props":1416,"children":1417},{"class":175,"line":448},[1418],{"type":103,"tag":173,"props":1419,"children":1420},{},[1421],{"type":109,"value":1422},"  return \u003Ch1>Hello\u003C\u002Fh1> \u002F\u002F [!code highlight]\n",{"type":103,"tag":173,"props":1424,"children":1425},{"class":175,"line":458},[1426],{"type":103,"tag":173,"props":1427,"children":1428},{},[1429],{"type":109,"value":1430},"}\n",{"type":103,"tag":173,"props":1432,"children":1433},{"class":175,"line":42},[1434],{"type":103,"tag":173,"props":1435,"children":1436},{},[1437],{"type":109,"value":1438},"```\n",{"type":103,"tag":246,"props":1440,"children":1441},{},[1442,1458],{"type":103,"tag":250,"props":1443,"children":1444},{},[1445],{"type":103,"tag":254,"props":1446,"children":1447},{},[1448,1453],{"type":103,"tag":258,"props":1449,"children":1450},{},[1451],{"type":109,"value":1452},"Attribute",{"type":103,"tag":258,"props":1454,"children":1455},{},[1456],{"type":109,"value":1457},"Effect",{"type":103,"tag":269,"props":1459,"children":1460},{},[1461,1478,1495,1512,1529,1554],{"type":103,"tag":254,"props":1462,"children":1463},{},[1464,1473],{"type":103,"tag":276,"props":1465,"children":1466},{},[1467],{"type":103,"tag":169,"props":1468,"children":1470},{"className":1469},[],[1471],{"type":109,"value":1472},"title=\"filename\"",{"type":103,"tag":276,"props":1474,"children":1475},{},[1476],{"type":109,"value":1477},"File path header",{"type":103,"tag":254,"props":1479,"children":1480},{},[1481,1490],{"type":103,"tag":276,"props":1482,"children":1483},{},[1484],{"type":103,"tag":169,"props":1485,"children":1487},{"className":1486},[],[1488],{"type":109,"value":1489},"lineNumbers",{"type":103,"tag":276,"props":1491,"children":1492},{},[1493],{"type":109,"value":1494},"Show line numbers",{"type":103,"tag":254,"props":1496,"children":1497},{},[1498,1507],{"type":103,"tag":276,"props":1499,"children":1500},{},[1501],{"type":103,"tag":169,"props":1502,"children":1504},{"className":1503},[],[1505],{"type":109,"value":1506},"[!code highlight]",{"type":103,"tag":276,"props":1508,"children":1509},{},[1510],{"type":109,"value":1511},"Highlight line",{"type":103,"tag":254,"props":1513,"children":1514},{},[1515,1524],{"type":103,"tag":276,"props":1516,"children":1517},{},[1518],{"type":103,"tag":169,"props":1519,"children":1521},{"className":1520},[],[1522],{"type":109,"value":1523},"[!code word:term]",{"type":103,"tag":276,"props":1525,"children":1526},{},[1527],{"type":109,"value":1528},"Highlight term",{"type":103,"tag":254,"props":1530,"children":1531},{},[1532,1549],{"type":103,"tag":276,"props":1533,"children":1534},{},[1535,1541,1543],{"type":103,"tag":169,"props":1536,"children":1538},{"className":1537},[],[1539],{"type":109,"value":1540},"[!code ++]",{"type":109,"value":1542}," \u002F ",{"type":103,"tag":169,"props":1544,"children":1546},{"className":1545},[],[1547],{"type":109,"value":1548},"[!code --]",{"type":103,"tag":276,"props":1550,"children":1551},{},[1552],{"type":109,"value":1553},"Diff additions\u002Fdeletions",{"type":103,"tag":254,"props":1555,"children":1556},{},[1557,1566],{"type":103,"tag":276,"props":1558,"children":1559},{},[1560],{"type":103,"tag":169,"props":1561,"children":1563},{"className":1562},[],[1564],{"type":109,"value":1565},"[!code focus]",{"type":103,"tag":276,"props":1567,"children":1568},{},[1569],{"type":109,"value":1570},"Focus line",{"type":103,"tag":133,"props":1572,"children":1574},{"id":1573},"mermaid-diagrams",[1575],{"type":109,"value":1576},"Mermaid Diagrams",{"type":103,"tag":161,"props":1578,"children":1580},{"className":1270,"code":1579,"language":80,"meta":166,"style":166},"```mermaid\ngraph TD\n  A[Start] --> B[Process]\n  B --> C[End]\n```\n",[1581],{"type":103,"tag":169,"props":1582,"children":1583},{"__ignoreMap":166},[1584,1592,1600,1608,1616],{"type":103,"tag":173,"props":1585,"children":1586},{"class":175,"line":176},[1587],{"type":103,"tag":173,"props":1588,"children":1589},{},[1590],{"type":109,"value":1591},"```mermaid\n",{"type":103,"tag":173,"props":1593,"children":1594},{"class":175,"line":233},[1595],{"type":103,"tag":173,"props":1596,"children":1597},{},[1598],{"type":109,"value":1599},"graph TD\n",{"type":103,"tag":173,"props":1601,"children":1602},{"class":175,"line":448},[1603],{"type":103,"tag":173,"props":1604,"children":1605},{},[1606],{"type":109,"value":1607},"  A[Start] --> B[Process]\n",{"type":103,"tag":173,"props":1609,"children":1610},{"class":175,"line":458},[1611],{"type":103,"tag":173,"props":1612,"children":1613},{},[1614],{"type":109,"value":1615},"  B --> C[End]\n",{"type":103,"tag":173,"props":1617,"children":1618},{"class":175,"line":42},[1619],{"type":103,"tag":173,"props":1620,"children":1621},{},[1622],{"type":109,"value":1438},{"type":103,"tag":112,"props":1624,"children":1625},{},[1626],{"type":109,"value":1627},"Supports flowcharts, sequence diagrams, and architecture diagrams.",{"type":103,"tag":126,"props":1629,"children":1631},{"id":1630},"geistdocsprovider",[1632],{"type":109,"value":1633},"GeistdocsProvider",{"type":103,"tag":112,"props":1635,"children":1636},{},[1637,1639,1645],{"type":109,"value":1638},"Root-level wrapper extending Fumadocs' ",{"type":103,"tag":169,"props":1640,"children":1642},{"className":1641},[],[1643],{"type":109,"value":1644},"RootProvider",{"type":109,"value":1646},". Provides toast notifications (Sonner), Vercel Analytics, and search dialog. The AI sidebar auto-adds padding on desktop; mobile uses a drawer.",{"type":103,"tag":161,"props":1648,"children":1650},{"className":379,"code":1649,"language":381,"meta":166,"style":166},"import { GeistdocsProvider } from \".\u002Fcomponents\u002Fprovider\";\n\nexport default function RootLayout({ children }) {\n  return (\n    \u003Chtml>\n      \u003Cbody>\n        \u003CGeistdocsProvider>{children}\u003C\u002FGeistdocsProvider>\n      \u003C\u002Fbody>\n    \u003C\u002Fhtml>\n  );\n}\n",[1651],{"type":103,"tag":169,"props":1652,"children":1653},{"__ignoreMap":166},[1654,1695,1702,1745,1757,1773,1790,1825,1841,1857,1869],{"type":103,"tag":173,"props":1655,"children":1656},{"class":175,"line":176},[1657,1661,1665,1670,1674,1678,1682,1687,1691],{"type":103,"tag":173,"props":1658,"children":1659},{"style":391},[1660],{"type":109,"value":394},{"type":103,"tag":173,"props":1662,"children":1663},{"style":397},[1664],{"type":109,"value":400},{"type":103,"tag":173,"props":1666,"children":1667},{"style":403},[1668],{"type":109,"value":1669}," GeistdocsProvider",{"type":103,"tag":173,"props":1671,"children":1672},{"style":397},[1673],{"type":109,"value":411},{"type":103,"tag":173,"props":1675,"children":1676},{"style":391},[1677],{"type":109,"value":416},{"type":103,"tag":173,"props":1679,"children":1680},{"style":397},[1681],{"type":109,"value":421},{"type":103,"tag":173,"props":1683,"children":1684},{"style":186},[1685],{"type":109,"value":1686},".\u002Fcomponents\u002Fprovider",{"type":103,"tag":173,"props":1688,"children":1689},{"style":397},[1690],{"type":109,"value":431},{"type":103,"tag":173,"props":1692,"children":1693},{"style":397},[1694],{"type":109,"value":436},{"type":103,"tag":173,"props":1696,"children":1697},{"class":175,"line":233},[1698],{"type":103,"tag":173,"props":1699,"children":1700},{"emptyLinePlaceholder":442},[1701],{"type":109,"value":445},{"type":103,"tag":173,"props":1703,"children":1704},{"class":175,"line":448},[1705,1709,1714,1719,1725,1730,1736,1741],{"type":103,"tag":173,"props":1706,"children":1707},{"style":391},[1708],{"type":109,"value":464},{"type":103,"tag":173,"props":1710,"children":1711},{"style":391},[1712],{"type":109,"value":1713}," default",{"type":103,"tag":173,"props":1715,"children":1716},{"style":467},[1717],{"type":109,"value":1718}," function",{"type":103,"tag":173,"props":1720,"children":1722},{"style":1721},"--shiki-light:#6182B8;--shiki-default:#82AAFF;--shiki-dark:#82AAFF",[1723],{"type":109,"value":1724}," RootLayout",{"type":103,"tag":173,"props":1726,"children":1727},{"style":397},[1728],{"type":109,"value":1729},"({",{"type":103,"tag":173,"props":1731,"children":1733},{"style":1732},"--shiki-light:#90A4AE;--shiki-light-font-style:italic;--shiki-default:#EEFFFF;--shiki-default-font-style:italic;--shiki-dark:#BABED8;--shiki-dark-font-style:italic",[1734],{"type":109,"value":1735}," children",{"type":103,"tag":173,"props":1737,"children":1738},{"style":397},[1739],{"type":109,"value":1740}," })",{"type":103,"tag":173,"props":1742,"children":1743},{"style":397},[1744],{"type":109,"value":1136},{"type":103,"tag":173,"props":1746,"children":1747},{"class":175,"line":458},[1748,1753],{"type":103,"tag":173,"props":1749,"children":1750},{"style":391},[1751],{"type":109,"value":1752},"  return",{"type":103,"tag":173,"props":1754,"children":1755},{"style":506},[1756],{"type":109,"value":495},{"type":103,"tag":173,"props":1758,"children":1759},{"class":175,"line":42},[1760,1764,1769],{"type":103,"tag":173,"props":1761,"children":1762},{"style":397},[1763],{"type":109,"value":543},{"type":103,"tag":173,"props":1765,"children":1766},{"style":506},[1767],{"type":109,"value":1768},"html",{"type":103,"tag":173,"props":1770,"children":1771},{"style":397},[1772],{"type":109,"value":535},{"type":103,"tag":173,"props":1774,"children":1775},{"class":175,"line":98},[1776,1781,1786],{"type":103,"tag":173,"props":1777,"children":1778},{"style":397},[1779],{"type":109,"value":1780},"      \u003C",{"type":103,"tag":173,"props":1782,"children":1783},{"style":506},[1784],{"type":109,"value":1785},"body",{"type":103,"tag":173,"props":1787,"children":1788},{"style":397},[1789],{"type":109,"value":535},{"type":103,"tag":173,"props":1791,"children":1792},{"class":175,"line":577},[1793,1798,1802,1807,1812,1817,1821],{"type":103,"tag":173,"props":1794,"children":1795},{"style":397},[1796],{"type":109,"value":1797},"        \u003C",{"type":103,"tag":173,"props":1799,"children":1800},{"style":180},[1801],{"type":109,"value":1633},{"type":103,"tag":173,"props":1803,"children":1804},{"style":397},[1805],{"type":109,"value":1806},">{",{"type":103,"tag":173,"props":1808,"children":1809},{"style":403},[1810],{"type":109,"value":1811},"children",{"type":103,"tag":173,"props":1813,"children":1814},{"style":397},[1815],{"type":109,"value":1816},"}\u003C\u002F",{"type":103,"tag":173,"props":1818,"children":1819},{"style":180},[1820],{"type":109,"value":1633},{"type":103,"tag":173,"props":1822,"children":1823},{"style":397},[1824],{"type":109,"value":535},{"type":103,"tag":173,"props":1826,"children":1827},{"class":175,"line":586},[1828,1833,1837],{"type":103,"tag":173,"props":1829,"children":1830},{"style":397},[1831],{"type":109,"value":1832},"      \u003C\u002F",{"type":103,"tag":173,"props":1834,"children":1835},{"style":506},[1836],{"type":109,"value":1785},{"type":103,"tag":173,"props":1838,"children":1839},{"style":397},[1840],{"type":109,"value":535},{"type":103,"tag":173,"props":1842,"children":1843},{"class":175,"line":603},[1844,1849,1853],{"type":103,"tag":173,"props":1845,"children":1846},{"style":397},[1847],{"type":109,"value":1848},"    \u003C\u002F",{"type":103,"tag":173,"props":1850,"children":1851},{"style":506},[1852],{"type":109,"value":1768},{"type":103,"tag":173,"props":1854,"children":1855},{"style":397},[1856],{"type":109,"value":535},{"type":103,"tag":173,"props":1858,"children":1859},{"class":175,"line":615},[1860,1865],{"type":103,"tag":173,"props":1861,"children":1862},{"style":506},[1863],{"type":109,"value":1864},"  )",{"type":103,"tag":173,"props":1866,"children":1867},{"style":397},[1868],{"type":109,"value":436},{"type":103,"tag":173,"props":1870,"children":1871},{"class":175,"line":623},[1872],{"type":103,"tag":173,"props":1873,"children":1874},{"style":397},[1875],{"type":109,"value":1430},{"type":103,"tag":112,"props":1877,"children":1878},{},[1879,1881,1887,1889,1895],{"type":109,"value":1880},"Toast API: ",{"type":103,"tag":169,"props":1882,"children":1884},{"className":1883},[],[1885],{"type":109,"value":1886},"toast.success(\"msg\")",{"type":109,"value":1888},", ",{"type":103,"tag":169,"props":1890,"children":1892},{"className":1891},[],[1893],{"type":109,"value":1894},"toast.error(\"msg\")",{"type":109,"value":1896}," via Sonner.",{"type":103,"tag":126,"props":1898,"children":1900},{"id":1899},"features",[1901],{"type":109,"value":1902},"Features",{"type":103,"tag":133,"props":1904,"children":1906},{"id":1905},"edit-on-github",[1907],{"type":109,"value":1908},"Edit on GitHub",{"type":103,"tag":112,"props":1910,"children":1911},{},[1912,1914,1920],{"type":109,"value":1913},"Set ",{"type":103,"tag":169,"props":1915,"children":1917},{"className":1916},[],[1918],{"type":109,"value":1919},"github",{"type":109,"value":1921}," in config → auto-generates edit links in the ToC sidebar. No env vars or API keys needed.",{"type":103,"tag":133,"props":1923,"children":1925},{"id":1924},"feedback-widget",[1926],{"type":109,"value":1927},"Feedback Widget",{"type":103,"tag":112,"props":1929,"children":1930},{},[1931],{"type":109,"value":1932},"Interactive widget in ToC sidebar. Collects message, emotion emoji, name, email. Auto-creates structured GitHub Issues with labels.",{"type":103,"tag":133,"props":1934,"children":1936},{"id":1935},"internationalization-i18n",[1937],{"type":109,"value":1938},"Internationalization (i18n)",{"type":103,"tag":112,"props":1940,"children":1941},{},[1942,1944,1950,1952,1958],{"type":109,"value":1943},"Uses Fumadocs' language-aware routing with ",{"type":103,"tag":169,"props":1945,"children":1947},{"className":1946},[],[1948],{"type":109,"value":1949},"[lang]",{"type":109,"value":1951}," URL segments. Default language has no prefix; others get prefix (e.g., ",{"type":103,"tag":169,"props":1953,"children":1955},{"className":1954},[],[1956],{"type":109,"value":1957},"\u002Fcn\u002Fdocs\u002Fgetting-started",{"type":109,"value":1959},").",{"type":103,"tag":112,"props":1961,"children":1962},{},[1963,1965,1971,1973,1979,1981,1987],{"type":109,"value":1964},"File naming: ",{"type":103,"tag":169,"props":1966,"children":1968},{"className":1967},[],[1969],{"type":109,"value":1970},"getting-started.mdx",{"type":109,"value":1972}," (en), ",{"type":103,"tag":169,"props":1974,"children":1976},{"className":1975},[],[1977],{"type":109,"value":1978},"getting-started.cn.mdx",{"type":109,"value":1980}," (cn), ",{"type":103,"tag":169,"props":1982,"children":1984},{"className":1983},[],[1985],{"type":109,"value":1986},"getting-started.fr.mdx",{"type":109,"value":1988}," (fr).",{"type":103,"tag":112,"props":1990,"children":1991},{},[1992,1994],{"type":109,"value":1993},"Auto-translate: ",{"type":103,"tag":169,"props":1995,"children":1997},{"className":1996},[],[1998],{"type":109,"value":1999},"pnpm translate [--pattern \"path\u002F**\u002F*.mdx\"] [--config file.tsx] [--url \"api-url\"]",{"type":103,"tag":133,"props":2001,"children":2003},{"id":2002},"rss-feed",[2004],{"type":109,"value":2005},"RSS Feed",{"type":103,"tag":112,"props":2007,"children":2008},{},[2009,2011,2017,2019,2024,2026,2032,2034,2040],{"type":109,"value":2010},"Auto-generated at ",{"type":103,"tag":169,"props":2012,"children":2014},{"className":2013},[],[2015],{"type":109,"value":2016},"\u002Frss.xml",{"type":109,"value":2018},". Requires ",{"type":103,"tag":169,"props":2020,"children":2022},{"className":2021},[],[2023],{"type":109,"value":301},{"type":109,"value":2025}," and ",{"type":103,"tag":169,"props":2027,"children":2029},{"className":2028},[],[2030],{"type":109,"value":2031},"title",{"type":109,"value":2033}," export. Customize via frontmatter ",{"type":103,"tag":169,"props":2035,"children":2037},{"className":2036},[],[2038],{"type":109,"value":2039},"lastModified: 2025-11-12",{"type":109,"value":124},{"type":103,"tag":133,"props":2042,"children":2044},{"id":2043},"md-extension-raw-markdown",[2045],{"type":109,"value":2046},".md Extension (Raw Markdown)",{"type":103,"tag":112,"props":2048,"children":2049},{},[2050,2052,2058,2060,2066],{"type":109,"value":2051},"Append ",{"type":103,"tag":169,"props":2053,"children":2055},{"className":2054},[],[2056],{"type":109,"value":2057},".md",{"type":109,"value":2059}," or ",{"type":103,"tag":169,"props":2061,"children":2063},{"className":2062},[],[2064],{"type":109,"value":2065},".mdx",{"type":109,"value":2067}," to any URL to get raw Markdown. Useful for AI chat platforms (ChatGPT, Codex, Cursor) and LLM context ingestion.",{"type":103,"tag":133,"props":2069,"children":2071},{"id":2070},"llmstxt",[2072],{"type":109,"value":76},{"type":103,"tag":112,"props":2074,"children":2075},{},[2076,2078,2084],{"type":109,"value":2077},"Endpoint at ",{"type":103,"tag":169,"props":2079,"children":2081},{"className":2080},[],[2082],{"type":109,"value":2083},"\u002Fllms.txt",{"type":109,"value":2085}," returns ALL documentation as plain Markdown in a single response. Follows the llms.txt standard.",{"type":103,"tag":133,"props":2087,"children":2089},{"id":2088},"ask-ai",[2090],{"type":109,"value":2091},"Ask AI",{"type":103,"tag":112,"props":2093,"children":2094},{},[2095,2097,2103,2105,2111,2113,2119,2120,2126],{"type":109,"value":2096},"AI chat assistant using ",{"type":103,"tag":169,"props":2098,"children":2100},{"className":2099},[],[2101],{"type":109,"value":2102},"openai\u002Fgpt-4.1-mini",{"type":109,"value":2104}," via Vercel AI Gateway. Features: ",{"type":103,"tag":169,"props":2106,"children":2108},{"className":2107},[],[2109],{"type":109,"value":2110},"search_docs",{"type":109,"value":2112}," tool, source citations, IndexedDB chat history, suggested prompts, file\u002Fimage upload, Markdown rendering. Access via navbar button or ",{"type":103,"tag":169,"props":2114,"children":2116},{"className":2115},[],[2117],{"type":109,"value":2118},"⌘I",{"type":109,"value":1542},{"type":103,"tag":169,"props":2121,"children":2123},{"className":2122},[],[2124],{"type":109,"value":2125},"Ctrl+I",{"type":109,"value":124},{"type":103,"tag":133,"props":2128,"children":2130},{"id":2129},"open-in-chat",[2131],{"type":109,"value":2132},"Open in Chat",{"type":103,"tag":112,"props":2134,"children":2135},{},[2136],{"type":109,"value":2137},"Button in ToC sidebar opens docs page in external AI platforms (Cursor, v0, ChatGPT, Codex).",{"type":103,"tag":126,"props":2139,"children":2141},{"id":2140},"deployment",[2142],{"type":109,"value":2143},"Deployment",{"type":103,"tag":2145,"props":2146,"children":2147},"ol",{},[2148,2153,2158,2177,2194],{"type":103,"tag":144,"props":2149,"children":2150},{},[2151],{"type":109,"value":2152},"Push to GitHub",{"type":103,"tag":144,"props":2154,"children":2155},{},[2156],{"type":109,"value":2157},"Import at vercel.com\u002Fnew → select repo",{"type":103,"tag":144,"props":2159,"children":2160},{},[2161,2163,2169,2171],{"type":109,"value":2162},"Framework: Next.js (auto-detected), Build: ",{"type":103,"tag":169,"props":2164,"children":2166},{"className":2165},[],[2167],{"type":109,"value":2168},"pnpm build",{"type":109,"value":2170},", Output: ",{"type":103,"tag":169,"props":2172,"children":2174},{"className":2173},[],[2175],{"type":109,"value":2176},".next",{"type":103,"tag":144,"props":2178,"children":2179},{},[2180,2182,2187,2188,2193],{"type":109,"value":2181},"Add environment variables (",{"type":103,"tag":169,"props":2183,"children":2185},{"className":2184},[],[2186],{"type":109,"value":284},{"type":109,"value":1888},{"type":103,"tag":169,"props":2189,"children":2191},{"className":2190},[],[2192],{"type":109,"value":301},{"type":109,"value":371},{"type":103,"tag":144,"props":2195,"children":2196},{},[2197],{"type":109,"value":2198},"Deploy",{"type":103,"tag":126,"props":2200,"children":2202},{"id":2201},"key-commands",[2203],{"type":109,"value":2204},"Key Commands",{"type":103,"tag":246,"props":2206,"children":2207},{},[2208,2223],{"type":103,"tag":250,"props":2209,"children":2210},{},[2211],{"type":103,"tag":254,"props":2212,"children":2213},{},[2214,2219],{"type":103,"tag":258,"props":2215,"children":2216},{},[2217],{"type":109,"value":2218},"Command",{"type":103,"tag":258,"props":2220,"children":2221},{},[2222],{"type":109,"value":267},{"type":103,"tag":269,"props":2224,"children":2225},{},[2226,2243,2260,2276],{"type":103,"tag":254,"props":2227,"children":2228},{},[2229,2238],{"type":103,"tag":276,"props":2230,"children":2231},{},[2232],{"type":103,"tag":169,"props":2233,"children":2235},{"className":2234},[],[2236],{"type":109,"value":2237},"npx @vercel\u002Fgeistdocs init",{"type":103,"tag":276,"props":2239,"children":2240},{},[2241],{"type":109,"value":2242},"Create new project",{"type":103,"tag":254,"props":2244,"children":2245},{},[2246,2255],{"type":103,"tag":276,"props":2247,"children":2248},{},[2249],{"type":103,"tag":169,"props":2250,"children":2252},{"className":2251},[],[2253],{"type":109,"value":2254},"pnpm dev",{"type":103,"tag":276,"props":2256,"children":2257},{},[2258],{"type":109,"value":2259},"Start dev server",{"type":103,"tag":254,"props":2261,"children":2262},{},[2263,2271],{"type":103,"tag":276,"props":2264,"children":2265},{},[2266],{"type":103,"tag":169,"props":2267,"children":2269},{"className":2268},[],[2270],{"type":109,"value":2168},{"type":103,"tag":276,"props":2272,"children":2273},{},[2274],{"type":109,"value":2275},"Production build",{"type":103,"tag":254,"props":2277,"children":2278},{},[2279,2288],{"type":103,"tag":276,"props":2280,"children":2281},{},[2282],{"type":103,"tag":169,"props":2283,"children":2285},{"className":2284},[],[2286],{"type":109,"value":2287},"pnpm translate",{"type":103,"tag":276,"props":2289,"children":2290},{},[2291],{"type":109,"value":2292},"Auto-translate content",{"type":103,"tag":126,"props":2294,"children":2296},{"id":2295},"official-documentation",[2297],{"type":109,"value":2298},"Official Documentation",{"type":103,"tag":140,"props":2300,"children":2301},{},[2302,2313,2321,2330,2339],{"type":103,"tag":144,"props":2303,"children":2304},{},[2305],{"type":103,"tag":2306,"props":2307,"children":2310},"a",{"href":44,"rel":2308},[2309],"nofollow",[2311],{"type":109,"value":2312},"Geistdocs Docs",{"type":103,"tag":144,"props":2314,"children":2315},{},[2316],{"type":103,"tag":2306,"props":2317,"children":2319},{"href":45,"rel":2318},[2309],[2320],{"type":109,"value":131},{"type":103,"tag":144,"props":2322,"children":2323},{},[2324],{"type":103,"tag":2306,"props":2325,"children":2327},{"href":46,"rel":2326},[2309],[2328],{"type":109,"value":2329},"Configuration",{"type":103,"tag":144,"props":2331,"children":2332},{},[2333],{"type":103,"tag":2306,"props":2334,"children":2336},{"href":47,"rel":2335},[2309],[2337],{"type":109,"value":2338},"Syntax Reference",{"type":103,"tag":144,"props":2340,"children":2341},{},[2342],{"type":103,"tag":2306,"props":2343,"children":2345},{"href":48,"rel":2344},[2309],[2346],{"type":109,"value":2347},"GitHub Repository",{"type":103,"tag":2349,"props":2350,"children":2351},"style",{},[2352],{"type":109,"value":2353},"html .light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html.light .shiki span {color: var(--shiki-light);background: var(--shiki-light-bg);font-style: var(--shiki-light-font-style);font-weight: var(--shiki-light-font-weight);text-decoration: var(--shiki-light-text-decoration);}html .default .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .shiki span {color: var(--shiki-default);background: var(--shiki-default-bg);font-style: var(--shiki-default-font-style);font-weight: var(--shiki-default-font-weight);text-decoration: var(--shiki-default-text-decoration);}html .dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}html.dark .shiki span {color: var(--shiki-dark);background: var(--shiki-dark-bg);font-style: var(--shiki-dark-font-style);font-weight: var(--shiki-dark-font-weight);text-decoration: var(--shiki-dark-text-decoration);}",{"items":2355,"total":2473},[2356,2375,2391,2403,2423,2441,2461],{"slug":2357,"name":2357,"fn":2358,"description":2359,"org":2360,"tags":2361,"stars":28,"repoUrl":29,"updatedAt":2374},"accessibility-and-inclusive-visualization","make data visualizations accessible","Make data visualizations accessible and inclusive. Use when the user needs chart or diagram accessibility guidance, text alternatives for complex visuals, color and contrast review, keyboard support, reduced-motion behavior for animation or parallax, or an accessibility QA workflow for exported figures, UML-like diagrams, and dashboards.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2362,2365,2368,2371],{"name":2363,"slug":2364,"type":15},"Accessibility","accessibility",{"name":2366,"slug":2367,"type":15},"Charts","charts",{"name":2369,"slug":2370,"type":15},"Data Visualization","data-visualization",{"name":2372,"slug":2373,"type":15},"Design","design","2026-06-30T19:00:57.102",{"slug":2376,"name":2376,"fn":2377,"description":2378,"org":2379,"tags":2380,"stars":28,"repoUrl":29,"updatedAt":2390},"agent-browser","automate browser interactions for agents","Browser automation CLI for AI agents. Use when the user needs to interact with websites, verify dev server output, test web apps, navigate pages, fill forms, click buttons, take screenshots, extract data, or automate any browser task. Also triggers when a dev server starts so you can verify it visually.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2381,2384,2387],{"name":2382,"slug":2383,"type":15},"Agents","agents",{"name":2385,"slug":2386,"type":15},"Browser Automation","browser-automation",{"name":2388,"slug":2389,"type":15},"Testing","testing","2026-04-06T18:41:03.44016",{"slug":2392,"name":2392,"fn":2393,"description":2394,"org":2395,"tags":2396,"stars":28,"repoUrl":29,"updatedAt":2402},"agent-browser-verify","verify dev server output with automated browser","Automated browser verification for dev servers. Triggers when a dev server starts to run a visual gut-check with agent-browser — verifies the page loads, checks for console errors, validates key UI elements, and reports pass\u002Ffail before continuing.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2397,2398,2401],{"name":2385,"slug":2386,"type":15},{"name":2399,"slug":2400,"type":15},"Local Development","local-development",{"name":2388,"slug":2389,"type":15},"2026-04-06T18:41:17.526867",{"slug":2404,"name":2404,"fn":2405,"description":2406,"org":2407,"tags":2408,"stars":28,"repoUrl":29,"updatedAt":2422},"agents-sdk","build AI agents on Cloudflare Workers","Build AI agents on Cloudflare Workers using the Agents SDK. Load when creating stateful agents, durable workflows, real-time WebSocket apps, scheduled tasks, MCP servers, or chat applications. Covers Agent class, state management, callable RPC, Workflows integration, and React hooks. Biases towards retrieval from Cloudflare docs over pre-trained knowledge.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2409,2410,2413,2416,2419],{"name":2382,"slug":2383,"type":15},{"name":2411,"slug":2412,"type":15},"Cloudflare Workers","cloudflare-workers",{"name":2414,"slug":2415,"type":15},"SDK","sdk",{"name":2417,"slug":2418,"type":15},"Serverless","serverless",{"name":2420,"slug":2421,"type":15},"WebSockets","websockets","2026-04-06T18:39:51.717063",{"slug":2424,"name":2424,"fn":2425,"description":2426,"org":2427,"tags":2428,"stars":28,"repoUrl":29,"updatedAt":2440},"ai-elements","build chat UIs with AI Elements","AI Elements component library guidance — pre-built React components for AI interfaces built on shadcn\u002Fui. Use when building chat UIs, message displays, tool call rendering, streaming responses, reasoning panels, or any AI-native interface with the AI SDK.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2429,2430,2433,2436,2439],{"name":26,"slug":27,"type":15},{"name":2431,"slug":2432,"type":15},"React","react",{"name":2434,"slug":2435,"type":15},"shadcn\u002Fui","shadcn-ui",{"name":2437,"slug":2438,"type":15},"UI Components","ui-components",{"name":13,"slug":14,"type":15},"2026-04-06T18:40:59.619419",{"slug":2442,"name":2442,"fn":2443,"description":2444,"org":2445,"tags":2446,"stars":28,"repoUrl":29,"updatedAt":2460},"ai-gateway","configure Vercel AI Gateway","Vercel AI Gateway expert guidance. Use when configuring model routing, provider failover, cost tracking, or managing multiple AI providers through a unified API.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2447,2450,2453,2456,2459],{"name":2448,"slug":2449,"type":15},"AI Infrastructure","ai-infrastructure",{"name":2451,"slug":2452,"type":15},"Cost Optimization","cost-optimization",{"name":2454,"slug":2455,"type":15},"LLM","llm",{"name":2457,"slug":2458,"type":15},"Performance","performance",{"name":13,"slug":14,"type":15},"2026-04-06T18:40:44.377464",{"slug":2462,"name":2462,"fn":2463,"description":2464,"org":2465,"tags":2466,"stars":28,"repoUrl":29,"updatedAt":2472},"ai-generation-persistence","implement persistence patterns for AI generations","AI generation persistence patterns — unique IDs, addressable URLs, database storage, and cost tracking for every LLM generation",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2467,2468,2471],{"name":2451,"slug":2452,"type":15},{"name":2469,"slug":2470,"type":15},"Database","database",{"name":2454,"slug":2455,"type":15},"2026-04-06T18:41:08.513425",600,{"items":2475,"total":2668},[2476,2497,2520,2537,2553,2568,2587,2599,2613,2625,2637,2652],{"slug":2477,"name":2477,"fn":2478,"description":2479,"org":2480,"tags":2481,"stars":2494,"repoUrl":2495,"updatedAt":2496},"prior-auth-packet-builder","build healthcare prior authorization packets","Build a concise prior authorization packet from local case files and payer policy docs.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2482,2485,2488,2491],{"name":2483,"slug":2484,"type":15},"Documents","documents",{"name":2486,"slug":2487,"type":15},"Healthcare","healthcare",{"name":2489,"slug":2490,"type":15},"Insurance","insurance",{"name":2492,"slug":2493,"type":15},"Regulatory Compliance","regulatory-compliance",28169,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fopenai-agents-python","2026-04-16T05:11:39.180399",{"slug":2498,"name":2498,"fn":2499,"description":2500,"org":2501,"tags":2502,"stars":2517,"repoUrl":2518,"updatedAt":2519},"aspnet-core","build ASP.NET Core web applications","Build, review, refactor, or architect ASP.NET Core web applications using current official guidance for .NET web development. Use when working on Blazor Web Apps, Razor Pages, MVC, Minimal APIs, controller-based Web APIs, SignalR, gRPC, middleware, dependency injection, configuration, authentication, authorization, testing, performance, deployment, or ASP.NET Core upgrades.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2503,2506,2508,2511,2514],{"name":2504,"slug":2505,"type":15},".NET","dotnet",{"name":2507,"slug":2498,"type":15},"ASP.NET Core",{"name":2509,"slug":2510,"type":15},"Blazor","blazor",{"name":2512,"slug":2513,"type":15},"C#","csharp",{"name":2515,"slug":2516,"type":15},"Web Development","web-development",23787,"https:\u002F\u002Fgithub.com\u002Fopenai\u002Fskills","2026-04-12T05:07:02.819491",{"slug":2521,"name":2521,"fn":2522,"description":2523,"org":2524,"tags":2525,"stars":2517,"repoUrl":2518,"updatedAt":2536},"chatgpt-apps","build ChatGPT Apps SDK applications","Build, scaffold, refactor, and troubleshoot ChatGPT Apps SDK applications that combine an MCP server and widget UI. Use when Codex needs to design tools, register UI resources, wire the MCP Apps bridge or ChatGPT compatibility APIs, apply Apps SDK metadata or CSP or domain settings, or produce a docs-aligned project scaffold. Prefer a docs-first workflow by invoking the openai-docs skill or OpenAI developer docs MCP tools before generating code.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2526,2529,2532,2535],{"name":2527,"slug":2528,"type":15},"Apps SDK","apps-sdk",{"name":2530,"slug":2531,"type":15},"ChatGPT","chatgpt",{"name":2533,"slug":2534,"type":15},"MCP","mcp",{"name":9,"slug":8,"type":15},"2026-04-12T05:07:05.468097",{"slug":2538,"name":2538,"fn":2539,"description":2540,"org":2541,"tags":2542,"stars":2517,"repoUrl":2518,"updatedAt":2552},"cli-creator","build CLIs from API docs","Build a composable CLI for Codex from API docs, an OpenAPI spec, existing curl examples, an SDK, a web app, an admin tool, or a local script. Use when the user wants Codex to create a command-line tool that can run from any repo, expose composable read\u002Fwrite commands, return stable JSON, manage auth, and pair with a companion skill.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2543,2546,2549],{"name":2544,"slug":2545,"type":15},"API Development","api-development",{"name":2547,"slug":2548,"type":15},"CLI","cli",{"name":2550,"slug":2551,"type":15},"Codex","codex","2026-04-12T05:07:04.132762",{"slug":2554,"name":2554,"fn":2555,"description":2556,"org":2557,"tags":2558,"stars":2517,"repoUrl":2518,"updatedAt":2567},"cloudflare-deploy","deploy projects to Cloudflare","Deploy applications and infrastructure to Cloudflare using Workers, Pages, and related platform services. Use when the user asks to deploy, host, publish, or set up a project on Cloudflare.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2559,2562,2565,2566],{"name":2560,"slug":2561,"type":15},"Cloudflare","cloudflare",{"name":2563,"slug":2564,"type":15},"Cloudflare Pages","cloudflare-pages",{"name":2411,"slug":2412,"type":15},{"name":2143,"slug":2140,"type":15},"2026-04-12T05:07:14.275118",{"slug":2569,"name":2569,"fn":2570,"description":2571,"org":2572,"tags":2573,"stars":2517,"repoUrl":2518,"updatedAt":2586},"define-goal","define and set measurable project goals","Help the user define a concrete, measurable goal before starting work, especially when they ask to use the goal tool, create a goal, set an objective, clarify success criteria, or turn a fuzzy intention into a quantitative outcome. Use this skill for goal creation and goal refinement only; it does not manage durable snapshots, decision logs, or long-running execution artifacts.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2574,2577,2580,2583],{"name":2575,"slug":2576,"type":15},"Productivity","productivity",{"name":2578,"slug":2579,"type":15},"Project Management","project-management",{"name":2581,"slug":2582,"type":15},"Strategy","strategy",{"name":2584,"slug":2585,"type":15},"Task Management","task-management","2026-05-23T06:17:16.870838",{"slug":2588,"name":2588,"fn":2589,"description":2590,"org":2591,"tags":2592,"stars":2517,"repoUrl":2518,"updatedAt":2598},"figma","translate Figma designs into code","Use the Figma MCP server to fetch design context, screenshots, variables, and assets from Figma, and to translate Figma nodes into production code. Trigger when a task involves Figma URLs, node IDs, design-to-code implementation, or Figma MCP setup and troubleshooting.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2593,2594,2596,2597],{"name":2372,"slug":2373,"type":15},{"name":2595,"slug":2588,"type":15},"Figma",{"name":26,"slug":27,"type":15},{"name":2533,"slug":2534,"type":15},"2026-04-12T05:06:47.939943",{"slug":2600,"name":2600,"fn":2601,"description":2602,"org":2603,"tags":2604,"stars":2517,"repoUrl":2518,"updatedAt":2612},"figma-code-connect-components","connect Figma designs to code components","Connects Figma design components to code components using Code Connect mapping tools. Use when user says \"code connect\", \"connect this component to code\", \"map this component\", \"link component to code\", \"create code connect mapping\", or wants to establish mappings between Figma designs and code implementations. For canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2605,2606,2609,2610,2611],{"name":2372,"slug":2373,"type":15},{"name":2607,"slug":2608,"type":15},"Design System","design-system",{"name":2595,"slug":2588,"type":15},{"name":26,"slug":27,"type":15},{"name":2437,"slug":2438,"type":15},"2026-05-10T05:59:52.971881",{"slug":2614,"name":2614,"fn":2615,"description":2616,"org":2617,"tags":2618,"stars":2517,"repoUrl":2518,"updatedAt":2624},"figma-create-design-system-rules","generate design system rules from Figma","Generates custom design system rules for the user's codebase. Use when user says \"create design system rules\", \"generate rules for my project\", \"set up design rules\", \"customize design system guidelines\", or wants to establish project-specific conventions for Figma-to-code workflows. Requires Figma MCP server connection.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2619,2620,2621,2622,2623],{"name":2372,"slug":2373,"type":15},{"name":2607,"slug":2608,"type":15},{"name":20,"slug":21,"type":15},{"name":2595,"slug":2588,"type":15},{"name":26,"slug":27,"type":15},"2026-05-16T06:07:47.821474",{"slug":2626,"name":2626,"fn":2627,"description":2628,"org":2629,"tags":2630,"stars":2517,"repoUrl":2518,"updatedAt":2636},"figma-implement-design","translate Figma designs into application code","Translates Figma designs into production-ready application code with 1:1 visual fidelity. Use when implementing UI code from Figma files, when user mentions \"implement design\", \"generate code\", \"implement component\", provides Figma URLs, or asks to build components matching Figma specs. For Figma canvas writes via `use_figma`, use `figma-use`.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2631,2632,2633,2634,2635],{"name":2372,"slug":2373,"type":15},{"name":2595,"slug":2588,"type":15},{"name":26,"slug":27,"type":15},{"name":2437,"slug":2438,"type":15},{"name":2515,"slug":2516,"type":15},"2026-05-16T06:07:40.583615",{"slug":2638,"name":2638,"fn":2639,"description":2640,"org":2641,"tags":2642,"stars":2517,"repoUrl":2518,"updatedAt":2651},"hatch-pet","create animated pets for Codex","Create, repair, validate, visually QA, and package Codex-compatible animated pets and pet spritesheets from character art, generated images, company or prospect brand cues, or visual references. Use when a user wants a lightweight-worker Codex pet workflow, a non-pixel custom pet style, a prospect or company mascot pet, or a full 8x9 animated pet atlas with transparent unused cells, QA contact sheets, and pet.json packaging. This skill composes the installed $imagegen system skill for visual generation and uses bundled scripts for deterministic spritesheet assembly.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2643,2646,2647,2650],{"name":2644,"slug":2645,"type":15},"Animation","animation",{"name":2550,"slug":2551,"type":15},{"name":2648,"slug":2649,"type":15},"Creative","creative",{"name":2372,"slug":2373,"type":15},"2026-05-02T05:31:48.48485",{"slug":2653,"name":2653,"fn":2654,"description":2655,"org":2656,"tags":2657,"stars":2517,"repoUrl":2518,"updatedAt":2667},"imagegen","generate and edit raster images","Generate or edit raster images when the task benefits from AI-created bitmap visuals such as photos, illustrations, textures, sprites, mockups, or transparent-background cutouts. Use when Codex should create a brand-new image, transform an existing image, or derive visual variants from references, and the output should be a bitmap asset rather than repo-native code or vector. Do not use when the task is better handled by editing existing SVG\u002Fvector\u002Fcode-native assets, extending an established icon or logo system, or building the visual directly in HTML\u002FCSS\u002Fcanvas.",{"slug":8,"name":9,"logoUrl":10,"githubOrg":8},[2658,2659,2660,2663,2666],{"name":2648,"slug":2649,"type":15},{"name":2372,"slug":2373,"type":15},{"name":2661,"slug":2662,"type":15},"Image Generation","image-generation",{"name":2664,"slug":2665,"type":15},"Images","images",{"name":9,"slug":8,"type":15},"2026-05-15T06:23:24.312127",675]