mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Use icons, not text labels, for sidebar nav items on docs website
This commit is contained in:
@@ -93,23 +93,31 @@ const config = {
|
||||
items: [
|
||||
{
|
||||
href: 'https://github.com/khoj-ai/khoj',
|
||||
label: 'GitHub',
|
||||
position: 'right',
|
||||
className: 'header-github-link',
|
||||
title: 'Codebase',
|
||||
'aria-label': 'GitHub repository',
|
||||
},
|
||||
{
|
||||
href: 'https://app.khoj.dev/login',
|
||||
label: 'Cloud',
|
||||
position: 'right',
|
||||
className: 'header-cloud-link',
|
||||
title: 'Khoj Cloud',
|
||||
'aria-label': 'Khoj Cloud',
|
||||
},
|
||||
{
|
||||
href: 'https://discord.gg/BDgyabRM6e',
|
||||
label: 'Discord',
|
||||
position: 'right',
|
||||
className: 'header-discord-link',
|
||||
title: 'Community',
|
||||
'aria-label': 'Discord community',
|
||||
},
|
||||
{
|
||||
href: 'https://blog.khoj.dev',
|
||||
label: 'Blog',
|
||||
position: 'right',
|
||||
className: 'header-blog-link',
|
||||
title: 'Blog',
|
||||
'aria-label': 'Khoj Blog',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user