Skip to content

zwoo-hq/docs-de

Folders and files

NameName
Last commit message
Last commit date

Latest commit

c49b9fc · Nov 19, 2024
Oct 11, 2024
Oct 12, 2024
Nov 19, 2024
Nov 19, 2024
Oct 31, 2024
Oct 31, 2024
Oct 9, 2024
Oct 6, 2024
Nov 19, 2024
Apr 17, 2024
Apr 23, 2024
Jul 1, 2024
Apr 17, 2024
Oct 11, 2024
Oct 10, 2024

Repository files navigation

Header image

zwoo-hq/docs-de

The official zwoo documentation.

This is the german translation.

This docs site consists of 3 individual vitepress sites for:

  • docs: the genral documentation of the game (with rule references, faq, etc.)
  • api: the zwoo HTTP and WS API
  • dev: docs targeted at zwoo developers

Every site uses the @zwoo/docs-theme custom vitepress theme.

Languages

Language Repo
en zwoo-hq/docs
de this one

Development

Install dependencies

pnpm i

and run the setup script to copy initial common files

pnpm run setup

And run a site:

pnpm run docs:dev or api:dev or dev:dev

To serve a preview use: pnpm run (docs|dev|api):serve

To build a site: pnpm run (docs|dev|api):build

To build all: pnpm run build

Automated build scripts

There are a few build scripts use to automate the build process. They:

  • copy the OpenAPI spec into the out dir
  • create a 'link' to vitepress's localSearchIndex in order to make it accessible from outside to be used in the zwoo frontend.

Language sync

Englisch ist the master language. The documentation will be primarily written in english. All subsequent languages sync the changes via the .github/workflows/sync.yml workflow individually.