Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
2c235c5
Add docs page
reniejoshi Jul 22, 2026
7f28a54
Add docs for vision libraries
reniejoshi Jul 22, 2026
67858e8
Add DogLog to docs
reniejoshi Jul 22, 2026
232882d
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 23, 2026
1823e92
Merge branch 'main' of https://github.com/frcsoftware/frcsoftware.org…
reniejoshi Jul 23, 2026
fc00223
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 23, 2026
3fcabaf
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 23, 2026
71a72eb
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 24, 2026
d2d46b4
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 24, 2026
61891c7
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 24, 2026
684c1ac
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 25, 2026
99650b1
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 25, 2026
178125a
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 25, 2026
18e4548
Implement requested changes
reniejoshi Jul 25, 2026
b3e68aa
Remove simulation docs
reniejoshi Jul 25, 2026
471682e
Add GitHub Desktop docs
reniejoshi Jul 26, 2026
e5d8046
Add todo comment
reniejoshi Jul 26, 2026
ff3e122
Merge branch 'main' into add-other-resources-page
Adrianamm Jul 26, 2026
57c171c
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 26, 2026
bc317f0
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 26, 2026
8af519f
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 26, 2026
6f08312
Refactor libraries docs organization
reniejoshi Jul 26, 2026
4c85b0e
Merge branch 'main' into add-other-resources-page
Adrianamm Jul 27, 2026
89495b3
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 28, 2026
de2ff64
Merge branch 'main' into add-other-resources-page
reniejoshi Jul 31, 2026
7044682
Fix linting errors
reniejoshi Jul 31, 2026
57b55a2
Update docs label in src/config/sidebarConfig.ts
reniejoshi Jul 31, 2026
28f9d7c
Merge branch 'main' of https://github.com/frcsoftware/frcsoftware.org…
reniejoshi Jul 31, 2026
7d2f644
Update docs page title
reniejoshi Aug 1, 2026
37ffa2b
Fix merge of main
reniejoshi Aug 1, 2026
cc41007
Add AdvantageScope docs
reniejoshi Aug 1, 2026
f3682fc
Add Swyft Robotics and Lumyn Labs
reniejoshi Aug 1, 2026
7a2dc3b
Reorganize vendor and software libraries
reniejoshi Aug 1, 2026
6ea1fab
Revert reorganizing ChoreoLib
reniejoshi Aug 1, 2026
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
19 changes: 10 additions & 9 deletions src/config/sidebarConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -309,15 +309,16 @@ export const sidebarSections: Record<string, SidebarSection[]> = {
],

// Resources section (content lives at /resources but navbar says "Other Resources")
// '/resources': [
// {
// label: 'Resources',
// items: [
// { label: 'Overview', slug: 'resources' },
// { label: 'Glossary', slug: 'resources/glossary' },
// ],
// },
// ],
'/resources': [
{
label: 'Resources',
items: [
{ label: 'Overview', slug: 'resources' },
{ label: 'Glossary', slug: 'resources/glossary' },
{ label: 'Documentation', slug: 'resources/docs' },
],
},
],
};

/**
Expand Down
56 changes: 56 additions & 0 deletions src/content/docs/resources/docs.mdx
Comment thread
reniejoshi marked this conversation as resolved.
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Documentation
description: Links to helpful documentation for FRC programming
---

Here are some links to helpful documentation that you might reference while programming FRC robot code.

## Vendor Libraries

| Name | Docs Site | API Docs |
| :---------------------- | :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- |
| Phoenix 6 | https://v6.docs.ctr-electronics.com/en/stable/ | https://api.ctr-electronics.com/phoenix6/stable/java/ |
Comment thread
reniejoshi marked this conversation as resolved.
| REVLib | https://docs.revrobotics.com/revlib | https://codedocs.revrobotics.com/java/com/revrobotics/package-summary.html |
| Redux | https://docs.reduxrobotics.com/reduxlib/ | https://apidocs.reduxrobotics.com/current/java/ |
| Swyft Robotics | https://docs.swyftrobotics.com/ | https://github.com/swyft-robotics |
| Lumyn Labs | https://docs.lumynlabs.com/index.html | https://github.com/Lumyn-Labs |
| Kauailabs’ NavX Library | https://pdocs.kauailabs.com/navx-mxp/software/roborio-libraries/java/ | https://www.kauailabs.com/public_files/navx-mxp/apidocs/java/index.html |
| Studica’s Titan Library | https://docs.dev.studica.com/en/latest/docs/GettingStarted/index.html | https://dev.studica.com/releases/JavaAPIDocs/index.html |
| Limelight | https://docs.limelightvision.io/docs/docs-limelight/getting-started/summary | https://limelightlib-wpijava-reference.limelightvision.io/frc/robot/package-summary.html |

## Software Libraries

| Name | Docs Site | API Docs |
| :------------- | :------------------------------------------------- | :------------------------------------------------------------ |
| WPILib | https://docs.wpilib.org/en/latest/ | https://github.wpilib.org/allwpilib/docs/2027/java/index.html |
| PathPlannerLib | https://pathplanner.dev/pathplannerlib.html | https://pathplanner.dev/api/java/ |
| ChoreoLib | https://choreo.autos/choreolib/getting-started/ | https://choreo.autos/api/choreolib/java/index.html |
| PhotonVision | https://docs.photonvision.org/en/latest/index.html | https://javadocs.photonvision.org/release/ |

## Version Control
Comment thread
reniejoshi marked this conversation as resolved.

| Name | Docs Site |
| :------------------------- | :------------------------------------------------------------ |
| Git | https://git-scm.com/ |
| GitHub | https://docs.github.com/en |
| Version Control in VS Code | https://code.visualstudio.com/docs/introvideos/versioncontrol |
| GitHub Desktop | https://github.com/apps/desktop |

## IDE

| Name | Docs Site |
| :------ | :--------------------------------- |
| VS Code | https://code.visualstudio.com/docs |

## Logging

| Name | Docs Site | API Docs |
| :----------- | :----------------------------- | :----------------------------------------------- |
| AdvantageKit | https://docs.advantagekit.org/ | https://docs.advantagekit.org/javadoc/index.html |
| DogLog | https://doglog.dev/ | https://javadoc.doglog.dev/ |

## Log Analysis apps

| Name | Docs Site |
| :------------- | :------------------------------- |
| AdvantageScope | https://docs.advantagescope.org/ |
1 change: 1 addition & 0 deletions src/starlightOverrides/Header.astro
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ const navLinks = [
{ href: '/learning-course/', label: 'Learning Course' },
{ href: '/educators-guide/introduction/', label: "Educator's Guide" },
{ href: '/best-practices/overview', label: 'Best Practices' },
{ href: '/resources/docs', label: 'Other Resources' }, // TODO: update to '/resources/overview' after merging pr #104
{ href: '/contribution/', label: 'Contribution' },
];

Expand Down