diff --git a/src/content/docs/index.md b/src/content/docs/index.md index 5110fa4..2aa9a56 100644 --- a/src/content/docs/index.md +++ b/src/content/docs/index.md @@ -5,7 +5,7 @@ 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) -- [CTRE docs](https://v6.docs.ctr-electronics.com/en/stable/) -- [REVLib docs](https://docs.revrobotics.com/brushless/spark-flex/revlib) -- [Choreo docs](https://sleipnirgroup.github.io/Choreo/) +- [WPILib docs](/other/wpilib) +- [CTRE docs](/other/ctre) +- [REVLib docs](/other/revlib) +- [Choreo docs](/other/choreo) diff --git a/src/content/docs/other/choreo.md b/src/content/docs/other/choreo.md new file mode 100644 index 0000000..d388125 --- /dev/null +++ b/src/content/docs/other/choreo.md @@ -0,0 +1,5 @@ +--- +title: Choreo Documentation +--- + +Choreo documentation can be found [here](https://sleipnirgroup.github.io/Choreo/). diff --git a/src/content/docs/other/ctre.md b/src/content/docs/other/ctre.md new file mode 100644 index 0000000..fc4e2cf --- /dev/null +++ b/src/content/docs/other/ctre.md @@ -0,0 +1,5 @@ +--- +title: CTRE Documentation +--- + +The CTRE documentation can be found [here](https://v6.docs.ctr-electronics.com/en/stable/). diff --git a/src/content/docs/other/revlib.md b/src/content/docs/other/revlib.md new file mode 100644 index 0000000..fddeca5 --- /dev/null +++ b/src/content/docs/other/revlib.md @@ -0,0 +1,5 @@ +--- +title: REVLib Documentation +--- + +The REVLib documentation can be found [here](https://docs.revrobotics.com/brushless/spark-flex/revlib). diff --git a/src/content/docs/other/wpilib.md b/src/content/docs/other/wpilib.md new file mode 100644 index 0000000..748a8ee --- /dev/null +++ b/src/content/docs/other/wpilib.md @@ -0,0 +1,5 @@ +--- +title: WPILib documentation +--- + +The WPILib documentation can be found [here](https://docs.wpilib.org/en/stable/index.html).