mirror of
https://github.com/reactjs/react.dev.git
synced 2026-02-24 04:33:10 +00:00
33 lines
632 B
JSON
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"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|