Welcome to the documentation source for Resonix.
This docs
folder contains the multilingual (currently en
and de
) content for the site built with VitePress.
- Install dependencies (uses
pnpm
):pnpm install pnpm dev
- Open the local dev URL printed in the terminal.
.vitepress/
– VitePress config & theme overridesen/
/de/
– English & German contentLICENSE
– License for documentation content
Please read CONTRIBUTING.md in this folder. In short:
- For substantial structural/content changes, open an issue first.
- Keep language parity: when adding or changing an English page, create/update the German counterpart (or add a TODO note inside it).
- Use inclusive language and concise examples.
- Prefer relative links; avoid absolute GitHub URLs unless necessary.
- Update the English page.
- Duplicate to
de/
and translate. - If translation will follow later, add at the top:
> :warning: This page is pending translation. Contributions welcome!
- Open a PR referencing the issue (if any).
All documentation content is licensed under the same license as the main project.
BSD-3-Clause
Please open an issue in the main repository for suggestions, typos, or structural improvements.