-
Notifications
You must be signed in to change notification settings - Fork 16
Add other resources page #115
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
reniejoshi
wants to merge
20
commits into
frcsoftware:main
Choose a base branch
from
reniejoshi:add-other-resources-page
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
20 commits
Select commit
Hold shift + click to select a range
2c235c5
Add docs page
reniejoshi 7f28a54
Add docs for vision libraries
reniejoshi 67858e8
Add DogLog to docs
reniejoshi 232882d
Merge branch 'main' into add-other-resources-page
reniejoshi 1823e92
Merge branch 'main' of https://github.com/frcsoftware/frcsoftware.org…
reniejoshi fc00223
Merge branch 'main' into add-other-resources-page
reniejoshi 3fcabaf
Merge branch 'main' into add-other-resources-page
reniejoshi 71a72eb
Merge branch 'main' into add-other-resources-page
reniejoshi d2d46b4
Merge branch 'main' into add-other-resources-page
reniejoshi 61891c7
Merge branch 'main' into add-other-resources-page
reniejoshi 684c1ac
Merge branch 'main' into add-other-resources-page
reniejoshi 99650b1
Merge branch 'main' into add-other-resources-page
reniejoshi 178125a
Merge branch 'main' into add-other-resources-page
reniejoshi 18e4548
Implement requested changes
reniejoshi b3e68aa
Remove simulation docs
reniejoshi 471682e
Add GitHub Desktop docs
reniejoshi e5d8046
Add todo comment
reniejoshi ff3e122
Merge branch 'main' into add-other-resources-page
Adrianamm 57c171c
Merge branch 'main' into add-other-resources-page
reniejoshi bc317f0
Merge branch 'main' into add-other-resources-page
reniejoshi File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,43 @@ | ||
| --- | ||
| title: Docs | ||
| description: Links to helpful docs for FRC programming | ||
| --- | ||
|
|
||
| Here are some links to helpful documentation that you might reference while programming FRC robot code. | ||
|
|
||
| ## Libraries | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. i wonder if it would be a good idea to split this between vendor/hardware libraries and like pure software libraries but idk |
||
|
|
||
| | Name | Docs Site | API Docs | | ||
| | :---------------------- | :-------------------------------------------------------------------------- | :--------------------------------------------------------------------------------------- | | ||
| | WPILib | https://docs.wpilib.org/en/latest/ | https://github.wpilib.org/allwpilib/docs/2027/java/index.html | | ||
| | Phoenix 6 | https://v6.docs.ctr-electronics.com/en/stable/ | https://api.ctr-electronics.com/phoenix6/stable/java/ | | ||
| | 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/ | | ||
| | 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 | | ||
| | PhotonVision | https://docs.photonvision.org/en/latest/index.html | https://javadocs.photonvision.org/release/ | | ||
| | 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 | | ||
|
reniejoshi marked this conversation as resolved.
|
||
|
|
||
| ## Version Control | ||
|
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/ | | ||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.