Skip to content

Commit

Permalink
feat: add home url for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 29, 2024
1 parent a595730 commit 55941e9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/configs/navbar.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 55941e9

Please sign in to comment.