reorganize chapters

This commit is contained in:
Olivier Demers 2023-03-19 21:38:21 -04:00
parent e1bfea7542
commit 860ef6d671
4 changed files with 11 additions and 7 deletions

View File

@ -1,9 +1,9 @@
--- ---
title: "Documentation PLS" title: "Accueil"
--- ---
# Bienvenue # Bienvenue
Vous trouverez ici du contenu concernant la programmation d'un robot FRC. Vous trouverez ici du contenu concernant la programmation d'un robot FRC.
{{% children depth="999" description="true" %}} {{% children depth="999" %}}

View File

@ -1,7 +1,6 @@
--- ---
title: "Introduction" title: "Introduction"
chapter: true chapter: true
pre: "<b>2. </b>" pre: "<i class='fas fa-file'></i> "
weight: 2 weight: 2
description: "Les bases de la programmation de robot FRC"
--- ---

View File

@ -1,7 +1,12 @@
--- ---
title: "Java" title: "Java"
chapter: true chapter: true
pre: "<b>1. </b>" pre: "<i class='fab fa-java'></i> "
weight: 1 weight: 1
description: "Les bases de la programmation en Java"
--- ---
### Chapitre 1
# Java
Les bases de la programmation en Java

View File

@ -1,4 +1,4 @@
--- ---
title: "First Content" title: "First Content"
description: "test" weight: 1
--- ---