mirror of
https://github.com/facebook/docusaurus.git
synced 2025-04-29 10:17:55 +02:00
* POC of autogenerated sidebars
* use combine-promises utility lib
* autogenerated sidebar poc working
* Revert "autogenerated sidebar poc working"
This reverts commit c81da980
* POC of auto-generated sidebars for community docs
* update tests
* add initial test suite for autogenerated sidebars + fix some edge cases
* Improve autogen sidebars: strip more number prefixes in folder breadcrumb + slugs
* fix typo!
* Add tests for partially generated sidebars + fix edge cases + extract sidebar generation code
* Ability to read category metadatas file from a file in the category
* fix tests
* change position of API
* ability to extract number prefix
* stable system to enable position frontmatter
* fix tests for autogen sidebar position
* renamings
* restore community sidebars
* rename frontmatter position -> sidebar_position
* make sidebarItemsGenerator fn configurable
* minor changes
* rename dirPath => dirName
* Make the init template use autogenerated sidebars
* fix options
* fix docusaurus site: remove test docs
* add _category_ file to docs pathsToWatch
* add _category_ file to docs pathsToWatch
* tutorial: use sidebar_position instead of file number prefixes
* Adapt Docusaurus tutorial for autogenerated sidebars
* remove slug: /
* polish the homepage template
* rename _category_ sidebar_position to just "position"
* test for custom sidebarItemsGenerator fn
* fix category metadata + add link to report tutorial issues
* fix absolute path breaking tests
* fix absolute path breaking tests
* Add test for floating number sidebar_position
* add sidebarItemsGenerator unit tests
* add processSidebars unit tests
* Fix init template broken links
* windows test
* increase code translations test timeout
* cleanup mockCategoryMetadataFiles after windows test fixed
* update init template positions
* fix windows tests
* fix comment
* Add autogenerated sidebar items documentation + rewrite the full sidebars page doc
* add useful comment
* fix code block title
43 lines
1.8 KiB
Text
43 lines
1.8 KiB
Text
# Team
|
||
|
||
import {
|
||
ActiveTeamRow,
|
||
HonoraryAlumniTeamRow,
|
||
StudentFellowsTeamRow,
|
||
} from '@site/src/components/TeamProfileCards';
|
||
|
||
## Active Team {#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 {#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 {#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 {#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)
|