Source for docs.kiket.dev.
pnpm install
pnpm dev # http://localhost:3001
pnpm build # static export to ./outMDX files live in content/docs/<section>/<page>.mdx. Each page needs frontmatter:
---
title: Page title
description: One-liner shown in search and OG cards.
---Sidebar order comes from meta.json in each folder — list pages in the order they should appear.
Integration, SDK, CLI, MCP, and industry-template pages are generated from their upstream READMEs during prebuild. Edit the upstream repo, not the generated MDX. To add a new source, extend SOURCES in scripts/sync-submodule-readmes.mjs.