Skip to content

Move tutorial content to top of navbar #627

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 23, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
111 changes: 56 additions & 55 deletions _data/sidebar_tree.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,55 @@
tree:
- url: /
title: Introduction

- url: /robots_101/
title: Robots 101
tree:
- url: /robots_101/programme_structure
title: Programme Structure
- url: /robots_101/post_kickstart
title: After Kickstart
- url: /robots_101/design
title: Design
- url: /robots_101/code
title: Code
- url: /robots_101/theming
title: Theming
- url: /robots_101/tech_days
title: Tech Days
- url: /robots_101/team_supervisor
title: Running a team
- url: /tutorials/
title: Tutorials
tree:
- url: /tutorials/assembly
title: Kit Assembly
- url: /tutorials/python
title: An intro to Python
- url: /tutorials/getting_code_on_the_robot
title: Getting Code on the Robot
- url: /tutorials/basic_motor_control
title: Basic Motor Control
- url: /tutorials/editors/
title: Code Editors
tree:
- url: /tutorials/editors/pycharm
title: PyCharm
- url: /tutorials/editors/vscode
title: Visual Studio Code
- url: /tutorials/update_brain
title: Updating your brain board
- url: /tutorials/discord
title: How to use Discord
- url: /rules/
title: Rules
tree:
#- url: /rules/code_of_conduct
# title: Code Of Conduct
#- url: /rules/safety_regulations
# title: Safety Regulations
- url: /rules/archive
title: Game Rules Archive
- url: /kit/
title: Kit
tree:
Expand Down Expand Up @@ -70,54 +119,6 @@ tree:
title: Custom Firmware
- url: /programming/cheat_sheet
title: API Quick Reference
- url: /rules/
title: Rules
tree:
#- url: /rules/code_of_conduct
# title: Code Of Conduct
#- url: /rules/safety_regulations
# title: Safety Regulations
- url: /rules/archive
title: Game Rules Archive
- url: /robots_101/
title: Robots 101
tree:
- url: /robots_101/programme_structure
title: Programme Structure
- url: /robots_101/post_kickstart
title: After Kickstart
- url: /robots_101/design
title: Design
- url: /robots_101/code
title: Code
- url: /robots_101/theming
title: Theming
- url: /robots_101/tech_days
title: Tech Days
- url: /robots_101/team_supervisor
title: Running a team
- url: /tutorials/
title: Tutorials
tree:
- url: /tutorials/assembly
title: Kit Assembly
- url: /tutorials/python
title: An intro to Python
- url: /tutorials/getting_code_on_the_robot
title: Getting Code on the Robot
- url: /tutorials/basic_motor_control
title: Basic Motor Control
- url: /tutorials/editors/
title: Code Editors
tree:
- url: /tutorials/editors/pycharm
title: PyCharm
- url: /tutorials/editors/vscode
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:
Expand All @@ -129,13 +130,6 @@ tree:
title: The Simulated Robot
- url: /simulator/troubleshooting
title: Troubleshooting
- url: /troubleshooting/
title: Troubleshooting
tree:
- url: /troubleshooting/python
title: Python
- url: /troubleshooting/interactive_troubleshooter
title: Interactive Troubleshooter
- url: /competitor_resources/
title: Resources
tree:
Expand All @@ -145,3 +139,10 @@ tree:
title: Microgames
- url: /competitor_resources/markers
title: Game markers
- url: /troubleshooting/
title: Troubleshooting
tree:
- url: /troubleshooting/python
title: Python
- url: /troubleshooting/interactive_troubleshooter
title: Interactive Troubleshooter
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ Introduction
This documentation explains how to use the kit and the robot's Python API.
The information is spread across multiple sections:

- [Tutorials](/docs/tutorials/) are a series of guides that will help you get started.
- The [rules](/docs/rules/) section is important as it talks through the aim of this year's game and what task you are trying to achieve.
- The [kit](/docs/kit/) section will give you an overview of the physical kit that is provided to your team, how to connect to each board and what features they have.
- The [programming](/docs/programming/) section talks through how to write code that interacts with all the boards.
- The [simulator](/docs/simulator/) section explains how to use the simulator for testing your code, exploring strategies as well as preparing for the virtual competition.
- The [rules](/docs/rules/) section is important as it talks through the aim of this year's game and what task you are trying to achieve.
- [Tutorials](/docs/tutorials/) are a series of guides that will help you get started.

Within this documentation, you will come across a number of boxes like this:

Expand Down