Base page
This commit is contained in:
9
content/_index.md
Normal file
9
content/_index.md
Normal file
@ -0,0 +1,9 @@
|
||||
---
|
||||
title: "Documentation PLS"
|
||||
---
|
||||
|
||||
# Bienvenue
|
||||
|
||||
Vous trouverez ici du contenu concernant la programmation d'un robot FRC.
|
||||
|
||||
{{% children depth="999" description="true" %}}
|
7
content/basics/_index.md
Normal file
7
content/basics/_index.md
Normal file
@ -0,0 +1,7 @@
|
||||
---
|
||||
title: "Java"
|
||||
chapter: true
|
||||
pre: "<b>1. </b>"
|
||||
weight: 1
|
||||
description: "Les bases de la programmation en Java"
|
||||
---
|
4
content/basics/first-content.md
Normal file
4
content/basics/first-content.md
Normal file
@ -0,0 +1,4 @@
|
||||
---
|
||||
title: "First Content"
|
||||
description: "test"
|
||||
---
|
Reference in New Issue
Block a user