mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-02 13:18:18 +00:00
Include info about privacy in the docs (#631)
* Add a page about privacy and organize some of the documentation * Add notice about telemetry * Improve copy for privacy section, link to telemetry section
This commit is contained in:
@@ -87,7 +87,7 @@ const config = {
|
||||
items: [
|
||||
{
|
||||
href: 'https://github.com/khoj-ai/khoj',
|
||||
label: '📜 Code',
|
||||
label: '📖 GitHub',
|
||||
position: 'right',
|
||||
},
|
||||
{
|
||||
@@ -112,6 +112,10 @@ const config = {
|
||||
label: 'Get Started',
|
||||
to: '/',
|
||||
},
|
||||
{
|
||||
label: 'Privacy',
|
||||
to: '/privacy',
|
||||
},
|
||||
{
|
||||
label: 'Features',
|
||||
to: '/features/all_features',
|
||||
@@ -145,6 +149,14 @@ const config = {
|
||||
label: 'Twitter',
|
||||
href: 'https://twitter.com/khoj_ai',
|
||||
},
|
||||
{
|
||||
label: 'GitHub',
|
||||
href: 'https://github.com/khoj-ai/khoj/issues',
|
||||
},
|
||||
{
|
||||
label: 'Email',
|
||||
href: 'mailto:team@khoj.dev',
|
||||
}
|
||||
],
|
||||
},
|
||||
{
|
||||
@@ -155,11 +167,11 @@ const config = {
|
||||
// to: '/blog',
|
||||
// },
|
||||
{
|
||||
label: 'Cloud',
|
||||
label: 'Khoj Cloud',
|
||||
href: 'https://app.khoj.dev/login',
|
||||
},
|
||||
{
|
||||
label: 'Code',
|
||||
label: 'Open Source',
|
||||
href: 'https://github.com/khoj-ai/khoj',
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user