Skip to content

Commit

Permalink
Fix sidebar (#54)
Browse files Browse the repository at this point in the history
Resolves #52
  • Loading branch information
spacey-sooty committed Jun 10, 2024
1 parent 5f3b692 commit c7f953c
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
25 changes: 11 additions & 14 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -13,25 +13,22 @@ export default defineConfig({
facebook: 'https://facebook.com/Team4788',
},
sidebar: [
{ label: 'Home', link: '/' },
{
label: '4788 Documentation',
autogenerate: { directory: '4788' },

},
{
label: 'Guides',
label: 'External Docs',
items: [
// Each item here is one entry in the navigation menu.
{ label: 'Behaviours', link: '/guides/behaviours/' },
{ label: 'Style Guide', link: '/guides/style/' },
{ 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/' },
],
},
{
label: 'Reference',
autogenerate: { directory: 'reference' },
},
// logo: {
// src: './src/assets/my-logo.svg',
// },
// {
// label: 'Setting Up Your Own Project',
// autogenerate: { directory: 'setup' },
// },
],
}),
],
Expand Down
File renamed without changes.
1 change: 1 addition & 0 deletions src/content/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
title: Wombat Documentation!
description: 4788's code documentation
---
A collection of resources to help 4788 programmers.

## Other documentation sources
- [WPILib docs](https://docs.wpilib.org/en/stable/index.html)
Expand Down

0 comments on commit c7f953c

Please sign in to comment.