This folder contains repository-facing metadata for the rpath documentation site.
The site is built with VitePress and keeps mirrored English and German content in en/ and de/.
bun install
bun run devOpen the local URL printed by VitePress.
.vitepress/- VitePress config and theme overridesen/- English contentde/- German contentpublic/- logo and social preview assetsLICENSE- documentation license
- Keep language parity between
en/andde/. - Prefer concise, task-focused pages with tested command examples.
- Use relative links for internal pages.
- Avoid documenting behavior that is not implemented unless it is clearly marked as roadmap.
Documentation content follows the main project license: MIT.
Please open issues or pull requests in the main repository: