Files
react.dev/src/sidebarCommunity.json
Soichiro Miki 9e1f5cd590 Add "Languages" navigation and article (#6382)
* Add new article "Translations"

* Add "languages" button in TopNav

* Add link to English (main) site

* Split deployedTranslations into multiple lines

* Fix build error regarding types

* Address some review comments

- deployedTranslations => finishedTranslations
- showTranslated => progress
- English fixes

* Update src/content/community/translations.md

Co-authored-by: Ricky <rickhanlonii@gmail.com>

* Update src/content/community/translations.md

---------

Co-authored-by: Ricky <rickhanlonii@gmail.com>
2024-05-01 12:31:18 -04:00

50 lines
1.1 KiB
JSON

{
"title": "Community",
"path": "/community",
"routes": [
{
"hasSectionHeader": true,
"sectionHeader": "GET INVOLVED"
},
{
"title": "Community",
"path": "/community",
"skipBreadcrumb": true,
"routes": [
{
"title": "React Conferences",
"path": "/community/conferences"
},
{
"title": "React Meetups",
"path": "/community/meetups"
},
{
"title": "React Videos",
"path": "/community/videos"
},
{
"title": "Meet the Team",
"path": "/community/team"
},
{
"title": "Docs Contributors",
"path": "/community/docs-contributors"
},
{
"title": "Translations",
"path": "/community/translations"
},
{
"title": "Acknowledgements",
"path": "/community/acknowledgements"
},
{
"title": "Versioning Policy",
"path": "/community/versioning-policy"
}
]
}
]
}