From 3cbc5b0d5269d2ec22279457d0960046eea50071 Mon Sep 17 00:00:00 2001 From: sabaimran Date: Sat, 2 Mar 2024 17:37:18 +0530 Subject: [PATCH] Add links to blog in docs --- documentation/docusaurus.config.js | 21 +++++++++++++-------- 1 file changed, 13 insertions(+), 8 deletions(-) diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index 60f6550b..22859cc1 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -87,17 +87,22 @@ const config = { items: [ { href: 'https://github.com/khoj-ai/khoj', - label: '📖 GitHub', + label: 'GitHub', position: 'right', }, { href: 'https://app.khoj.dev/login', - label: '🌍 Cloud', + label: 'Cloud', position: 'right', }, { href: 'https://discord.gg/BDgyabRM6e', - label: '💬 Discord', + label: 'Discord', + position: 'right', + }, + { + href: 'https://blog.khoj.dev', + label: 'Blog', position: 'right', }, ], @@ -162,16 +167,16 @@ const config = { { title: 'More', items: [ - // { - // label: 'Blog', - // to: '/blog', - // }, + { + href: 'https://blog.khoj.dev', + label: 'Blog', + }, { label: 'Khoj Cloud', href: 'https://app.khoj.dev/login', }, { - label: 'Open Source', + label: 'GitHub', href: 'https://github.com/khoj-ai/khoj', }, {