Skip to content

Commit

Permalink
Add docs footer and 6328 link
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Oct 11, 2024
1 parent 2c8239d commit e9a240e
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 1 deletion.
2 changes: 1 addition & 1 deletion docsSite/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import ScreenshotDark from "./img/screenshot-dark.png";

# AdvantageScope

AdvantageScope is a robot diagnostics, log review/analysis, and data visualization application for FIRST Robotics Competition teams developed by Team 6328. It reads logs in WPILOG, DS log, Hoot (CTRE), and RLOG file formats, plus live robot data viewing using NT4 or RLOG streaming. AdvantageScope can be used with any WPILib project, but is also optimized for use with our [AdvantageKit](https://docs.advantagekit.org) log replay framework. Note that **AdvantageKit is not required to use AdvantageScope**.
AdvantageScope is a robot diagnostics, log review/analysis, and data visualization application for FIRST Robotics Competition teams developed by [Team 6328](https://littletonrobotics.org). It reads logs in WPILOG, DS log, Hoot (CTRE), and RLOG file formats, plus live robot data viewing using NT4 or RLOG streaming. AdvantageScope can be used with any WPILib project, but is also optimized for use with our [AdvantageKit](https://docs.advantagekit.org) log replay framework. Note that **AdvantageKit is not required to use AdvantageScope**.

<DocCardList
items={[
Expand Down
17 changes: 17 additions & 0 deletions docsSite/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,23 @@ const config: Config = {
}
]
},
footer: {
copyright: "Copyright © 2021-2024 FRC 6328",
links: [
{
label: "Littleton Robotics",
href: "https://littletonrobotics.org"
},
{
label: "AdvantageKit",
href: "https://docs.advantagekit.org"
},
{
label: "WPILib Docs",
href: "https://docs.wpilib.org"
}
]
},
colorMode: {
disableSwitch: true,
respectPrefersColorScheme: true
Expand Down

0 comments on commit e9a240e

Please sign in to comment.