mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-23 15:38:55 +01:00
Update some of the open graph data for the documentation website
This commit is contained in:
parent
5134d49d71
commit
4f5c1eeded
2 changed files with 3 additions and 3 deletions
BIN
documentation/assets/img/khoj_documentation.png
Normal file
BIN
documentation/assets/img/khoj_documentation.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 868 KiB |
|
@ -73,14 +73,14 @@ const config = {
|
||||||
themeConfig:
|
themeConfig:
|
||||||
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
/** @type {import('@docusaurus/preset-classic').ThemeConfig} */
|
||||||
({
|
({
|
||||||
image: 'img/khoj-logo-sideways-500.png',
|
image: 'img/khoj_documentation.png',
|
||||||
metadata: [
|
metadata: [
|
||||||
{name: 'og:title', content: 'Khoj Documentation'},
|
{name: 'og:title', content: 'Docs'},
|
||||||
{name: 'og:type', content: 'website'},
|
{name: 'og:type', content: 'website'},
|
||||||
{name: 'og:site_name', content: 'Khoj Documentation'},
|
{name: 'og:site_name', content: 'Khoj Documentation'},
|
||||||
{name: 'og:description', content: 'Quickly get started with using or self-hosting Khoj'},
|
{name: 'og:description', content: 'Quickly get started with using or self-hosting Khoj'},
|
||||||
{name: 'og:url', content: 'https://docs.khoj.dev'},
|
{name: 'og:url', content: 'https://docs.khoj.dev'},
|
||||||
{name: 'keywords', content: 'khoj, khoj ai, chatgpt, open ai, open source, productivity'}
|
{name: 'keywords', content: 'khoj, khoj ai, chatgpt, open source ai, open source, transparent, accessible, trustworthy, hackable, index notes, rag, productivity'}
|
||||||
],
|
],
|
||||||
navbar: {
|
navbar: {
|
||||||
title: 'Khoj',
|
title: 'Khoj',
|
||||||
|
|
Loading…
Reference in a new issue