diff --git a/beta/src/sidebarLearn.json b/beta/src/sidebarLearn.json index d0aab54b9..d64bcb558 100644 --- a/beta/src/sidebarLearn.json +++ b/beta/src/sidebarLearn.json @@ -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",