mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-22 11:52:00 +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)
935 B
935 B
id, title, layout, permalink
| id | title | layout | permalink |
|---|---|---|---|
| acknowledgements | Acknowledgements | single | acknowledgements.html |
We'd like to thank all of our contributors:
{% for author_col in site.data.acknowledgements %}
-
{% for author in author_col %}
- {{ author }} {% endfor %}
In addition, we're grateful to
- Jeff Barczewski for allowing us to use the react package name on npm.
- Christopher Aue for letting us use the reactjs.com domain name and the @reactjs username on Twitter.
- ProjectMoon for letting us use the flux package name on npm.
- Shane Anderson for allowing us to use the react org on GitHub.