-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmkdocs.yml
More file actions
39 lines (39 loc) · 1.05 KB
/
Copy pathmkdocs.yml
File metadata and controls
39 lines (39 loc) · 1.05 KB
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
site_name: Documentation Backend Dockerisé
nav:
- Introduction: index.md
- Prérequis: prerequisites.md
- Structure du Projet: project_structure.md
- Configuration:
- Fichiers `.env`: configuration/env_files.md
- Réseaux et Volumes Docker: configuration/networks_volumes.md
- Services:
- PostgreSQL: services/postgresql.md
- MinIO: services/minio.md
- MinIO Client: services/minio_client.md
- Neo4j: services/neo4j.md
- MLflow: services/mlflow.md
- Label Studio: services/label_studio.md
- Prometheus: services/prometheus.md
- Grafana: services/grafana.md
- Déploiement: deployment.md
- Sécurité: security.md
- Surveillance et Monitoring: monitoring.md
- Sauvegardes: backups.md
- Dépannage: troubleshooting.md
- Contribution: contribution.md
- Licence: license.md
theme:
name: material
palette:
primary: indigo
accent: indigo
font:
text: Roboto
code: Roboto Mono
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
plugins:
- search