feat(content): Write main content structure and sort it at display

This commit is contained in:
Olivier DOSSMANN 2025-01-13 15:49:22 +01:00
parent 2e8d1940eb
commit 2fc828ce2b
12 changed files with 80 additions and 2 deletions

View File

@ -14,7 +14,7 @@ DOC_FORMAT ?= html
# Today # Today
DATE ?= $(date +%d/%m/%Y) DATE ?= $(date +%d/%m/%Y)
SRC_DIR ?= ./content/ SRC_DIR ?= ./content/
CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md') CONTENT_LIST := $(shell find ${SRC_DIR} -type f -iname '*.md'|sort -u)
# Highlight theme: Cf. `pandoc --list-highlight-styles` # Highlight theme: Cf. `pandoc --list-highlight-styles`
# tango # tango
# pygments # pygments

View File

@ -1 +0,0 @@
\newpage

View File

@ -1,3 +1,4 @@
\newpage
# Introduction {#introduction} # Introduction {#introduction}

View File

@ -1,3 +1,20 @@
\newpage
# Remerciements # Remerciements
TODO: Remerciements TODO: Remerciements
AVANT TOUT : à Agnès SCHWEITZER sans qui ce projet n'aurait ABSOLUMENT PAS abouti ! Elle a été l'**immense soutien** derrière ces toutes petites mains qui écrivent ces lignes. Je pense qu'elle amènerait à revoir sa notion d'humilité à n'importe qui, tant son travail a été redoutable, efficace et constant.
* Eliel MONCADA
* Hrubech HOMBESSA
* Julien SABIOLS
Sarah BOURAS (Premier contact)
Benjamin FICHE (chef de cohorte)
Jérémie TAROT (mentor)
Dorian ROLY
Maxime BOULANGHIEN
Michael LACHAND
Philippe RISSER-MAROIX

View File

@ -0,0 +1,5 @@
\newpage
# Liste de compétences couvertes par le projet
TODO: Lister compétences du référentiel

View File

@ -0,0 +1,5 @@
\newpage
# Cahier des charges
TODO: cahier des charges

View File

@ -0,0 +1,5 @@
\newpage
# Spécifications techniques
TODO: spécifications techniques

29
content/40_demarche.md Normal file
View File

@ -0,0 +1,29 @@
\newpage
# Démarche, outils utilisés et collaboration
TODO: introduction
## Démarche
TODO : compléter
## Outils utilisés
TODO : compléter
## Collaboration
TODO : compléter
### Équipe Matrix
Promotion logicielle
TODO : compléter
### Équipe Odoo
Indépendance dépôts pour répartition tâches/équipes
TODO : compléter

View File

@ -0,0 +1,7 @@
\newpage
# Mes réalisations
Automatisation upstream -> charts -> infra avec GitlabCI
TODO : compléter

View File

@ -0,0 +1,5 @@
\newpage
# Mise en situation : TODO (compléter sujet)
TODO : compléter par un sujet avec une mise en situation

5
content/80_conclusion.md Normal file
View File

@ -0,0 +1,5 @@
\newpage
# Conclusion
TODO: faire la conclusion avec un rappel de l'introduction (ex: intro = le monde manque de temps, conclu = il était temps !)