From 88e462c4e5256f02bf435ba4f4695f05c5471642 Mon Sep 17 00:00:00 2001 From: Lucien Greathouse Date: Wed, 11 Sep 2019 11:34:52 -0700 Subject: [PATCH] Add help page to direct people to Discord, GitHub, and Twitter --- docs/help.md | 7 +++++++ mkdocs.yml | 1 + 2 files changed, 8 insertions(+) create mode 100644 docs/help.md 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