mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-04 20:02:54 +02:00
* WIP: refactor team profile cards * Add Interpolate / interpolate APIs * Add interpolate snapshot test * comments * fix Interpolate TS types * Interpolate should handle numbers and other JS types * translate BlogPostItem * interpolate translate() fn + add translations for blog post tag header * localize the LastUpdated component * translate DocVersionSuggestions * fix test * add some new translations * Add node script to easily update the theme default translations * fix translation extractor bug due to translate() dynamic values * use ICU placeholder syntax * refactor month key * order * team page translation improvements * Add interpolation doc + improve i18n doc
47 lines
1.7 KiB
Text
47 lines
1.7 KiB
Text
---
|
||
id: team
|
||
title: Team
|
||
slug: /team
|
||
---
|
||
|
||
import {
|
||
ActiveTeamRow,
|
||
HonoraryAlumniTeamRow,
|
||
StudentFellowsTeamRow,
|
||
} from '@site/src/components/TeamProfileCards';
|
||
|
||
## Active Team
|
||
|
||
The Docusaurus team works on the core functionality, plugins for the classic theme, as well as the Docusaurus documentation website.
|
||
|
||
Current members of the Docusaurus team are listed in alphabetical order below.
|
||
|
||
<ActiveTeamRow />
|
||
|
||
## Honorary Alumni
|
||
|
||
Docusaurus would never be what it is today without the huge contributions from these folks who have moved on to bigger and greater things.
|
||
|
||
<HonoraryAlumniTeamRow />
|
||
|
||
## Student Fellows
|
||
|
||
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.
|
||
|
||
<StudentFellowsTeamRow />
|
||
|
||
## Acknowledgements
|
||
|
||
Docusaurus 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](https://github.com/amyrlam)
|
||
- [Cheng Lou](https://github.com/chenglou)
|
||
- [Christine Abernathy](https://github.com/caabernathy)
|
||
- [Christopher Chedeau](https://github.com/vjeux)
|
||
- [Elvis Wolcott](https://github.com/elviswolcott)
|
||
- [Eric Nakagawa](https://github.com/ericnakagawa)
|
||
- [Fienny Angelina](https://github.com/fiennyangeln)
|
||
- [Frank Li](https://github.com/deltice)
|
||
- [Héctor Ramos](https://github.com/hramos)
|
||
- [Ramón Lamana](https://github.com/rlamana)
|
||
- [Ricky Vetter](https://github.com/rickyvetter)
|