Why migrate to an open-source stack instead of another vendor platform?
An open-source stack removes the exit cost. Your documentation becomes Markdown in a Git repository you control, so changing hosts, themes or tools later is a normal engineering task rather than a renegotiation. Proprietary platforms keep the content in their own format, and their export usually returns the wrapper HTML from the editor instead of clean source you can reuse.
Why Docusaurus?
Docusaurus is the default because it is open source, reads Markdown and MDX, ships versioning and internationalisation, builds to static files with no server to run, and any React developer on your team can already read it. This site runs on it. If a different open-source generator fits your stack better, that is a scoping conversation rather than a refusal.
Who owns the repository and the content?
You own the content and the final deliverables in full once the project is paid. voix keeps rights only to its own pre-existing tools, templates and know-how, which are reusable across clients and are never a licence you have to keep paying for. The finished project lives in your own Git account or hosting, not behind a voix login.
Can we host the documentation on our own infrastructure?
Yes. A Docusaurus build is a folder of static HTML, CSS and JavaScript, so it runs on your own servers, on an internal network, or on any static host such as GitHub Pages, Netlify or Cloudflare Pages. There is no voix-hosted component and no platform licence, so the only running cost is whatever your chosen host charges, billed directly to you.
What happens if we want to stop working with voix?
You keep everything, and nothing stops working. The documentation is Markdown in your repository, the publishing pipeline is standard CI/CD configuration, and the platform is open source, so another team or another vendor can pick it up without an export request or a second migration project. Handoff is built for exactly that: templates, authoring standards and a written playbook ship with the site.