From 7a1bc1a59b877217a2e49189d7b4dca83ba60142 Mon Sep 17 00:00:00 2001 From: JoshP Date: Tue, 19 Sep 2023 14:46:25 +0100 Subject: [PATCH] Move discord to tutorials section --- _data/sidebar_tree.yaml | 7 ++----- team_admin/index.md | 10 ---------- {team_admin => tutorials}/discord.md | 0 3 files changed, 2 insertions(+), 15 deletions(-) delete mode 100644 team_admin/index.md rename {team_admin => tutorials}/discord.md (100%) diff --git a/_data/sidebar_tree.yaml b/_data/sidebar_tree.yaml index 71e86c7c..24a3f684 100644 --- a/_data/sidebar_tree.yaml +++ b/_data/sidebar_tree.yaml @@ -97,6 +97,8 @@ tree: title: Visual Studio Code - url: /tutorials/update_brain title: Updating your brain board + - url: /tutorials/discord + title: How to use Discord - url: /simulator/ title: Simulator tree: @@ -120,8 +122,3 @@ tree: title: Microgames - url: /competitor_resources/markers title: Game markers - - url: /team_admin/ - title: Team Admin - tree: - - url: /team_admin/discord - title: Discord Server diff --git a/team_admin/index.md b/team_admin/index.md deleted file mode 100644 index 9b066258..00000000 --- a/team_admin/index.md +++ /dev/null @@ -1,10 +0,0 @@ ---- -layout: page -title: Team Admin ---- - -Team Admin -========== - -See [Discord](/docs/team_admin/discord) for details on the Discord based forums -where your team can get help & support. diff --git a/team_admin/discord.md b/tutorials/discord.md similarity index 100% rename from team_admin/discord.md rename to tutorials/discord.md