2025-12-09 19:35:17 +01:00
|
|
|
---
|
2025-12-09 19:49:38 +01:00
|
|
|
sidebar_position: 4
|
2025-12-09 19:35:17 +01:00
|
|
|
tags: [tag1, tag2, tag3]
|
|
|
|
|
last_update:
|
2025-12-09 19:49:38 +01:00
|
|
|
date: 2025-12-09
|
2025-12-09 19:35:17 +01:00
|
|
|
---
|
|
|
|
|
|
|
|
|
|
# Titre de la page
|
|
|
|
|
|
|
|
|
|
## Fonctionnalités disponibles
|
|
|
|
|
|
|
|
|
|
### Schémas avec PDF
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
[📥 Télécharger le PDF](/img/diagrams/nom-schema.pdf)
|
|
|
|
|
|
|
|
|
|
### Images simples
|
|
|
|
|
|
|
|
|
|

|
|
|
|
|
|
|
|
|
|
*Légende optionnelle en italique*
|
|
|
|
|
|
|
|
|
|
### Tableaux
|
|
|
|
|
|
|
|
|
|
| Paramètre | Description | Valeur |
|
|
|
|
|
|-----------|-------------|--------|
|
|
|
|
|
| `param1` | Explication | val1 |
|
|
|
|
|
| `param2` | Explication | val2 |
|
|
|
|
|
|
|
|
|
|
### Blocs de code avec langage
|
|
|
|
|
|
|
|
|
|
```bash
|
|
|
|
|
# Commande shell
|
|
|
|
|
commande exemple
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```yaml
|
|
|
|
|
# Configuration YAML
|
|
|
|
|
config: valeur
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
```python
|
|
|
|
|
# Code Python
|
|
|
|
|
def fonction():
|
|
|
|
|
return True
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Listes et sous-listes
|
|
|
|
|
|
|
|
|
|
- **Titre point** : Explication
|
|
|
|
|
- Sous-point
|
|
|
|
|
- Autre sous-point
|
|
|
|
|
- Autre point
|
|
|
|
|
|
|
|
|
|
1. Première étape
|
|
|
|
|
2. Deuxième étape
|
|
|
|
|
3. Troisième étape
|
|
|
|
|
|
|
|
|
|
### Structure arborescente
|
|
|
|
|
|
|
|
|
|
```
|
|
|
|
|
projet/
|
|
|
|
|
├── dossier1/
|
|
|
|
|
│ └── fichier.yml
|
|
|
|
|
└── dossier2/
|
|
|
|
|
└── autre.yml
|
|
|
|
|
```
|
|
|
|
|
|
|
|
|
|
### Liens
|
|
|
|
|
|
|
|
|
|
- [Autre doc](/docs/autre-page)
|
|
|
|
|
- [Article blog](/blog/slug)
|
|
|
|
|
- [Externe](https://url.com)
|
|
|
|
|
|
|
|
|
|
### Mise en forme
|
|
|
|
|
|
|
|
|
|
- `code inline` pour paramètres/commandes
|
|
|
|
|
- **gras** pour emphase
|
|
|
|
|
- _italique_ pour légendes
|