From aa311488cf09a586304e45fe4cd64fd92885e0ac Mon Sep 17 00:00:00 2001 From: Mel Padden Date: Fri, 14 Jun 2024 15:36:55 +0200 Subject: [PATCH] Promote Quickstart in nav bar --- config/navbar.config.js | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/config/navbar.config.js b/config/navbar.config.js index 2786946a21..1371ad9c89 100644 --- a/config/navbar.config.js +++ b/config/navbar.config.js @@ -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`, @@ -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",