diff --git a/docusaurus.config.js b/docusaurus.config.js index 09d4bb1a5..372056726 100644 --- a/docusaurus.config.js +++ b/docusaurus.config.js @@ -104,12 +104,12 @@ module.exports = { }, { to: "build/", - label: "Build on Celo", + label: "Get Started", position: "left", }, { to: "developer/", - label: "Developers", + label: "Build on Celo", position: "left", }, { @@ -122,6 +122,10 @@ module.exports = { label: "More", position: "left", items: [ + { + to: "protocol/", + label: "Protocol", + }, { to: "validator/", label: "Validators", @@ -134,20 +138,7 @@ module.exports = { to: "cli/", label: "CLI", }, - { - to: "protocol/", - label: "Protocol", - }, - { - to: "https://celo.academy/c/tutorials/4", - label: "Tutorials", - target: "_blank", - }, - { to: "showcase", label: "DApps" }, - { - to: "community/guidelines", - label: "Community", - }, + { to: "https://www.celopg.eco/ecosystem", label: "dApps", target: "_blank" }, ], }, {