diff --git a/docs/getting-help.md b/docs/getting-help.md new file mode 100755 index 000000000..d17ff9e11 --- /dev/null +++ b/docs/getting-help.md @@ -0,0 +1,15 @@ +--- +id: resources +title: Resources +--- + +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! + +> 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**. + +## codeRIT Engineering +While outside development and collaboration on HackathonManager is much encouraged and appreciated, codeRIT oversees the development of the project. + +[Email codeRIT](mailto:engineering@coderit.org) - Send the codeRIT Engineering team an email with any questions or issues! + +> RIT organization using HackathonManager? We have a Slack for members of the RIT community! Ping codeRIT Engineering in #engineering at slack.coderit.org \ No newline at end of file diff --git a/website/sidebars.json b/website/sidebars.json index f030ac1aa..f4bc34a69 100755 --- a/website/sidebars.json +++ b/website/sidebars.json @@ -12,6 +12,7 @@ "updating-hm" ], "Guides": ["running-a-hackathon", "questionnaires", "messages", "busses"], - "Development": ["api"] + "Development": ["api"], + "Getting Help": ["resources"] } }