Skip to content

Latest commit

 

History

History

README.md

VeltoKit documentation site

Docusaurus 3 — English docs only. Other languages via Google Translate (navbar dropdown).

Run locally

npm install
npm run start          # http://localhost:3000/veltokit/
npm run start:prod     # build + serve (production-like)

Important: baseUrl is /veltokit/ — open http://localhost:3000/veltokit/, not bare localhost:3000.

Deploy: push to main (.github/workflows/deploy-website.yml) or npm run deploy.

Documentation tree

docs/
  intro.mdx · demo.mdx · quick-start.md · getting-started.md · …
  sdk/ · examples/

Edit content in docs/. Run npm run build before deploy (onBrokenLinks: throw).

Search

Local full-text search is enabled via @easyops-cn/docusaurus-search-local (navbar search box, ⌘K / Ctrl+K).

AI skills (Cursor / Claude)

Downloadable prompt files and setup notes:

Translation

  • Docs are maintained in English.
  • Translate in the navbar uses Google Translate (machine translation; code/API names stay in English).
  • Old /pl/... URLs redirect to the English pages.

Related