Skip to content

Commit

Permalink
update to tab headers (#1555)
Browse files Browse the repository at this point in the history
  • Loading branch information
sodofi authored Nov 6, 2024
1 parent 6d2394a commit f225956
Showing 1 changed file with 7 additions and 16 deletions.
23 changes: 7 additions & 16 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -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",
},
{
Expand All @@ -122,6 +122,10 @@ module.exports = {
label: "More",
position: "left",
items: [
{
to: "protocol/",
label: "Protocol",
},
{
to: "validator/",
label: "Validators",
Expand All @@ -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" },
],
},
{
Expand Down

0 comments on commit f225956

Please sign in to comment.