Contribute to the docs
Pages live in src/pages (Vocs / MDX). The old Fumadocs tree under content/docs is an archive — do not add new pages there.
pnpm install
pnpm dev # 127.0.0.1:5173
pnpm check # links, stubs, empty pages, scaffolds
pnpm build # full-static → out/ for S3Writing
- One idea per page. Link to concepts instead of restating them.
- Public RPC is
https://rpc.terp.network. Testnet chain ID is120u-1. - Prefer
terp.network/getover ad-hocgit clonein quickstarts. - New ADRs stay in
drafts/adrs/until accepted. Only ADR 1 is published.
Diagrams still to draw
Unbuilt visuals are marked in MDX as scaffolds. Inventory and how to label them: Scaffold inventory.
pnpm check-scaffolds --label --writePRs
- Branch from the docs repo
pnpm checkclean (or explain remaining stubs)- Keep the static build (
out/index.html) in mind — no server-only widgets