diff --git a/source/docs/software/advanced-gradlerio/deploy-git-data.rst b/source/docs/software/advanced-gradlerio/deploy-git-data.rst index e121ea0853..77c970e368 100644 --- a/source/docs/software/advanced-gradlerio/deploy-git-data.rst +++ b/source/docs/software/advanced-gradlerio/deploy-git-data.rst @@ -59,7 +59,7 @@ public final class BuildConstants { These files are regenerated every time code is built or deployed, so it isn't necessary to track them with Git. The aptly named [.gitignore](https://git-scm.com/docs/gitignore) file tells Git not to track any listed files and should exist by default in any project generated by the WPILib VS Code extension. Below is the line you should add to ``.gitignore`` to ignore the generated file: -``` +```text src/main/java/frc/robot/BuildConstants.java ``` diff --git a/source/docs/software/driverstation/driver-station-errors-warnings.rst b/source/docs/software/driverstation/driver-station-errors-warnings.rst index fe3112c444..0fcea322fc 100644 --- a/source/docs/software/driverstation/driver-station-errors-warnings.rst +++ b/source/docs/software/driverstation/driver-station-errors-warnings.rst @@ -4,7 +4,7 @@ In an effort to provide both Teams and Volunteers (:term:`FTA` / :term:`CSA` / e ## Joystick Unplugged -``` +```text ERROR-44009 occurred at Driver Station