Skip to content

Commit 7f487db

Browse files
committed
rename category for actual guide. removed dev stuff by commenting out front matter
1 parent 9f44d6d commit 7f487db

File tree

6 files changed

+13
-20
lines changed

6 files changed

+13
-20
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ just_the_docs:
9292
name: Game Overview
9393
nav_fold: false
9494
guide-primaries:
95-
name: Guide
95+
name: Technical Guides
9696
nav_fold: false
9797
guide-supplementals:
9898
name: Resources

docs/_sections/_guide-game-overview/awards.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ nav_order: 4
88

99
# Awards
1010

11-
The top 3 teams will receive trophies.
11+
* The top 3 teams will receive trophies.
1212

1313
Additional certificates for various aspects include:
1414
* Best Mechanical Design

docs/_sections/_guide-game-overview/game-desc.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,6 @@ The main challenge of this game requires each team to break into Dr. Jeffrey Doo
1717

1818
The color sensor, line sensor, and wall sensor challenges can all be done individually by either side to gain points, but the bulk of the points will be earned by completing the mechanical challenge.
1919

20-
21-
## Remote Controller
22-
The remote controller can be used to manually drive your robot in the areas between each challenge and trigger autonomous modes tailored for each sensor.
23-
You can use your remote controller to drive through the sensor challenges, but you will NOT EARN POINTS
24-
You are encouraged to use your remote controller in the event that your robot gets stranded in the middle of the field.
25-
2620
## Field
2721
The field is split into two symmetrical loops to accommodate two teams for each round.
2822

@@ -72,3 +66,8 @@ The bottom tier will be at field level, and teams can place ping pong balls in t
7266
TODO: add image of map
7367

7468

69+
## Remote Controller
70+
Each team will be provided a Bluetooth controller. You will need to use this controller to manually drive your robot between each challenge and trigger autonomous modes tailored for each sensor.
71+
* You can use your remote controller to drive through the sensor challenges, but you will NOT EARN POINTS
72+
* You are encouraged to use your remote controller in the event that your robot gets stranded in the middle of the field.
73+

docs/_sections/_guide-home/schedule.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,5 @@ nav_order: 4
77

88
# Competition Schedule
99

10-
This calendar will have the most up to date version of the competition timeline!
11-
<iframe src="https://calendar.google.com/calendar/embed?src=9a08dd3dac1df5c210999c130b7e69ccc35d1f88f91902aa3ff64ee9daa4aa3b%40group.calendar.google.com&ctz=America%2FChicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>
12-
13-
{: .highlight}
14-
15-
TODO: check how this works with the update UI
16-
Tip: You can add this calendar to your personal Google calendar by clicking the plus button above^^
17-
{: .callout-blue}
10+
This calendar will have the most up to date version of the competition timeline, including workshops, checkpoint due dates, and competition day!
11+
<iframe src="https://calendar.google.com/calendar/embed?src=9a08dd3dac1df5c210999c130b7e69ccc35d1f88f91902aa3ff64ee9daa4aa3b%40group.calendar.google.com&ctz=America%2FChicago" style="border: 0" width="800" height="600" frameborder="0" scrolling="no"></iframe>

docs/_sections/_guide-home/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
---
1+
<!-- ---
22
layout: default
33
title: ROBOTATHON GUIDE JEKYLL SETUP (remove during comp)
44
permalink: /
55
nav_include: true
66
nav_order: 1
7-
---
7+
--- -->
88

99
# windows setup
1010
gl to linux/macos people. its mostly the same so u got it :)

docs/_sections/_guide-home/syntax.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
---
1+
<!-- ---
22
layout: default
33
title: Robotathon GUIDE SYNTAX REFERENCE (remove during comp)
44
nav_include: true
55
nav_order: 2
6-
---
6+
--- -->
77

88
# official syntax docs [https://just-the-docs.com/](https://just-the-docs.com/)
99
^ hyperlinked text example

0 commit comments

Comments
 (0)