modif guide in README
This commit is contained in:
parent
af3a9329dc
commit
d5d7392310
108
README.md
108
README.md
@ -30,66 +30,66 @@ Il faut aussi penser à ajouter le lien vers le nouveau fichier de contenu dans
|
|||||||
La documentation est divisée en deux parties:
|
La documentation est divisée en deux parties:
|
||||||
- Accueil: index.md
|
- Accueil: index.md
|
||||||
- Cours:
|
- Cours:
|
||||||
- Introduction: cours/index.md
|
- Introduction: cours/index.md
|
||||||
- "Présentation du Garage":
|
- "Présentation du Garage":
|
||||||
- cours/presentation-garage/index.md
|
- cours/presentation-garage/index.md
|
||||||
- cours/presentation-garage/equipe.md
|
- cours/presentation-garage/equipe.md
|
||||||
- cours/presentation-garage/histoire.md
|
- cours/presentation-garage/histoire.md
|
||||||
- cours/presentation-garage/projets.md
|
- cours/presentation-garage/projets.md
|
||||||
- cours/presentation-garage/statut.md
|
- cours/presentation-garage/statut.md
|
||||||
- Ressources:
|
- Ressources:
|
||||||
- cours/presentation-garage/ressources/sites-web.md
|
- cours/presentation-garage/ressources/sites-web.md
|
||||||
- Python:
|
- Python:
|
||||||
- cours/python/index.md
|
- cours/python/index.md
|
||||||
- cours/python/workspace.md
|
- cours/python/workspace.md
|
||||||
- cours/python/1stproject.md
|
- cours/python/1stproject.md
|
||||||
- cours/python/rest.md
|
- cours/python/rest.md
|
||||||
- cours/python/os-script.md
|
- cours/python/os-script.md
|
||||||
- Divers:
|
- Divers:
|
||||||
- divers/index.md
|
- divers/index.md
|
||||||
- "Commandes Linux":
|
- "Commandes Linux":
|
||||||
- "Index": divers/cmd/index.md
|
- "Index": divers/cmd/index.md
|
||||||
- divers/cmd/backup.md
|
- divers/cmd/backup.md
|
||||||
- divers/cmd/screen.md
|
- divers/cmd/screen.md
|
||||||
- divers/cmd/nmcli.md
|
- divers/cmd/nmcli.md
|
||||||
- divers/cmd/mount.md
|
- divers/cmd/mount.md
|
||||||
- "Admin Sys":
|
- "Admin Sys":
|
||||||
- Index: divers/adminsys/index.md
|
- Index: divers/adminsys/index.md
|
||||||
- "Installer Adobe pdf reader": divers/adminsys/acroread-debian.md
|
- "Installer Adobe pdf reader": divers/adminsys/acroread-debian.md
|
||||||
- "Configurer Gnome AppFolders": divers/adminsys/gnome-appfolders.md
|
- "Configurer Gnome AppFolders": divers/adminsys/gnome-appfolders.md
|
||||||
- "Déploiement de Serveurs":
|
- "Déploiement de Serveurs":
|
||||||
- "Index": divers/guides/index.md
|
- "Index": divers/guides/index.md
|
||||||
- divers/guides/install_pxe.md
|
- divers/guides/install_pxe.md
|
||||||
- "Nextcloud": divers/guides/nextcloud_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
- "Nextcloud": divers/guides/nextcloud_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
||||||
- "Wordpress": divers/guides/wordpress_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
- "Wordpress": divers/guides/wordpress_docker-compose_on_debian-10_with_nginx_reverse-proxy.md
|
||||||
- "SSH - SAMBA": divers/guides/serveur_debian_smb_ssh.md
|
- "SSH - SAMBA": divers/guides/serveur_debian_smb_ssh.md
|
||||||
- "DevOps":
|
- "DevOps":
|
||||||
- "Index": divers/devops/index.md
|
- "Index": divers/devops/index.md
|
||||||
- "Hugo": divers/devops/hugo.md
|
- "Hugo": divers/devops/hugo.md
|
||||||
|
|
||||||
# Astuces de mise en page
|
# Astuces de mise en page
|
||||||
|
|
||||||
## Insérer du code
|
## Insérer du code
|
||||||
|
|
||||||
Utilisez la suite de caractères suivants ` ``` ` pour encadrer votre code:
|
Utilisez la suite de caractères suivants ` ``` ` pour encadrer votre code:
|
||||||
|
|
||||||
```
|
```
|
||||||
#```
|
#```
|
||||||
Ceci est du
|
Ceci est du
|
||||||
code
|
code
|
||||||
#```
|
#```
|
||||||
```
|
```
|
||||||
|
|
||||||
Utilisez un seul ` ` ` pour surligner un mot ou une phrase comme du code
|
Utilisez un seul ` ` ` pour surligner un mot ou une phrase comme du code
|
||||||
|
|
||||||
## Insérer une note
|
## Insérer une note
|
||||||
|
|
||||||
Utilisez la syntaxe suivante
|
Utilisez la syntaxe suivante
|
||||||
|
|
||||||
```
|
```
|
||||||
!!! note "Lisez bien cette note"
|
!!! note "Lisez bien cette note"
|
||||||
En indentant vos lignes à partir de cet tag `!!! note`,
|
En indentant vos lignes à partir de cet tag `!!! note`,
|
||||||
vous obtenez un encadré dans le texte.
|
vous obtenez un encadré dans le texte.
|
||||||
```
|
```
|
||||||
|
|
||||||
Plus d'informations sur `https://squidfunk.github.io/mkdocs-material/reference/admonitions/`
|
Plus d'informations sur `https://squidfunk.github.io/mkdocs-material/reference/admonitions/`
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user