mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-10 15:47:23 +02:00
docs(v2): convert teams page to MDX (#3743)
This commit is contained in:
parent
7c97dadf0d
commit
25fc35aec7
1 changed files with 85 additions and 33 deletions
|
@ -4,9 +4,13 @@ title: Team
|
||||||
slug: /team
|
slug: /team
|
||||||
---
|
---
|
||||||
|
|
||||||
import TeamProfileCard from "@site/src/components/TeamProfileCard"
|
import TeamProfileCard from '@site/src/components/TeamProfileCard';
|
||||||
|
|
||||||
export function TeamProfileCardCol(props) { return <TeamProfileCard {...props} className={'col col--6 margin-bottom--lg'}/> }
|
export function TeamProfileCardCol(props) {
|
||||||
|
return (
|
||||||
|
<TeamProfileCard {...props} className={'col col--6 margin-bottom--lg'} />
|
||||||
|
);
|
||||||
|
}
|
||||||
|
|
||||||
## Active Team
|
## Active Team
|
||||||
|
|
||||||
|
@ -15,26 +19,41 @@ The Docusaurus team works on the core functionality, plugins for the classic the
|
||||||
Current members of the Docusaurus team are listed in alphabetical order below.
|
Current members of the Docusaurus team are listed in alphabetical order below.
|
||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
|
<TeamProfileCardCol
|
||||||
|
name="Alexey Pyltsyn"
|
||||||
|
githubUrl="https://github.com/lex111">
|
||||||
|
Obsessed open-source enthusiast 👋 Eternal amateur at everything 🤷♂️
|
||||||
|
Maintainer of Russian docs on PHP, React, Kubernetes and much more 🧐
|
||||||
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Joel Marcey"
|
name="Joel Marcey"
|
||||||
githubUrl="https://github.com/JoelMarcey"
|
githubUrl="https://github.com/JoelMarcey"
|
||||||
twitterUrl="https://twitter.com/joelmarcey"
|
twitterUrl="https://twitter.com/joelmarcey">
|
||||||
>
|
Docusaurus founder and now ever grateful Docusaurus cheerleader to those who
|
||||||
Docusaurus founder and now ever grateful Docusaurus cheerleader to those who actually write code for it.
|
actually write code for it.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Sébastien Lorber"
|
name="Sébastien Lorber"
|
||||||
githubUrl="https://github.com/slorber"
|
githubUrl="https://github.com/slorber"
|
||||||
twitterUrl="https://twitter.com/sebastienlorber"
|
twitterUrl="https://twitter.com/sebastienlorber">
|
||||||
>
|
React lover since 2014. Freelance, helping Facebook ship Docusaurus v2. He
|
||||||
React lover since 2014. Freelance, helping Facebook ship Docusaurus v2. He writes regularly, on his <a href="https://sebastienlorber.com/" target="_blank">website</a> and <a href="https://dev.to/sebastienlorber" target="_blank">Dev.to</a>.
|
writes regularly, on his{' '}
|
||||||
|
<a href="https://sebastienlorber.com/" target="_blank">
|
||||||
|
website
|
||||||
|
</a>{' '}
|
||||||
|
and{' '}
|
||||||
|
<a href="https://dev.to/sebastienlorber" target="_blank">
|
||||||
|
Dev.to
|
||||||
|
</a>
|
||||||
|
.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Yangshun Tay"
|
name="Yangshun Tay"
|
||||||
githubUrl="https://github.com/yangshun"
|
githubUrl="https://github.com/yangshun"
|
||||||
twitterUrl="https://twitter.com/yangshunz"
|
twitterUrl="https://twitter.com/yangshunz">
|
||||||
>
|
Full Front End Stack developer who likes working on the Jamstack. Working on
|
||||||
Full Front End Stack developer who likes working on the Jamstack. Working on Docusaurus made him Facebook's unofficial part-time Open Source webmaster, which is an awesome role to be in.
|
Docusaurus made him Facebook's unofficial part-time Open Source webmaster,
|
||||||
|
which is an awesome role to be in.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -44,20 +63,17 @@ Docusaurus would never be what it is today without the huge contributions from t
|
||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Alexey Pyltsyn"
|
name="Endilie Yacop Sucipto"
|
||||||
githubUrl="https://github.com/lex111"
|
githubUrl="https://github.com/endiliey"
|
||||||
>
|
twitterUrl="https://twitter.com/endiliey">
|
||||||
Obsessed open-source enthusiast 👋 Eternal amateur at everything 🤷♂️ Maintainer of Russian docs on PHP, React, Kubernetes and much more 🧐
|
|
||||||
</TeamProfileCardCol>
|
|
||||||
<TeamProfileCardCol name="Endilie Yacop Sucipto" githubUrl="https://github.com/endiliey" twitterUrl="https://twitter.com/endiliey">
|
|
||||||
Maintainer @docusaurus · 🔥🔥🔥
|
Maintainer @docusaurus · 🔥🔥🔥
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Wei Gao"
|
name="Wei Gao"
|
||||||
githubUrl="https://github.com/wgao19"
|
githubUrl="https://github.com/wgao19"
|
||||||
twitterUrl="https://twitter.com/wgao19"
|
twitterUrl="https://twitter.com/wgao19">
|
||||||
>
|
🏻🌾 Work in progress React developer, maintains Docusaurus, writes docs
|
||||||
🏻🌾 Work in progress React developer, maintains Docusaurus, writes docs and spams this world with many websites.
|
and spams this world with many websites.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -66,27 +82,63 @@ Docusaurus would never be what it is today without the huge contributions from t
|
||||||
A handful of students have also worked on Docusaurus as part of their school term/internship and the [Major League Hacking Fellowship program](https://fellowship.mlh.io/), contributing amazing features such as plugin options validation, migration tooling, and a Bootstrap theme.
|
A handful of students have also worked on Docusaurus as part of their school term/internship and the [Major League Hacking Fellowship program](https://fellowship.mlh.io/), contributing amazing features such as plugin options validation, migration tooling, and a Bootstrap theme.
|
||||||
|
|
||||||
<div className="row">
|
<div className="row">
|
||||||
<TeamProfileCardCol name="Anshul Goyal" githubUrl="https://github.com/anshulrgoyal" twitterUrl="https://twitter.com/ar_goyal">
|
<TeamProfileCardCol
|
||||||
Fullstack developer who loves to code and try new technologies. In his free time, he contributes to open source, writes blog posts on his <a href="https://anshulgoyal.dev/" target="_blank">website</a> and watches Anime.
|
name="Anshul Goyal"
|
||||||
|
githubUrl="https://github.com/anshulrgoyal"
|
||||||
|
twitterUrl="https://twitter.com/ar_goyal">
|
||||||
|
Fullstack developer who loves to code and try new technologies. In his free
|
||||||
|
time, he contributes to open source, writes blog posts on his{' '}
|
||||||
|
<a href="https://anshulgoyal.dev/" target="_blank">
|
||||||
|
website
|
||||||
|
</a>{' '}
|
||||||
|
and watches Anime.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol name="Drew Alexander" githubUrl="https://github.com/drewbi">
|
<TeamProfileCardCol
|
||||||
Developer and Creative, trying to gain the skills to build whatever he can think of.
|
name="Drew Alexander"
|
||||||
|
githubUrl="https://github.com/drewbi">
|
||||||
|
Developer and Creative, trying to gain the skills to build whatever he can
|
||||||
|
think of.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol
|
<TeamProfileCardCol
|
||||||
name="Fanny Vieira"
|
name="Fanny Vieira"
|
||||||
githubUrl="https://github.com/fanny"
|
githubUrl="https://github.com/fanny"
|
||||||
twitterUrl="https://twitter.com/fannyvieiira"
|
twitterUrl="https://twitter.com/fannyvieiira">
|
||||||
>
|
Fanny got started with web development in high school, building a project
|
||||||
Fanny got started with web development in high school, building a project for the school kitchen. In her free time she loves contributing to Open Source, occasionally writing on <a href="https://dev.to/fannyvieira" target="_blank">her blog</a> about her experiences, cooking, and creating <a href="https://open.spotify.com/user/anotherfanny" target="_blank">Spotify playlists</a>.
|
for the school kitchen. In her free time she loves contributing to Open
|
||||||
|
Source, occasionally writing on{' '}
|
||||||
|
<a href="https://dev.to/fannyvieira" target="_blank">
|
||||||
|
her blog
|
||||||
|
</a>{' '}
|
||||||
|
about her experiences, cooking, and creating{' '}
|
||||||
|
<a href="https://open.spotify.com/user/anotherfanny" target="_blank">
|
||||||
|
Spotify playlists
|
||||||
|
</a>
|
||||||
|
.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol name="Sam Zhou" githubUrl="https://github.com/SamChou19815" twitterUrl="https://twitter.com/SamChou19815">
|
<TeamProfileCardCol
|
||||||
Sam started programming in 2011 and built his <a href="https://developersam.com">website</a> in 2015. He is interested in programming languages, dev infra and web development, and has built his own <a href="https://samlang.developersam.com/">programming language</a> and <a href="https://github.com/SamChou19815/mini-react">mini React</a>.
|
name="Sam Zhou"
|
||||||
|
githubUrl="https://github.com/SamChou19815"
|
||||||
|
twitterUrl="https://twitter.com/SamChou19815">
|
||||||
|
Sam started programming in 2011 and built his{' '}
|
||||||
|
<a href="https://developersam.com">website</a> in 2015. He is interested in
|
||||||
|
programming languages, dev infra and web development, and has built his own{' '}
|
||||||
|
<a href="https://samlang.developersam.com/">programming language</a> and{' '}
|
||||||
|
<a href="https://github.com/SamChou19815/mini-react">mini React</a>.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol name="Tan Teik Jun" githubUrl="https://github.com/teikjun" twitterUrl="https://twitter.com/teik_jun">
|
<TeamProfileCardCol
|
||||||
Open-source enthusiast who aims to become as awesome as the other humans on this page. Working on Docusaurus brought him closer to his goal. 🌱
|
name="Tan Teik Jun"
|
||||||
|
githubUrl="https://github.com/teikjun"
|
||||||
|
twitterUrl="https://twitter.com/teik_jun">
|
||||||
|
Open-source enthusiast who aims to become as awesome as the other humans on
|
||||||
|
this page. Working on Docusaurus brought him closer to his goal. 🌱
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
<TeamProfileCardCol name="Nisarag Bhatt" githubUrl="https://github.com/FocalChord" twitterUrl="https://twitter.com/focalchord_">
|
<TeamProfileCardCol
|
||||||
Fullstack web developer who loves learning new technologies and applying them! Loves contributing to open source as well as writing content articles and tutorials.
|
name="Nisarag Bhatt"
|
||||||
|
githubUrl="https://github.com/FocalChord"
|
||||||
|
twitterUrl="https://twitter.com/focalchord_">
|
||||||
|
Fullstack web developer who loves learning new technologies and applying
|
||||||
|
them! Loves contributing to open source as well as writing content articles
|
||||||
|
and tutorials.
|
||||||
</TeamProfileCardCol>
|
</TeamProfileCardCol>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue