Files
react.dev/beta/src/sidebarHome.json
2022-09-07 21:42:05 +01:00

33 lines
632 B
JSON

{
"title": "Home",
"heading": true,
"path": "/",
"routes": [
{
"heading": true,
"path": "",
"routes": [
{
"title": "Overview",
"path": "/"
},
{
"title": "Community",
"path": "/community",
"routes": [{
"title": "Acknowledgements",
"path": "/community/acknowledgements"
}, {
"title": "Meet the Team",
"path": "/community/meet-the-team"
}]
},
{
"title": "Blog",
"path": "https://reactjs.org/blog"
}
]
}
]
}