Add links to Discord channels (#414)

We now have an additional support structure.
This commit is contained in:
Joel Marcey 2018-01-23 13:23:52 -08:00 committed by GitHub
parent 43e80fcea7
commit 2d9d8b1158
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 21 additions and 3 deletions

View file

@ -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:
@ -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>