-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds the most recent release from the Github releases feed to the homepage, so that users know when something changes. This commit also adds a call to action for anyone who can contribute to the site.
- Loading branch information
Showing
3 changed files
with
78 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
export const REPO_GITHUB_URL = "https://github.com/arxanas/smashtraining"; | ||
|
||
export const REPO_GITHUB_ISSUES_URL = | ||
"https://github.com/arxanas/smashtraining/issues/new"; | ||
|
||
export const REPO_GITHUB_RELEASES_API_URL = | ||
"https://api.github.com/repos/arxanas/smashtraining/releases/latest"; | ||
|
||
export const CONTACT_HREF = "mailto:[email protected]"; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters