Add detailed configuration documentation for Chill administration

This commit is contained in:
2026-01-26 15:52:21 +01:00
parent 9b97544e5e
commit 48721f01a6
3 changed files with 473 additions and 1 deletions
+2 -1
View File
@@ -52,9 +52,10 @@ if [ $kind = 'user' ]; then
# exports_household.md
elif [ $kind = 'admin' ]; then
export files="
start.md
configuration-chill-big-picture.md
generation-documents.md
"
# start.md
else
echo "kind '$kind' is not valid";
exit 1;