Skip to content

Commit

Permalink
Promote Quickstart in nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
melpadden committed Jun 14, 2024
1 parent 5336db2 commit aa31148
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions config/navbar.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@ module.exports = {
// label: "Documentation",
// position: "left",
// },
{
to: `${routePrefix}/resources/quick-start`,
label: "Quickstart",
position: "left",
},
{
to: `${routePrefix}/concepts`,
activeBasePath: `${routePrefix}/concepts`,
Expand Down Expand Up @@ -46,10 +51,6 @@ module.exports = {
label: "Resources",
position: "left",
},
{
href: "https://docs.casper.network/resources/quick-start/",
label: "Quickstart",
},
{
href: "https://support.casperlabs.io/",
label: "Support",
Expand Down

0 comments on commit aa31148

Please sign in to comment.