From e1bfea754233397ed30e25f7355f1e009aa518f5 Mon Sep 17 00:00:00 2001 From: Olivier Demers Date: Sun, 19 Mar 2023 21:10:10 -0400 Subject: [PATCH] page intro --- content/introduction/_index.md | 7 +++++++ content/{basics => java}/_index.md | 0 content/{basics => java}/first-content.md | 0 3 files changed, 7 insertions(+) create mode 100644 content/introduction/_index.md rename content/{basics => java}/_index.md (100%) rename content/{basics => java}/first-content.md (100%) diff --git a/content/introduction/_index.md b/content/introduction/_index.md new file mode 100644 index 0000000..c65b4c5 --- /dev/null +++ b/content/introduction/_index.md @@ -0,0 +1,7 @@ +--- +title: "Introduction" +chapter: true +pre: "2. " +weight: 2 +description: "Les bases de la programmation de robot FRC" +--- diff --git a/content/basics/_index.md b/content/java/_index.md similarity index 100% rename from content/basics/_index.md rename to content/java/_index.md diff --git a/content/basics/first-content.md b/content/java/first-content.md similarity index 100% rename from content/basics/first-content.md rename to content/java/first-content.md