This repo will replace the current zammad.org with the with a single landing page from where users can jump to different sections as well as to related sites.
It contains the new documentation system which is based on Vitepress. Their documentation can be found here.
- Clone this repository.
- Install dependencies via
pnpm install --frozen-lockfile
. - Get the dev system running via
pnpm dev
and access it athttp://localhost:5173
. - To build the output for production, use
pnpm build
. The build can be located under/dist
, andpnpm preview
used to serve it athttp://localhost:4173/
.
Only the content in src/en/
directory and child directories should be modified.
The content in other language directories is auto-generated. Please submit
your translations via Weblate and they will
be automatically applied.
- Before pushing your changes, make sure to update the translation catalog by
executing
pnpm i18n
. - Make sure to change the english source files only. All other languages are automatically built based on the translation from Weblate.