mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 20:32:42 +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
|
@ -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.
|
||||
|
|
11
README.md
11
README.md
|
@ -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).
|
||||
|
||||
|
|
|
@ -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