diff --git a/content/_index.md b/content/_index.md index 8635153..c4fbf12 100644 --- a/content/_index.md +++ b/content/_index.md @@ -1,9 +1,9 @@ --- -title: "Documentation PLS" +title: "Accueil" --- # Bienvenue Vous trouverez ici du contenu concernant la programmation d'un robot FRC. -{{% children depth="999" description="true" %}} +{{% children depth="999" %}} diff --git a/content/introduction/_index.md b/content/introduction/_index.md index c65b4c5..6dd78df 100644 --- a/content/introduction/_index.md +++ b/content/introduction/_index.md @@ -1,7 +1,6 @@ --- title: "Introduction" chapter: true -pre: "2. " +pre: " " weight: 2 -description: "Les bases de la programmation de robot FRC" --- diff --git a/content/java/_index.md b/content/java/_index.md index fb73151..75c65af 100644 --- a/content/java/_index.md +++ b/content/java/_index.md @@ -1,7 +1,12 @@ --- title: "Java" chapter: true -pre: "1. " +pre: " " weight: 1 -description: "Les bases de la programmation en Java" --- + +### Chapitre 1 + +# Java + +Les bases de la programmation en Java diff --git a/content/java/first-content.md b/content/java/first-content.md index c5c2fcd..d766bd6 100644 --- a/content/java/first-content.md +++ b/content/java/first-content.md @@ -1,4 +1,4 @@ --- title: "First Content" -description: "test" +weight: 1 ---