# 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 ```