-
Notifications
You must be signed in to change notification settings - Fork 6
/
_quarto.yml
74 lines (68 loc) · 1.85 KB
/
_quarto.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
execute:
freeze: false
project:
type: website
render:
- /chapters/*.qmd
- /chapters/**/*.qmd
- index.qmd
post-render:
- "cp -rnv static/. _site/"
website:
title: "Mise en production"
navbar:
background: "#447099"
search: true
align: center
collapse-below: lg
left:
- href: chapters/introduction.qmd
text: Introduction
- text: Les bases
menu:
- href: chapters/linux-101.qmd
text: Linux 101
- href: chapters/git.qmd
text: Git
- text: Bonnes pratiques de développement
menu:
- href: chapters/code-quality.qmd
text: Qualité du code
- href: chapters/projects-architecture.qmd
text: Structure des projets
- href: chapters/big-data.qmd
text: Traitement des données volumineuses
- href: chapters/portability.qmd
text: Portabilité
- text: Mise en production
menu:
- href: chapters/deployment.qmd
text: Déploiement
- href: chapters/mlops.qmd
text: MLOps
- href: chapters/application.qmd
text: Application
- text: Projets
menu:
- href: chapters/evaluation.qmd
text: Modalités d'évaluation
- href: chapters/galerie.qmd
text: Galerie des projets passés
- icon: github
menu:
- text: Site web
url: https://github.com/ensae-reproductibilite/website
- text: Slides
url: https://github.com/ensae-reproductibilite/slides
- text: Application fil rouge
url: https://github.com/ensae-reproductibilite/application-correction
format:
html:
theme: cosmo
css: styles.css
toc: true
eval: false
filters:
- terminal
- line-highlight
- include-code-files