mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Add Docs footer, nav pane links. Fix tagline, Remove announcement topbar
This commit is contained in:
parent
d920e4d0a7
commit
c82d34b659
1 changed files with 42 additions and 20 deletions
|
@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
|
|||
/** @type {import('@docusaurus/types').Config} */
|
||||
const config = {
|
||||
title: 'Khoj AI',
|
||||
tagline: 'Merge AI with your brain.',
|
||||
tagline: 'An AI copilot for your Second Brain',
|
||||
|
||||
staticDirectories: ['assets'],
|
||||
|
||||
|
@ -67,12 +67,7 @@ const config = {
|
|||
themeConfig:
|
||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||
({
|
||||
// Replace with your project's social card
|
||||
image: 'img/khoj-logo-sideways-500.png',
|
||||
announcementBar: {
|
||||
backgroundColor: '#fcc50b',
|
||||
content: "Give us a star on <a target='_blank' rel='noopener noreferrer' href='https://github.com/khoj-ai/khoj'>GitHub</a>!"
|
||||
},
|
||||
metadata: [
|
||||
{name: 'keywords', content: 'khoj, khoj ai, chatgpt, open ai, open source, productivity'},
|
||||
{name: 'og:title', content: 'Khoj Documentation'},
|
||||
|
@ -90,16 +85,19 @@ const config = {
|
|||
src: 'img/favicon-128x128.ico',
|
||||
},
|
||||
items: [
|
||||
{
|
||||
type: 'docSidebar',
|
||||
position: 'left',
|
||||
label: 'Docs',
|
||||
sidebarId: 'tutorialSidebar',
|
||||
},
|
||||
// {to: '/blog', label: 'Blog', position: 'left'},
|
||||
{
|
||||
href: 'https://github.com/khoj-ai/khoj',
|
||||
label: 'Khoj',
|
||||
label: '📜 Code',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: 'https://app.khoj.dev/login',
|
||||
label: '🌍 Cloud',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
href: 'https://discord.gg/BDgyabRM6e',
|
||||
label: '💬 Discord',
|
||||
position: 'right',
|
||||
},
|
||||
],
|
||||
|
@ -114,6 +112,22 @@ const config = {
|
|||
label: 'Get Started',
|
||||
to: '/',
|
||||
},
|
||||
{
|
||||
label: 'Features',
|
||||
to: '/features/all_features',
|
||||
},
|
||||
{
|
||||
label: 'Client Apps',
|
||||
to: '/category/clients',
|
||||
},
|
||||
{
|
||||
label: 'Self-Hosting',
|
||||
to: '/get-started/setup',
|
||||
},
|
||||
{
|
||||
label: 'Contributing',
|
||||
to: '/contributing/development',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -123,14 +137,14 @@ const config = {
|
|||
label: 'Discord',
|
||||
href: 'https://discord.gg/BDgyabRM6e',
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/sabaimran_go',
|
||||
},
|
||||
{
|
||||
label: 'LinkedIn',
|
||||
href: 'https://www.linkedin.com/company/khoj-ai/'
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/khoj_ai',
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
|
@ -141,9 +155,17 @@ const config = {
|
|||
// to: '/blog',
|
||||
// },
|
||||
{
|
||||
label: 'GitHub',
|
||||
label: 'Cloud',
|
||||
href: 'https://app.khoj.dev/login',
|
||||
},
|
||||
{
|
||||
label: 'Code',
|
||||
href: 'https://github.com/khoj-ai/khoj',
|
||||
},
|
||||
{
|
||||
label: 'Website',
|
||||
href: 'https://khoj.dev',
|
||||
},
|
||||
],
|
||||
},
|
||||
],
|
||||
|
|
Loading…
Reference in a new issue