Files
gitea-pages/docs/5._Controls_Internal/Workflows/writeDocu.md
T
2026-07-01 11:19:04 +02:00

1.6 KiB

Writing Controls Documentation

Different Types of Docu

The Grand Unified Theoriy of Documentation

How to publish Controls Docu

Everything is automated. The changes are rendered as soon as you push to the gitea repository https://gitea.psi.ch/Controls/gitea-pages.

The webpage is generated from markdown files using Zensical together with Gitea Actions. The process to setup such page is described here https://linux.psi.ch/documentation/services/gitea/gitea-pages/

How to work with your own fork

If several people work at the same time on the same repository but on different files, it can help to create your own fork in your own gitea name space. This will make it easier to debug zensical rendering errors and layout changes without disturbing colleagues.

Fork into your name space

Text

Fork Button on Gitea page

Text2

Rename you directory

Text4

Clone your name space version

Text3

Where to look up the url

Text

Command line to clone your forked directory

Text3

Review your local changes

Text

Your new webpages can be found in the directory
https://<your_username>.pages.psi.ch/<your_fork_name>/

For example my fork from the examples above is reachable with
https://zimoch_e.pages.psi.ch/ez_doku_test/

Merge into main Controls Documentation

Text