Files
react.dev/src/sidebarCommunity.json
2023-03-18 22:35:53 +00:00

46 lines
991 B
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": "Acknowledgements",
"path": "/community/acknowledgements"
},
{
"title": "Versioning Policy",
"path": "/community/versioning-policy"
}
]
}
]
}