Skip to content

Commit 6d3bf62

Browse files
committed
Fix validation errors
1 parent 93e5712 commit 6d3bf62

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

.spelling

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,11 @@ DataTraveler
77
Duratool
88
DTSE9H
99
Ebuyer
10+
esque
1011
iMAX
1112
IntelliJ
1213
Nikitin
14+
omniwheels
1315
overcurrent
1416
piezo
1517
Plazma
@@ -55,3 +57,9 @@ pyusb
5557
setuptools
5658
tomli
5759
udiskie
60+
61+
# Robots 101
62+
Markt
63+
Indersdorf
64+
Systemetric
65+
Ducktor

_data/sidebar_tree.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ tree:
7777
# title: Safety Regulations
7878
- url: /rules/archive
7979
title: Game Rules Archive
80-
- url: /robots_101
80+
- url: /robots_101/
8181
title: Robots 101
8282
tree:
8383
- url: /robots_101/post_kickstart

robots_101/code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ taking an average of multiple readings) can be highly beneficial here.
5656

5757
## The Power of Documentation
5858

59-
Our [Docs]({{ site.baseurl }}) are a goldmine of knowledge and
59+
Our [Docs]({{ '/' | prepend: site.baseurl }}) are a goldmine of knowledge and
6060
should be your first port of call whenever you're unsure about something. Much
6161
like a good textbook or reference guide, our Docs are designed to support you in
6262
understanding your robot better. From getting started with your robot kit, to

robots_101/post_kickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ Hopefully this has given you some jumping off points to begin your journey to th
2222
[youtube]: https://youtube.com/user/StudentRobotics
2323
[discord-docs]: https://studentrobotics.org/docs/team_admin/discord
2424
<!-- cspell:disable-next-line -->
25-
[one-oh-one-supervisor]: {{ '/blog/2022-10-07-101-so-youre-a-team-supervisor' | prepend: site.baseurl }}
25+
[one-oh-one-supervisor]: {{ '/robots_101/team_supervisor' | prepend: site.baseurl }}

0 commit comments

Comments
 (0)