mirror of
https://github.com/khoj-ai/khoj.git
synced 2024-11-27 09:25:06 +01:00
Update Khoj tagline to "Your Second Brain"
This commit is contained in:
parent
46f928165c
commit
1cdfa8087c
10 changed files with 15 additions and 14 deletions
|
@ -1,7 +1,7 @@
|
||||||
---
|
---
|
||||||
sidebar_position: 0
|
sidebar_position: 0
|
||||||
slug: /
|
slug: /
|
||||||
keywords: ["khoj", "khoj ai", "khoj docs", "khoj documentation", "khoj features", "khoj overview", "khoj quickstart", "khoj chat", "khoj search", "khoj cloud", "khoj self-host", "khoj setup", "open source ai", "local llm", "ai copilot", "second brain ai", "ai search engine"]
|
keywords: ["khoj", "khoj ai", "khoj docs", "khoj documentation", "khoj features", "khoj overview", "khoj quickstart", "khoj chat", "khoj search", "khoj cloud", "khoj self-host", "khoj setup", "open source ai", "local llm", "ai copilot", "second brain", "personal ai", "ai search engine"]
|
||||||
---
|
---
|
||||||
|
|
||||||
# Overview
|
# Overview
|
||||||
|
@ -9,7 +9,7 @@ keywords: ["khoj", "khoj ai", "khoj docs", "khoj documentation", "khoj features"
|
||||||
<p align="center"><img src="/img/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"></img></p>
|
<p align="center"><img src="/img/khoj-logo-sideways-500.png" width="200" alt="Khoj Logo"></img></p>
|
||||||
|
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<b>An AI copilot for your Second Brain</b>
|
<b>Your Second Brain</b>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<br />
|
<br />
|
||||||
|
|
|
@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer';
|
||||||
/** @type {import('@docusaurus/types').Config} */
|
/** @type {import('@docusaurus/types').Config} */
|
||||||
const config = {
|
const config = {
|
||||||
title: 'Khoj AI',
|
title: 'Khoj AI',
|
||||||
tagline: 'An AI copilot for your Second Brain',
|
tagline: 'Your Second Brain',
|
||||||
|
|
||||||
staticDirectories: ['assets'],
|
staticDirectories: ['assets'],
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "1.17.0",
|
"version": "1.17.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "Your Second Brain",
|
||||||
"author": "Khoj Inc.",
|
"author": "Khoj Inc.",
|
||||||
"authorUrl": "https://github.com/khoj-ai",
|
"authorUrl": "https://github.com/khoj-ai",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|
|
@ -4,7 +4,7 @@ build-backend = "hatchling.build"
|
||||||
|
|
||||||
[project]
|
[project]
|
||||||
name = "khoj"
|
name = "khoj"
|
||||||
description = "An AI copilot for your Second Brain"
|
description = "Your Second Brain"
|
||||||
readme = "README.md"
|
readme = "README.md"
|
||||||
license = "AGPL-3.0-or-later"
|
license = "AGPL-3.0-or-later"
|
||||||
requires-python = ">=3.10"
|
requires-python = ">=3.10"
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
{
|
{
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "1.17.0",
|
"version": "1.17.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "Your Second Brain",
|
||||||
"author": "Saba Imran, Debanjum Singh Solanky <team@khoj.dev>",
|
"author": "Khoj Inc. <team@khoj.dev>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"homepage": "https://khoj.dev",
|
"homepage": "https://khoj.dev",
|
||||||
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
"repository": "\"https://github.com/khoj-ai/khoj\"",
|
||||||
|
|
|
@ -4,8 +4,8 @@
|
||||||
|
|
||||||
;; Author: Debanjum Singh Solanky <debanjum@khoj.dev>
|
;; Author: Debanjum Singh Solanky <debanjum@khoj.dev>
|
||||||
;; Saba Imran <saba@khoj.dev>
|
;; Saba Imran <saba@khoj.dev>
|
||||||
;; Description: An AI copilot for your Second Brain
|
;; Description: Your Second Brain
|
||||||
;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image
|
;; Keywords: search, chat, ai, org-mode, outlines, markdown, pdf, image
|
||||||
;; Version: 1.17.0
|
;; Version: 1.17.0
|
||||||
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
|
;; Package-Requires: ((emacs "27.1") (transient "0.3.0") (dash "2.19.1"))
|
||||||
;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs
|
;; URL: https://github.com/khoj-ai/khoj/tree/master/src/interface/emacs
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "1.17.0",
|
"version": "1.17.0",
|
||||||
"minAppVersion": "0.15.0",
|
"minAppVersion": "0.15.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "Your Second Brain",
|
||||||
"author": "Khoj Inc.",
|
"author": "Khoj Inc.",
|
||||||
"authorUrl": "https://github.com/khoj-ai",
|
"authorUrl": "https://github.com/khoj-ai",
|
||||||
"isDesktopOnly": false
|
"isDesktopOnly": false
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "Khoj",
|
"name": "Khoj",
|
||||||
"version": "1.17.0",
|
"version": "1.17.0",
|
||||||
"description": "An AI copilot for your Second Brain",
|
"description": "Your Second Brain",
|
||||||
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
|
"author": "Debanjum Singh Solanky, Saba Imran <team@khoj.dev>",
|
||||||
"license": "GPL-3.0-or-later",
|
"license": "GPL-3.0-or-later",
|
||||||
"main": "src/main.js",
|
"main": "src/main.js",
|
||||||
|
@ -14,7 +14,8 @@
|
||||||
"search",
|
"search",
|
||||||
"chat",
|
"chat",
|
||||||
"AI",
|
"AI",
|
||||||
"assistant"
|
"assistant",
|
||||||
|
"second brain"
|
||||||
],
|
],
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@types/dompurify": "^3.0.5",
|
"@types/dompurify": "^3.0.5",
|
||||||
|
|
|
@ -6,7 +6,7 @@ const inter = Noto_Sans({ subsets: ["latin"] });
|
||||||
|
|
||||||
export const metadata: Metadata = {
|
export const metadata: Metadata = {
|
||||||
title: "Khoj AI - Home",
|
title: "Khoj AI - Home",
|
||||||
description: "Your open, personal AI.",
|
description: "Your Second Brain.",
|
||||||
icons: {
|
icons: {
|
||||||
icon: '/static/favicon.ico',
|
icon: '/static/favicon.ico',
|
||||||
},
|
},
|
||||||
|
|
|
@ -154,7 +154,7 @@ function ChatBodyData(props: ChatBodyDataProps) {
|
||||||
showLoginPrompt && (
|
showLoginPrompt && (
|
||||||
<LoginPrompt
|
<LoginPrompt
|
||||||
onOpenChange={setShowLoginPrompt}
|
onOpenChange={setShowLoginPrompt}
|
||||||
loginRedirectMessage={"Login to start extending your second brain"} />
|
loginRedirectMessage={"Login to your second brain"} />
|
||||||
)
|
)
|
||||||
}
|
}
|
||||||
<div className={`w-full text-center justify-end content-end`}>
|
<div className={`w-full text-center justify-end content-end`}>
|
||||||
|
|
Loading…
Reference in a new issue