Static documentation framework built with React, Vite, and TypeScript. Markdown authoring, Pagefind search, llms.txt exports, and SEO-friendly static output.
git clone git@github.com:thomasjvu/papers.git
cd papers
npm install
npm run devOpen http://localhost:3333/docs/getting-started/introduction.
| Path | Purpose |
|---|---|
shared/documentation-config.js |
Sidebar, homepage, OpenAPI |
src/docs/content/ |
Markdown pages |
.env.local |
Site name, URL, GitHub metadata |
src/globals.css |
Theme tokens |
themes/ |
Theme packages |
npm run dev
npm run generate:docs
npm run generate:llms
npm run check:docs-tree
npm run build
npm run release:check- FRAMEWORK.md — features and roadmap
- RELEASING.md — release checklist
MIT. See LICENSE.