From a6b39b33f23718118517f0b521b1c2af3f5d8c43 Mon Sep 17 00:00:00 2001 From: NicoP <47322935+NeoBahamut@users.noreply.github.com> Date: Wed, 7 Oct 2020 11:17:09 +0200 Subject: [PATCH] =?UTF-8?q?docs(archi=20&=20deploy):=20compl=C3=A8te=20la?= =?UTF-8?q?=20g=C3=A9n=C3=A9ration=20automatique=20de=20la=20doc=20(#552)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit dans Architecture et dans Deploiement --- tsconfig.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/tsconfig.json b/tsconfig.json index 381ab3a1a..95c82ba4c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -75,6 +75,14 @@ { "title": "Scripts de sauvegarde et restauration", "source": "./docs-sources/03-architecture/03-scripts-sauvegarde-restaurations.md" + }, + { + "title": "Scripts de déploiement", + "source": "./docs-sources/03-architecture/04-scripts-deploiement.md" + }, + { + "title": "Utilisateurs", + "source": "./docs-sources/03-architecture/05-utilisateurs.md" } ] }, @@ -96,6 +104,10 @@ { "title": "Fichiers", "source": "./docs-sources/04-deploiement/04-fichiers.md" + }, + { + "title": "Scripts", + "source": "./docs-sources/04-deploiement/05-utils.md" } ] } -- GitLab