From 08f0b0362fcf9fc4dc0400bae05c6ea2db012c6c Mon Sep 17 00:00:00 2001 From: Armand Bahi <armand.bahi@veremes.com> Date: Wed, 21 Nov 2018 09:53:25 +0100 Subject: [PATCH] =?UTF-8?q?Ajout=20de=20num=C3=A9ros=20sur=20les=20titres?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- gitlab/applications_vitis.md | 33 +++++++++++++++++++++++++++++++ gitlab/architecture_projets.md | 33 +++++++++++++++++++++++++++++++ gitlab/compte_gitlab.md | 33 +++++++++++++++++++++++++++++++ gitlab/correctifs_evolutions.md | 33 +++++++++++++++++++++++++++++++ gitlab/depot_gitlab.md | 33 +++++++++++++++++++++++++++++++ gitlab/objets_gitlab.md | 35 +++++++++++++++++++++++++++++++++ 6 files changed, 200 insertions(+) diff --git a/gitlab/applications_vitis.md b/gitlab/applications_vitis.md index 6a27d1d..c833c61 100644 --- a/gitlab/applications_vitis.md +++ b/gitlab/applications_vitis.md @@ -1 +1,34 @@ # Applications Vitis + +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> diff --git a/gitlab/architecture_projets.md b/gitlab/architecture_projets.md index a311568..824959b 100644 --- a/gitlab/architecture_projets.md +++ b/gitlab/architecture_projets.md @@ -1,5 +1,38 @@ # Architecture des projets Veremes +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> + Il y a trois grand groupes utilisés à Veremes, qui permettent de versionner et donner les droits sur l'ensemble des projets.  diff --git a/gitlab/compte_gitlab.md b/gitlab/compte_gitlab.md index c633d7d..1bac271 100644 --- a/gitlab/compte_gitlab.md +++ b/gitlab/compte_gitlab.md @@ -1,5 +1,38 @@ # Compte GitLab +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> + Pour utiliser GitLab chaque personne pourra se créer un compte qui aura différents droits et différents paramètres. Chaque compte est unique et authendifié par l'identifiant du compte correspondant à une chaîne de caractères sans espaces (pour moi c'est *ArmandBahi*) que l'on voit affiché sous notre nom, après le @; tout compte possède également une adresse mail unique pour s'identifier. diff --git a/gitlab/correctifs_evolutions.md b/gitlab/correctifs_evolutions.md index af40099..5d47538 100644 --- a/gitlab/correctifs_evolutions.md +++ b/gitlab/correctifs_evolutions.md @@ -1,5 +1,38 @@ # Correctifs et évolutions +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> + ## Branches principales ### Pour les projets FME diff --git a/gitlab/depot_gitlab.md b/gitlab/depot_gitlab.md index a37ed00..4f5d05c 100644 --- a/gitlab/depot_gitlab.md +++ b/gitlab/depot_gitlab.md @@ -1,5 +1,38 @@ # Dépôt GitLab +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> + Les dépôts agissent comme des conteneurs de fichiers et permettent le versionnement, chaque dépôt est représenté par un lien unique proposé en HTTPS et SSH qui permettra d'effectuer un clone local du projet.  diff --git a/gitlab/objets_gitlab.md b/gitlab/objets_gitlab.md index 640bbd6..0ba5620 100644 --- a/gitlab/objets_gitlab.md +++ b/gitlab/objets_gitlab.md @@ -1,5 +1,40 @@ + # Objets GitLab +<style> + body { + counter-reset: h1 + } + + h1 { + counter-reset: h2 + } + + h2 { + counter-reset: h3 + } + + h3 { + counter-reset: h4 + } + + h2:before { + counter-increment: h2; + content: counter(h2) ". " + } + + h3:before { + counter-increment: h3; + content: counter(h2) "." counter(h3) ". " + } + + h4:before { + counter-increment: h4; + content: counter(h2) "." counter(h3) "." counter(h4) ". " + } +</style> + + ## Groupes Sur GitLab les projets peuvent êtres répartis par groupes, ces derniers vont agir comme des dossiers conteneurs de dépôts, on peut également placer des sous-groupes qui contiendront eux aussi des dépôts. -- GitLab