Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jwbonner committed Sep 22, 2024
1 parent edd3a61 commit 51b1877
Showing 1 changed file with 23 additions and 23 deletions.
46 changes: 23 additions & 23 deletions docsSite/docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,23 +13,23 @@ import ScreenshotDark from "./img/screenshot-dark.png";
AdvantageScope is a robot diagnostics, log review/analysis, and data visualization application for FIRST Robotics Competition teams. 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://github.com/Mechanical-Advantage/AdvantageKit) log replay framework. Note that **AdvantageKit is not required to use AdvantageScope**.

<DocCardList
items={[
{
type: "category",
label: "Getting Started",
href: "/category/getting-started"
},
{
type: "category",
label: "Tab Reference",
href: "/category/tab-reference"
},
{
type: "category",
label: "More Features",
href: "/category/more-features"
}
]}
items={[
{
type: "category",
label: "Getting Started",
href: "/category/getting-started"
},
{
type: "category",
label: "Tab Reference",
href: "/category/tab-reference"
},
{
type: "category",
label: "More Features",
href: "/category/more-features"
}
]}
/>

AdvantageScope includes the following tools:
Expand All @@ -44,12 +44,12 @@ AdvantageScope includes the following tools:
- Flexible export options, with support for CSV and WPILOG

<Button
label="Go to Downloads"
link="https://github.com/Mechanical-Advantage/AdvantageScope/releases/latest"
variant="primary"
size="lg"
block
style={{ marginBottom: "15px" }}
label="Go to Downloads"
link="https://github.com/Mechanical-Advantage/AdvantageScope/releases/latest"
variant="primary"
size="lg"
block
style={{ marginBottom: "15px" }}
/>

Feedback, feature requests, and bug reports are welcome on the [issues page](https://github.com/Mechanical-Advantage/AdvantageScope/issues). For non-public inquires, please send a message to software@team6328.org.
Expand Down

0 comments on commit 51b1877

Please sign in to comment.