From f2259566038355b79e5b9bd0c3216f54aeac3b02 Mon Sep 17 00:00:00 2001 From: sodofi <59624772+sodofi@users.noreply.github.com> Date: Wed, 6 Nov 2024 12:20:24 +0700 Subject: [PATCH] update to tab headers (#1555) --- docusaurus.config.js | 23 +++++++---------------- 1 file changed, 7 insertions(+), 16 deletions(-) diff --git a/docusaurus.config.js b/docusaurus.config.js index 09d4bb1a50..3720567268 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" }, ], }, {