mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 17:35:07 +01:00
Add links to blog in docs
This commit is contained in:
parent
880368635e
commit
3cbc5b0d52
1 changed files with 13 additions and 8 deletions
|
@ -87,17 +87,22 @@ const config = {
|
||||||
items: [
|
items: [
|
||||||
{
|
{
|
||||||
href: 'https://github.com/khoj-ai/khoj',
|
href: 'https://github.com/khoj-ai/khoj',
|
||||||
label: '📖 GitHub',
|
label: 'GitHub',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://app.khoj.dev/login',
|
href: 'https://app.khoj.dev/login',
|
||||||
label: '🌍 Cloud',
|
label: 'Cloud',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
href: 'https://discord.gg/BDgyabRM6e',
|
href: 'https://discord.gg/BDgyabRM6e',
|
||||||
label: '💬 Discord',
|
label: 'Discord',
|
||||||
|
position: 'right',
|
||||||
|
},
|
||||||
|
{
|
||||||
|
href: 'https://blog.khoj.dev',
|
||||||
|
label: 'Blog',
|
||||||
position: 'right',
|
position: 'right',
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
|
@ -162,16 +167,16 @@ const config = {
|
||||||
{
|
{
|
||||||
title: 'More',
|
title: 'More',
|
||||||
items: [
|
items: [
|
||||||
// {
|
{
|
||||||
// label: 'Blog',
|
href: 'https://blog.khoj.dev',
|
||||||
// to: '/blog',
|
label: 'Blog',
|
||||||
// },
|
},
|
||||||
{
|
{
|
||||||
label: 'Khoj Cloud',
|
label: 'Khoj Cloud',
|
||||||
href: 'https://app.khoj.dev/login',
|
href: 'https://app.khoj.dev/login',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
label: 'Open Source',
|
label: 'GitHub',
|
||||||
href: 'https://github.com/khoj-ai/khoj',
|
href: 'https://github.com/khoj-ai/khoj',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in a new issue