Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs(v2): add community pages #2545

Merged
merged 2 commits into from
Apr 5, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions website/docs/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
id: support
title: Support
---

Docusaurus has a community of thousands of developers.

On this page we've listed some Docusaurus-related communities that you can be a part of; see the other pages in this section for additional online and in-person learning materials.

Before participating in Docusaurus' communities, [please read our Code of Conduct](https://engineering.fb.com/codeofconduct/). We have adopted the [Contributor Covenant](https://www.contributor-covenant.org/) and we expect that all community members adhere to the guidelines within.

## Stack Overflow

Stack Overflow is a popular forum to ask code-level questions or if you're stuck with a specific error. Read through the [existing questions](https://stackoverflow.com/questions/tagged/docusaurus) tagged with **docusaurus** or [ask your own](https://stackoverflow.com/questions/ask?tags=docusaurus)!

## Discussion forums

There are many online forums which are a great place for discussion about best practices and application architecture as well as the future of Docusaurus. If you have an answerable code-level question, Stack Overflow is usually a better fit.

- [Docusaurus online chat](https://discord.gg/docusaurus)
- [#docusaurus-2-dogfooding](https://discord.gg/7wjJ9yH) for user help
- [#docusaurus-2-dev](https://discord.gg/6g6ASPA) for contributing help
- [Reddit's Docusaurus community](https://www.reddit.com/r/docusaurus/)

## Feature requests

For new feature requests, you can create a post on our [Canny board](/feedback), which is a handy tool for roadmapping and allows for sorting by upvotes, which gives the core team a better indicator of what features are in high demand, as compared to GitHub issues which are harder to triage. Refrain from making a Pull Request for new features (especially large ones) as someone might already be working on it or will be part of our roadmap. Talk to us first!

## News

For the latest news about Docusaurus, [follow **@docusaurus** on Twitter](https://twitter.com/docusaurus) and the [official Docusaurus blog](/blog) on this website.
33 changes: 33 additions & 0 deletions website/docs/team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
---
id: team
title: Team
---

## Meet the Docusaurus Team

- Alexey Pyltsyn
- Fanny Batista Vieira
- Joel Marcey
- Yangshun Tay

## Honorary Alumni

- Endilie Yacop Sucipto
- Wei Gao

## Acknowledgements

React was originally created by Joel Marcey. Today, Docusaurus has a few hundred open source contributors. We’d like to recognize a few people who have made significant contributions to Docusaurus and its documentation in the past and have helped maintain them over the years:

- Amy Lam
- Cheng Lou
- Christine Abernathy
- Christopher Chedeau
- Elvis Wolcott
- Eric Nakagawa
- Fienny Angelina
- Frank Li
- Hector Ramos
- Ramón Lamana
- Ricky Vetter
- Sam Chou
2 changes: 1 addition & 1 deletion website/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ module.exports = {
},
{to: 'blog', label: 'Blog', position: 'left'},
{to: 'showcase', label: 'Showcase', position: 'left'},
{to: 'feedback', label: 'Feedback', position: 'left'},
{to: 'docs/next/support', label: 'Community', position: 'left'},
{
to: 'versions',
label: `v${versions[0]}`,
Expand Down
22 changes: 16 additions & 6 deletions website/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,7 @@

module.exports = {
docs: {
Docusaurus: [
'introduction',
'design-principles',
'contributing',
'resources',
],
Docusaurus: ['introduction', 'design-principles', 'contributing'],
'Getting Started': ['installation', 'configuration'],
Guides: [
'creating-pages',
Expand All @@ -35,4 +30,19 @@ module.exports = {
'theme-classic',
],
},
community: [
'support',
'team',
'resources',
{
type: 'link',
href: '/showcase',
label: 'Showcase',
},
{
type: 'link',
href: '/feedback',
label: 'Feedback',
},
],
};
116 changes: 0 additions & 116 deletions website/src/pages/help.js

This file was deleted.