diff --git a/docs/help.md b/docs/help.md new file mode 100644 index 00000000..3bbf2ae9 --- /dev/null +++ b/docs/help.md @@ -0,0 +1,7 @@ +Rojo is a fairly complex tool to adopt, but there's a community willing to help! + +The [Roblox Open Source Community Discord](https://discord.gg/wH5ncNS) currently hosts a Rojo support channel, **#rojo**, that is a great place to get help as problems come up. + +If you find anything that looks like a bug or have ideas for how to improve Rojo, feel free to file an issue on [Rojo's GitHub issue tracker](https://github.com/rojo-rbx/rojo/issues). + +Rojo's primary maintainer is also available on Twitter, [@LPGhatguy](https://twitter.com/LPGhatguy). \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 5124905e..c5f86297 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -11,6 +11,7 @@ theme: nav: - Home: index.md - Why Rojo?: why-rojo.md + - Get Help with Rojo: help.md - Guide: - Installation: guide/installation.md - Creating a Game with Rojo: guide/new-game.md