Skip to content

Add examples page - #164

Draft
reniejoshi wants to merge 4 commits into
frcsoftware:mainfrom
reniejoshi:add-examples-page
Draft

Add examples page#164
reniejoshi wants to merge 4 commits into
frcsoftware:mainfrom
reniejoshi:add-examples-page

Conversation

@reniejoshi

Copy link
Copy Markdown
Contributor

Description

Creates the examples section featuring code analysis of three robot code repos. This section has a similar appearance and structure to the corresponding FRCDesign.org section.

Closes #89.

Meta

Merge checklist:

@github-actions github-actions Bot added the Curriculum material Curriculum materials, lessons for students, etc label Aug 1, 2026
@github-actions

github-actions Bot commented Aug 1, 2026

Copy link
Copy Markdown

🌐 Preview URL: https://pr-164.frcsoftware.pages.dev

Comment on lines +36 to +40
<blockquote>
<p>Steal from the best, invent the rest.</p>
<cite>-Mike Corsetto, Team 1678</cite>
</blockquote>
<p class="hero-copy">

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think we don't need this quote here. It's true but it makes the example page a bit to similar to frc design ?

description: A programming reference featuring FRC robot code repositories, best practices, and innovative approaches
---

export const examples = [

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would put the previous year's kitbot code first since those are more intro level. The code for past kitbots and their java guides are in a new repo https://github.com/frcsoftware/Kitbot-Examples

},
],

// Examples section

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

looks like this uses the old header layout. has to be updated to the newer header situation

@Adrianamm

Copy link
Copy Markdown
Member

Since the (non kitbot) examples already have docs, CD post etc with explanations of their code. It's probably best to just link directly to it rather than try to re-explain or rewrite docs. This makes it easier to cite sources and links teams directly to good resources. The change could be as simple as adding links each robot's "box" like this
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Curriculum material Curriculum materials, lessons for students, etc

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add examples page

2 participants