Skip to content

Commit bda6d13

Browse files
committed
actually added power in main guide
1 parent 227fe0c commit bda6d13

File tree

9 files changed

+15
-9
lines changed

9 files changed

+15
-9
lines changed
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
layout: default
3+
title: Competition Day
4+
nav_include: true
5+
nav_order: 3
6+
---

docs/_sections/_guide-FAQ/technical.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ For Robotathon, you will use the VS Code ESP-IDF extension to develop your robot
5959

6060
## What is a Bash terminal?
6161

62-
Before GUI's were common in computers way back in the day, users had to rely on **command-line interfaces** (CLI) or terminals to interface with the computer. As you may have guessed, CLI's and Bash are probably way older than you are (Bash was released in 1989!), so there is much history if you'd like to learn more [(Wikipedia article)](https://en.wikipedia.org/wiki/Bash_(Unix_shell)).
62+
Before **graphic user interfaces** (GUI) were common in computers way back in the day, users had to rely on **command-line interfaces** (CLI) or terminals to interface with the computer. As you may have guessed, CLI's and Bash are probably way older than you are (Bash was released in 1989!), so there is much history if you'd like to learn more [(Wikipedia article)](https://en.wikipedia.org/wiki/Bash_(Unix_shell)).
6363

6464
A **Bash terminal** is a CLI where you type in various commands to execute tasks like file management, application execution, and scripting (literally anything) through Bash terminals.
6565

docs/_sections/_guide-primaries/sensors-and-actuators/actuators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Actuators
44
nav_include: true
5-
parent: Sensors and Actuators
5+
parent: Hardware
66
nav_order: 5
77
---
88

docs/_sections/_guide-primaries/sensors-and-actuators/color-sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Color Sensor
44
nav_include: true
5-
parent: Sensors and Actuators
5+
parent: Hardware
66
nav_order: 2
77
---
88

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
layout: default
3-
title: Sensors and Actuators
3+
title: Hardware
44
nav_include: true
55
has_children: true
66
nav_order: 2

docs/_sections/_guide-primaries/sensors-and-actuators/ir-sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: IR Sensor
44
nav_include: true
5-
parent: Sensors and Actuators
5+
parent: Hardware
66
nav_order: 3
77
---
88

docs/_sections/_guide-primaries/sensors-and-actuators/line-sensors.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Line Sensor
44
nav_include: true
5-
parent: Sensors and Actuators
5+
parent: Hardware
66
nav_order: 4
77
---
88

docs/_sections/_guide-primaries/sensors-and-actuators/power.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
layout: default
3-
title: Line Sensor
3+
title: Powering the System
44
nav_include: true
5-
parent: Powering the System
5+
parent: Hardware
66
nav_order: 1
77
---
88

docs/_sections/_guide-primaries/sensors-and-actuators/sensor-integration.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: default
33
title: Sensor Integration
44
nav_include: true
5-
parent: Sensors and Actuators
5+
parent: Hardware
66
nav_order: 6
77
---
88

0 commit comments

Comments
 (0)