This commit is contained in:
Dan Abramov
2022-11-21 15:56:35 +00:00
parent 65cc0154e3
commit 590c2d1faa

View File

@@ -7,6 +7,28 @@
"heading": true,
"path": "",
"routes": [
{
"title": "Installation",
"path": "/learn/installation",
"routes": [
{
"title": "Start a New React Project",
"path": "/learn/start-a-new-react-project"
},
{
"title": "Add React to a Website",
"path": "/learn/add-react-to-a-website"
},
{
"title": "Editor Setup",
"path": "/learn/editor-setup"
},
{
"title": "React Developer Tools",
"path": "/learn/react-developer-tools"
}
]
},
{
"title": "Quick Start",
"path": "/learn",
@@ -167,31 +189,9 @@
}
]
},
{
"title": "Installation",
"path": "/learn/installation",
"hasSeparator": true,
"routes": [
{
"title": "Start a New React Project",
"path": "/learn/start-a-new-react-project"
},
{
"title": "Add React to a Website",
"path": "/learn/add-react-to-a-website"
},
{
"title": "Editor Setup",
"path": "/learn/editor-setup"
},
{
"title": "React Developer Tools",
"path": "/learn/react-developer-tools"
}
]
},
{
"title": "Community",
"hasSeparator": true,
"path": "/learn/community",
"routes": [{
"title": "Acknowledgements",