Skip to content

Commit

Permalink
Add links to Discord channels (#414)
Browse files Browse the repository at this point in the history
We now have an additional support structure.
  • Loading branch information
JoelMarcey authored Jan 23, 2018
1 parent 43e80fc commit 2d9d8b1
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ There are many ways to contribute to Docusaurus, and many of them do not involve

Contributions are very welcome. If you think you need help planning your contribution, please ping us on Twitter at [@docusaurus](https://twitter.com/docusaurus) and let us know you are looking for a bit of help.

### Join our Discord Channel

We have [#docusaurus-dev](https://discord.gg/ZQrGEVj) to discuss all things Docusaurus development.

### Triaging issues and pull requests

One great way you can contribute to the project without writing any code is to help triage issues and pull requests as they come in.
Expand Down
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,16 @@ Read our [contributing guide](https://github.com/facebook/Docusaurus/blob/master

To help you get your feet wet and get you familiar with our contribution process, we have a list of [beginner friendly bugs](https://github.com/facebook/Docusaurus/labels/good%20first%20issue) that contain bugs which are fairly easy to fix. This is a great place to get started.

### License
## Contact

We have a few channels for contact:

- Our [#docusaurus-users](https://discord.gg/tq7QK3M) Discord channel for those using Docusaurus.
- Our [#docusaurus-dev](https://discord.gg/ZQrGEVj) Discord channel for those wanting to contribute to the Docusaurus core.
- [@docusaurus](https://twitter.com/docusaurus) on Twitter
- [GitHub Issues](https://github.com/facebook/docusaurus/issues)

## License

Docusaurus is [MIT licensed](./LICENSE).

Expand Down
9 changes: 7 additions & 2 deletions website/pages/en/help.js
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,11 @@ class Help extends React.Component {
content:
`Learn more about Docusaurus using the [official documentation](${siteConfig.baseUrl}docs/${this.props.language}/installation.html).`,
},
{
title: "Discord",
content:
"You can join the conversation on one of our Discord Channels: [#docusaurus-users](https://discord.gg/tq7QK3M) for user help and [#docusaurus-dev](https://discord.gg/ZQrGEVj) for contributing help."
},
{
title: "Twitter",
content:
Expand All @@ -39,9 +44,9 @@ class Help extends React.Component {
<h2>Need help?</h2>
</header>
<p>
If you need help with Docusaurus, you can try one of the mechanisms below. We are looking at other options to provide help for Docusaurus users well.
If you need help with Docusaurus, you can try one of the mechanisms below.
</p>
<GridBlock contents={supportLinks} layout="threeColumn" />
<GridBlock contents={supportLinks} layout="fourColumn" />
</div>
</Container>
</div>
Expand Down

0 comments on commit 2d9d8b1

Please sign in to comment.