diff --git a/documentation/docs/get-started/overview.md b/documentation/docs/get-started/overview.md index 57bc6752..c8864cfc 100644 --- a/documentation/docs/get-started/overview.md +++ b/documentation/docs/get-started/overview.md @@ -1,7 +1,7 @@ --- sidebar_position: 0 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 @@ -9,7 +9,7 @@ keywords: ["khoj", "khoj ai", "khoj docs", "khoj documentation", "khoj features"

Khoj Logo

- An AI copilot for your Second Brain + Your Second Brain

diff --git a/documentation/docusaurus.config.js b/documentation/docusaurus.config.js index f48fd24a..c2228905 100644 --- a/documentation/docusaurus.config.js +++ b/documentation/docusaurus.config.js @@ -9,7 +9,7 @@ import {themes as prismThemes} from 'prism-react-renderer'; /** @type {import('@docusaurus/types').Config} */ const config = { title: 'Khoj AI', - tagline: 'An AI copilot for your Second Brain', + tagline: 'Your Second Brain', staticDirectories: ['assets'], diff --git a/manifest.json b/manifest.json index 2072fbdb..daf7fb89 100644 --- a/manifest.json +++ b/manifest.json @@ -3,7 +3,7 @@ "name": "Khoj", "version": "1.17.0", "minAppVersion": "0.15.0", - "description": "An AI copilot for your Second Brain", + "description": "Your Second Brain", "author": "Khoj Inc.", "authorUrl": "https://github.com/khoj-ai", "isDesktopOnly": false diff --git a/pyproject.toml b/pyproject.toml index d41d7977..4b651dad 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ build-backend = "hatchling.build" [project] name = "khoj" -description = "An AI copilot for your Second Brain" +description = "Your Second Brain" readme = "README.md" license = "AGPL-3.0-or-later" requires-python = ">=3.10" diff --git a/src/interface/desktop/package.json b/src/interface/desktop/package.json index c34d338a..f4962a53 100644 --- a/src/interface/desktop/package.json +++ b/src/interface/desktop/package.json @@ -1,8 +1,8 @@ { "name": "Khoj", "version": "1.17.0", - "description": "An AI copilot for your Second Brain", - "author": "Saba Imran, Debanjum Singh Solanky ", + "description": "Your Second Brain", + "author": "Khoj Inc. ", "license": "GPL-3.0-or-later", "homepage": "https://khoj.dev", "repository": "\"https://github.com/khoj-ai/khoj\"", diff --git a/src/interface/emacs/khoj.el b/src/interface/emacs/khoj.el index d19d2dcc..e59afbc8 100644 --- a/src/interface/emacs/khoj.el +++ b/src/interface/emacs/khoj.el @@ -4,8 +4,8 @@ ;; Author: Debanjum Singh Solanky ;; Saba Imran -;; Description: An AI copilot for your Second Brain -;; Keywords: search, chat, org-mode, outlines, markdown, pdf, image +;; Description: Your Second Brain +;; Keywords: search, chat, ai, org-mode, outlines, markdown, pdf, image ;; Version: 1.17.0 ;; 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 diff --git a/src/interface/obsidian/manifest.json b/src/interface/obsidian/manifest.json index 2072fbdb..daf7fb89 100644 --- a/src/interface/obsidian/manifest.json +++ b/src/interface/obsidian/manifest.json @@ -3,7 +3,7 @@ "name": "Khoj", "version": "1.17.0", "minAppVersion": "0.15.0", - "description": "An AI copilot for your Second Brain", + "description": "Your Second Brain", "author": "Khoj Inc.", "authorUrl": "https://github.com/khoj-ai", "isDesktopOnly": false diff --git a/src/interface/obsidian/package.json b/src/interface/obsidian/package.json index b48caf59..fe5b1a35 100644 --- a/src/interface/obsidian/package.json +++ b/src/interface/obsidian/package.json @@ -1,7 +1,7 @@ { "name": "Khoj", "version": "1.17.0", - "description": "An AI copilot for your Second Brain", + "description": "Your Second Brain", "author": "Debanjum Singh Solanky, Saba Imran ", "license": "GPL-3.0-or-later", "main": "src/main.js", @@ -14,7 +14,8 @@ "search", "chat", "AI", - "assistant" + "assistant", + "second brain" ], "devDependencies": { "@types/dompurify": "^3.0.5", diff --git a/src/interface/web/app/layout.tsx b/src/interface/web/app/layout.tsx index 903a0474..17812dc7 100644 --- a/src/interface/web/app/layout.tsx +++ b/src/interface/web/app/layout.tsx @@ -6,7 +6,7 @@ const inter = Noto_Sans({ subsets: ["latin"] }); export const metadata: Metadata = { title: "Khoj AI - Home", - description: "Your open, personal AI.", + description: "Your Second Brain.", icons: { icon: '/static/favicon.ico', }, diff --git a/src/interface/web/app/page.tsx b/src/interface/web/app/page.tsx index 03380b7f..af7a2b0a 100644 --- a/src/interface/web/app/page.tsx +++ b/src/interface/web/app/page.tsx @@ -154,7 +154,7 @@ function ChatBodyData(props: ChatBodyDataProps) { showLoginPrompt && ( + loginRedirectMessage={"Login to your second brain"} /> ) }