Feature: page de démarrage de la configuration de chill #admin

This commit is contained in:
2022-07-12 00:34:52 +02:00
parent 1cf382cbaa
commit 6a4e2ac8e3
2 changed files with 78 additions and 0 deletions

View File

@@ -40,6 +40,7 @@ if [ $kind = 'user' ]; then
"
elif [ $kind = 'admin' ]; then
export files="
start.md
generation-documents.md
"
else