Public documentation site for Lendwise — product guide, GraphQL API reference, research, and Learn (educational articles). Built with VitePress.
pnpm install
pnpm dev # http://localhost:5173
pnpm build # static build → .vitepress/dist
pnpm preview # serve the built site locally.vitepress/config.ts site config: nav, sidebar, search, theme
index.md home (hero + features)
guide/ what-is-lendwise · getting-started · optimization · methodology
api/ GraphQL API overview + schema & queries
research/ research paper landing (fill in the PDF + abstract)
learn/ Lendwise Learn — educational posts
public/ logo.svg, favicon.svg, and any PDFs/images
- Learn post: add
learn/my-post.mdwith frontmatter (title,description), then link it from the sidebar in.vitepress/config.ts. - Guide page: add under
guide/and register in the sidebar. - Research PDF: drop it in
public/and link as/your-file.pdf.
Import the repo as a new Vercel project. Vercel auto-detects VitePress:
- Build command:
vitepress build(orpnpm build) - Output directory:
.vitepress/dist - No
vercel.jsonneeded.
Suggested domain: docs.lendwise.fi.
pnpm 11 note: native-build approval for esbuild lives in pnpm-workspace.yaml (allowBuilds:), not package.json.