Skip to content
Open
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
8 changes: 4 additions & 4 deletions src/config/sidebarConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const sidebarSections: Record<string, SidebarSection[]> = {
collapsed: true,
items: [
{
label: 'Stage 0 Introduction',
label: 'Stage 0 Overview',
slug: 'learning-course/stage0/stage-overview',
},
{
Expand Down Expand Up @@ -88,15 +88,15 @@ export const sidebarSections: Record<string, SidebarSection[]> = {
collapsed: true,
items: [
{
label: 'Stage 1 Introduction',
label: 'Stage 1 Overview',
slug: 'learning-course/stage1/stage-overview',
},
{
label: 'Stage 1A: Kitbot Intro',
collapsed: true,
items: [
{
label: 'Stage 1A Introduction',
label: 'Stage 1A Overview',
slug: 'learning-course/stage1/stage1a/stage-overview',
},
{
Expand All @@ -122,7 +122,7 @@ export const sidebarSections: Record<string, SidebarSection[]> = {
collapsed: true,
items: [
{
label: 'Stage 1B Introduction',
label: 'Stage 1B Overview',
slug: 'learning-course/stage1/stage1b/stage-overview',
},
{
Expand Down
12 changes: 7 additions & 5 deletions src/content/docs/learning-course/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -57,17 +57,19 @@ or [Discord.](https://discord.com/invite/uUugPrPZFs)
<ul>
<li>
{' '}
Learning about Java syntax, print statements, and variables{' '}
Java Fundamentals: Learn about Java syntax, print statements,
and variables{' '}
</li>
<li> Operators </li>
<li> Conditionals and loops </li>
<li> Objects and methods </li>
<li> Classes, Fields, and Methods </li>
</ul>
</p>
</CourseSection>

<CourseSection
title="Stage 1"
href="/learning-course/stage1/stage-overview"
image="/learning-course/Kitbot.webp"
imageAlt="Course Setup"
>
Expand All @@ -77,13 +79,13 @@ or [Discord.](https://discord.com/invite/uUugPrPZFs)
<ul>
<li>
{' '}
Stage1A: Learn basic FRC programming skills by using the Robot
Stage 1A: Learn basic FRC programming skills by using the Robot
class to program Kitbot.{' '}
</li>
<li>
{' '}
Stage1B: Add Command-Based programming, a file structure for
programming FRC robots, to kitbot{' '}
Stage 1B: Learn Command-Based programming, a file structure for
programming FRC robots, by adding it to code written in 1A.{' '}
</li>
</ul>
</p>
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/learning-course/stage0/stage-overview.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Stage Overview
title: Stage 0 Overview
description: An Introduction what topics that will be covered in Stage 0
prev: false
next: learning-course/stage0/intro-to-iava/java-fundamentals
Expand Down