Skip to content

Commit

Permalink
feat: add cslant website url for docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit committed Oct 29, 2024
1 parent 55941e9 commit 2f5e656
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 @@ -9,7 +9,14 @@ const Navbar = {
{
type: 'doc',
docId: 'index',
label: 'Our Website',
href: 'https://cslant.com',
position: 'left',
},
{
type: 'doc',
docId: 'index',
href: '/',
label: 'Home',
position: 'right',
},
Expand Down

0 comments on commit 2f5e656

Please sign in to comment.