init doc work

Signed-off-by: GnomeZworc <nicolas.boufidjeline@g3e.fr>
This commit is contained in:
GnomeZworc 2026-06-13 11:21:26 +02:00
commit 4ba5c58a37
Signed by: nicolas.boufideline
GPG key ID: 4406BBBF8845D632
7 changed files with 254 additions and 1 deletions

15
docs/.template.md Normal file
View file

@ -0,0 +1,15 @@
# NAME VERSION
## Upgrade Procedure
```
git fetch --all
git checkout VERSION
docker compose pull
docker compose up -d
```
## Release feature
- ...
- ...