This folder contains the VitePress documentation website for the Toolost JavaScript and TypeScript SDK.
- Install dependencies:
pnpm install
- Start the docs dev server:
pnpm dev
- Open the local URL shown in the terminal.
.vitepress/- VitePress configuration and theme filesen/- English docs contentde/- German docs contentpublic/- static assets for docs pages
- Keep English and German pages aligned whenever possible.
- Use clear headings and runnable code snippets.
- Prefer internal relative links for docs navigation.
- Verify the site builds before opening a pull request.
See CONTRIBUTING.md for docs-specific workflow notes.