diff options
| author | Fabian Mastenbroek <mail.fabianm@gmail.com> | 2022-09-13 17:28:57 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-13 17:28:57 +0200 |
| commit | ff7dfda051e0103b0df453473eb0f08cdc37ae85 (patch) | |
| tree | 2e80525809ecb5afe010faa99898ca479965b95a /site/community/1-team.mdx | |
| parent | fde9ba4fb88bada9d9873ba21904e9e1a66b0c46 (diff) | |
| parent | fd208941622cd559a0c3a196a0754a1b33db402b (diff) | |
merge: Add documentation using Docusaurus (#97)
This pull request implements the new OpenDC documentation website using Docusaurus 2.
## Implementation Notes :hammer_and_pick:
* Add initial Docusaurus website.
* Migrate existing docs to Docusaurus.
* Configure Prettier for Docusaurus.
* Add tutorials to OpenDC website (#28)
* Add deployment workflow via GitHub actions
## External Dependencies :four_leaf_clover:
* Docusaurus 2
Closes #28
Diffstat (limited to 'site/community/1-team.mdx')
| -rw-r--r-- | site/community/1-team.mdx | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/site/community/1-team.mdx b/site/community/1-team.mdx new file mode 100644 index 00000000..719bf280 --- /dev/null +++ b/site/community/1-team.mdx @@ -0,0 +1,13 @@ +import TeamMembers from '@site/src/components/TeamMembers'; + +# Team + +The OpenDC project is currently developed and maintained by the [AtLarge Research Group](https://www.atlarge-research.com/) +from Amsterdam, the Netherlands. The team that works (or has worked) on OpenDC consists of: + +<TeamMembers /> + +## Want to join our team? + +If you are interested in joining the OpenDC team, sent us a message at [opendc@atlarge-research.com](mailto:opendc@atlarge-research.com) +or visit the [AtLarge Research website](https://www.atlarge-research.com/new_students.html) for more information. |
