Source for the Supervertaler Workbench help documentation, published at help.supervertaler.com.
Built with VitePress. Deployed automatically to GitHub Pages on every push to main.
70 pages covering:
- Get Started (installation, quick start, first project, API keys)
- Editor (translation grid, navigation, filtering, shortcuts, segment statuses)
- AI Translation (providers, prompts, batch translation, Ollama)
- Glossaries & TermLens
- Translation Memory (fuzzy matching, SuperMemory, TMX import)
- Import & Export (DOCX, TXT, bilingual tables, multi-file projects)
- SuperLookup (TM search, glossary search, MT, web resources)
- CAT Tool Integration (Trados, memoQ, CafeTran, Phrase)
- Quality Assurance (spellcheck, tag validation, non-translatables)
- Tools (AutoFingers, Voice Commands, TMX Editor, PDF Rescue)
- Settings, Troubleshooting, Reference
npm install
npm run devThe dev server starts at http://localhost:5173 with hot reload.
npm run buildOutput is written to docs/.vitepress/dist/.
npm run previewAll documentation lives in docs/ as plain Markdown files. The sidebar structure is defined in docs/.vitepress/config.mjs.
To add a new page:
- Create a
.mdfile in the appropriate folder underdocs/ - Add an entry to the
sidebararray inconfig.mjs - Push to
main— the site updates automatically within ~1 minute
Custom theme and CSS are in docs/.vitepress/theme/. The site uses the Geist font family and a purple brand colour scheme matching the Supervertaler product.
- Supervertaler Workbench — the main app repo
- Supervertaler for Trados — Trados Studio plugin
- Supervertaler for Trados Help — help docs for the plugin