From 55941e96f9f261b7766191cfa72db5c247e441b9 Mon Sep 17 00:00:00 2001 From: Tan Nguyen Date: Tue, 29 Oct 2024 22:42:05 +0700 Subject: [PATCH] feat: add home url for docs --- src/configs/navbar.ts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/configs/navbar.ts b/src/configs/navbar.ts index 2a09697..d286233 100644 --- a/src/configs/navbar.ts +++ b/src/configs/navbar.ts @@ -6,6 +6,13 @@ const Navbar = { src: 'img/cslant-logo.svg', }, items: [ + { + type: 'doc', + docId: 'index', + href: 'https://cslant.com', + label: 'Home', + position: 'right', + }, { type: 'dropdown', label: 'Repositories',