Skip to content

Getting Started

Add a new page

  1. Create a Markdown file inside docs/.
  2. Add it to nav in mkdocs.yml.
  3. Add a German translation with the .de.md suffix if needed.

Linking

Use standard Markdown links or wiki-style links:

  • [Setup](setup.md)
  • [[Getting Started]]

Build

mkdocs build

Serve locally

docker compose up --build