All checks were successful
Build and Deploy Documentation / build-and-deploy (push) Successful in 21s
23 lines
722 B
Markdown
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
|
|
```
|