Skip to content

Commit 9c61d1f

Browse files
authored
feat(docs): Adds new Resources page (#318)
1 parent fe66870 commit 9c61d1f

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

docs/getting-help.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
---
2+
id: resources
3+
title: Resources
4+
---
5+
6+
The HackathonManager community is here to help. While these docs are very much a work in progress, a lot of effort has gone into making HackathonManager as simple as possible to setup. If additional help is needed, resources can be found on this page. There is a large community of developers who want to see HackathonManager succeed so all questions are welcomed!
7+
8+
> See an area in the docs we can improve on? Click the `EDIT` button on any page and open a pull request with the changes! Feedback from the community on our docs is **greatly appreciated**.
9+
10+
## codeRIT Engineering
11+
While outside development and collaboration on HackathonManager is much encouraged and appreciated, codeRIT oversees the development of the project.
12+
13+
[Email codeRIT](mailto:engineering@coderit.org) - Send the codeRIT Engineering team an email with any questions or issues!
14+
15+
> RIT organization using HackathonManager? We have a Slack for members of the RIT community! Ping codeRIT Engineering in #engineering at slack.coderit.org

website/sidebars.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
"updating-hm"
1313
],
1414
"Guides": ["running-a-hackathon", "questionnaires", "messages", "busses"],
15-
"Development": ["api"]
15+
"Development": ["api"],
16+
"Getting Help": ["resources"]
1617
}
1718
}

0 commit comments

Comments
 (0)