mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-25 23:05:23 +00:00
- Reverts change to use sectionid on layouts (was unreliable), using config to make sure that's specified on all pages that need it - Adds permalinks to all other pages so that og data is correct - Corrects some permalinks that were in correct (translations)
25 lines
935 B
Markdown
25 lines
935 B
Markdown
---
|
|
id: acknowledgements
|
|
title: Acknowledgements
|
|
layout: single
|
|
permalink: acknowledgements.html
|
|
---
|
|
|
|
We'd like to thank all of our contributors:
|
|
|
|
<div class="three-column">
|
|
{% for author_col in site.data.acknowledgements %}
|
|
<ul>
|
|
{% for author in author_col %}
|
|
<li>{{ author }}</li>
|
|
{% endfor %}
|
|
</ul>
|
|
{% endfor %}
|
|
</div>
|
|
|
|
In addition, we're grateful to
|
|
- [Jeff Barczewski](https://github.com/jeffbski) for allowing us to use the [react](https://www.npmjs.com/package/react) package name on npm.
|
|
- [Christopher Aue](http://christopheraue.net/) for letting us use the [reactjs.com](http://reactjs.com/) domain name and the [@reactjs](https://twitter.com/reactjs) username on Twitter.
|
|
- [ProjectMoon](https://github.com/ProjectMoon) for letting us use the [flux](https://www.npmjs.com/package/flux) package name on npm.
|
|
- Shane Anderson for allowing us to use the [react](https://github.com/react) org on GitHub.
|