docs: add initial Mediary user guide

This commit is contained in:
2026-08-01 10:10:28 +02:00
commit a915c44d49
20 changed files with 511 additions and 0 deletions
+34
View File
@@ -0,0 +1,34 @@
# Mediary User Guide
Publieke gebruikershandleiding voor Mediary, bedoeld voor publicatie op `https://docs.mediary.nl`.
Deze repository bevat uitsluitend eindgebruikersdocumentatie. Installatie- en beheerhandleidingen horen niet op de publieke documentatiesite.
## Lokaal ontwikkelen
Vereisten:
- Node.js 22 of nieuwer
- npm
```bash
npm install
npm run dev
```
## Controleren en bouwen
```bash
npm run check
npm run build
```
De statische website wordt naar `dist/` gebouwd.
## Inhoud
Documentatiepagina's staan in `src/content/docs/` en worden geschreven in Markdown of MDX.
## Publicatie
De productiebuild is een statische website. Serveer de inhoud van `dist/` via de webserver achter `docs.mediary.nl`.