15 lines
404 B
Markdown
15 lines
404 B
Markdown
|
|
---
|
||
|
|
name: docs
|
||
|
|
kind: static-site
|
||
|
|
status: in-use
|
||
|
|
host: makerfloss.eu
|
||
|
|
url: https://docs.makerfloss.eu
|
||
|
|
upstream: https://www.mkdocs.org
|
||
|
|
tech: MkDocs Material
|
||
|
|
tls: letsencrypt
|
||
|
|
---
|
||
|
|
|
||
|
|
## Notes
|
||
|
|
|
||
|
|
Public-facing documentation site. Built from this repo's `docs/` tree on every push to `main` by the Forgejo Actions runner (`.forgejo/workflows/docs.yml`), then rsynced to the VPS and served by nginx behind Traefik.
|