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:
sabaimran
2024-01-29 04:17:23 -08:00
committed by GitHub
parent 4fb8d5c6d4
commit 9ad44f0e77
4 changed files with 54 additions and 13 deletions

View File

@@ -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',
},
{