Skip to content

Commit

Permalink
Add Javadoc link to README.md
Browse files Browse the repository at this point in the history
Add link to the generated Javadoc webpage to README
  • Loading branch information
AG6GR authored Jan 7, 2024
1 parent 607b48c commit 8d853f3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
## Code Structure
This project will use the FSMSystem framework, representing each subsystem as a finite state machine.

[![Javadoc](https://github.com/Tino-FRC-2473/FRC2024/actions/workflows/javadoc.yml/badge.svg)](https://github.com/Tino-FRC-2473/FRC2024/actions/workflows/javadoc.yml)

Javadoc for this repo is available at [https://tino-frc-2473.github.io/FRC2024/](https://tino-frc-2473.github.io/FRC2024/)

## Code Conventions
We will base our code style off the [Sun Java style guide](https://www.oracle.com/technetwork/java/codeconventions-150003.pdf).
* Indentation: tabs
Expand Down

0 comments on commit 8d853f3

Please sign in to comment.