Files
gitea-pages/Readme.md
foiera 43df6c0dd7
All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 21s
Readme.md aktualisiert
2025-09-03 16:47:07 +02:00

23 lines
722 B
Markdown

---
search:
exclude: true
---
# Overview
This is the collection of Control Systems related documentation.
The documentation is build via a gitea action (gitea-pages) and the content is accessible at: https://controls.pages.psi.ch
To change stuff, simply edit the the Markdown and/or rst files and push to the git repository. The rendered page will update a few seconds (up to a minute) afterwards (Don't forget to refresh your browser cache for the page!).
> Ideally convert the .rst files you touch to Markdown!
# Administration
Build required docker image:
```bash
docker build --platform linux/x86_64 -t container.psi.ch/linux-infra/documentation .
docker push container.psi.ch/linux-infra/documentation
```