mirror of
https://github.com/facebook/docusaurus.git
synced 2025-12-26 01:33:02 +00:00
docs(team): update active docusaurus team member (#9893)
Co-authored-by: Sébastien Lorber <slorber@users.noreply.github.com> Co-authored-by: OzakIOne <OzakIOne@users.noreply.github.com>
This commit is contained in:
parent
2b6d8bd646
commit
319d73d54f
|
|
@ -52,6 +52,7 @@ Codespaces
|
|||
commonmark
|
||||
contravariance
|
||||
corejs
|
||||
Couriol
|
||||
creativecommons
|
||||
Csapo
|
||||
Csvg
|
||||
|
|
|
|||
|
|
@ -81,23 +81,6 @@ function TeamProfileCardCol(props: ProfileProps) {
|
|||
export function ActiveTeamRow(): JSX.Element {
|
||||
return (
|
||||
<div className="row">
|
||||
<TeamProfileCardCol
|
||||
name="Alexey Pyltsyn"
|
||||
githubUrl="https://github.com/lex111">
|
||||
<Translate id="team.profile.Alexey Pyltsyn.body">
|
||||
Obsessed open-source enthusiast 👋 Eternal amateur at everything 🤷♂️
|
||||
Maintainer of Russian docs on PHP, React, Kubernetes and much more 🧐
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Joel Marcey"
|
||||
githubUrl="https://github.com/JoelMarcey"
|
||||
twitterUrl="https://twitter.com/joelmarcey">
|
||||
<Translate id="team.profile.Joel Marcey.body">
|
||||
Docusaurus founder and now ever grateful Docusaurus cheerleader to
|
||||
those who actually write code for it.
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Sébastien Lorber"
|
||||
githubUrl="https://github.com/slorber"
|
||||
|
|
@ -123,13 +106,11 @@ export function ActiveTeamRow(): JSX.Element {
|
|||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Yangshun Tay"
|
||||
githubUrl="https://github.com/yangshun"
|
||||
twitterUrl="https://twitter.com/yangshunz">
|
||||
name="Clément Couriol"
|
||||
githubUrl="https://github.com/ozakione">
|
||||
<Translate id="team.profile.Yangshun Tay.body">
|
||||
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.
|
||||
Student from CPE Lyon, France. Passionate web developer who tries to
|
||||
become an expert web developer.
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
</div>
|
||||
|
|
@ -139,6 +120,33 @@ export function ActiveTeamRow(): JSX.Element {
|
|||
export function HonoraryAlumniTeamRow(): JSX.Element {
|
||||
return (
|
||||
<div className="row">
|
||||
<TeamProfileCardCol
|
||||
name="Joel Marcey"
|
||||
githubUrl="https://github.com/JoelMarcey"
|
||||
twitterUrl="https://twitter.com/joelmarcey">
|
||||
<Translate id="team.profile.Joel Marcey.body">
|
||||
Docusaurus founder and now ever grateful Docusaurus cheerleader to
|
||||
those who actually write code for it.
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Alexey Pyltsyn"
|
||||
githubUrl="https://github.com/lex111">
|
||||
<Translate id="team.profile.Alexey Pyltsyn.body">
|
||||
Obsessed open-source enthusiast 👋 Eternal amateur at everything 🤷♂️
|
||||
Maintainer of Russian docs on PHP, React, Kubernetes and much more 🧐
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Yangshun Tay"
|
||||
githubUrl="https://github.com/yangshun"
|
||||
twitterUrl="https://twitter.com/yangshunz">
|
||||
<Translate id="team.profile.Yangshun Tay.body">
|
||||
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.
|
||||
</Translate>
|
||||
</TeamProfileCardCol>
|
||||
<TeamProfileCardCol
|
||||
name="Endilie Yacop Sucipto"
|
||||
githubUrl="https://github.com/endiliey"
|
||||
|
|
|
|||
Loading…
Reference in New Issue