Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacey-sooty committed Jul 4, 2024
1 parent 5321901 commit 6686bca
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ export default defineConfig({
label: 'External Docs',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'WPILib Documentation', link: '/other/wpilib' },
{ label: 'CTRE Documentation', link: 'other/ctre' },
{ label: 'REV Documentation', link: 'other/revlib' },
{ label: 'Choreo Documentation', link: 'other/choreo' },
{ label: 'WPILib Documentation', link: 'https://docs.wpilib.org/en/stable/index.html' },
{ label: 'CTRE Documentation', link: 'https://v6.docs.ctr-electronics.com/en/stable/' },
{ label: 'REV Documentation', link: 'https://docs.revrobotics.com/brushless/spark-flex/revlib' },
{ label: 'Choreo Documentation', link: 'https://sleipnirgroup.github.io/Choreo/' },
],
},
],
Expand Down

0 comments on commit 6686bca

Please sign in to comment.