You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -41,10 +41,20 @@ HackathonManager makes use of a few different third-party services & Ruby gems:
41
41
42
42
**[Deploy HackathonManager for your hackathon »](https://coderit.org/hackathon-manager/docs/deployment)**
43
43
44
+
## Documentation
45
+
46
+
Documentation is available at https://coderit.org/hackathon-manager/
47
+
48
+
Docs are maintained as markdown files in the `docs/` folder, with the website configuration & tooling stored in `website/`.
49
+
50
+
Doc & website changes are auto-built and deployed via [Travis CI](https://travis-ci.org/codeRIT/hackathon-manager) once merged into master.
51
+
44
52
## Contributing
45
53
46
54
GitHub issues and pull requests welcome!
47
55
56
+
All documentation is easily editable using the GitHub UI. Click the "Edit" button at the top of any documentation page to get started.
57
+
48
58
If there's a new feature you're looking to implement, **please** file an issue to open discussion on the feature before starting work or opening a pull request.
0 commit comments