mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 03:42:34 +02:00
Add links to Discord channels (#414)
We now have an additional support structure.
This commit is contained in:
parent
43e80fcea7
commit
2d9d8b1158
3 changed files with 21 additions and 3 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue