2023-12-24 19:49:27 +03:00
|
|
|
{
|
|
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
|
|
"name": "Quivr",
|
|
|
|
"favicon": "/favicon.svg",
|
|
|
|
"colors": {
|
2023-12-25 18:08:28 +03:00
|
|
|
"primary": "#0D9373",
|
|
|
|
"light": "#07C983",
|
|
|
|
"dark": "#0D9373",
|
2023-12-24 19:49:27 +03:00
|
|
|
"anchors": {
|
2023-12-25 18:08:28 +03:00
|
|
|
"from": "#0D9373",
|
|
|
|
"to": "#07C983"
|
2023-12-24 19:49:27 +03:00
|
|
|
}
|
|
|
|
},
|
|
|
|
"topbarLinks": [
|
|
|
|
{
|
|
|
|
"name": "Support",
|
|
|
|
"url": "mailto:stan@quivr.app"
|
|
|
|
}
|
|
|
|
],
|
|
|
|
"topbarCtaButton": {
|
|
|
|
"name": "Try Quivr",
|
|
|
|
"url": "https://quivr.app"
|
|
|
|
},
|
|
|
|
"anchors": [
|
|
|
|
{
|
|
|
|
"name": "Community",
|
|
|
|
"icon": "discord",
|
|
|
|
"url": "https://discord.gg/HUpRgp2HG8"
|
|
|
|
},
|
|
|
|
{
|
2024-04-27 14:28:55 +03:00
|
|
|
"name": "API Docs",
|
|
|
|
"icon": "globe",
|
|
|
|
"url": "https://api.quivr.app/docs"
|
2023-12-26 16:15:39 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"name": "Status",
|
|
|
|
"icon": "signal",
|
|
|
|
"url": "https://uptime.quivr.app"
|
2023-12-24 19:49:27 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"navigation": [
|
|
|
|
{
|
2024-04-22 18:34:11 +03:00
|
|
|
"group": "Welcome to Quivr",
|
2023-12-24 19:49:27 +03:00
|
|
|
"pages": [
|
2024-04-22 18:34:11 +03:00
|
|
|
"intro",
|
|
|
|
"install",
|
2023-12-26 16:15:39 +03:00
|
|
|
{
|
2024-04-23 01:40:29 +03:00
|
|
|
"group": "Features",
|
2024-04-22 18:34:11 +03:00
|
|
|
"icon": "lightbulb",
|
2023-12-26 16:15:39 +03:00
|
|
|
"pages": [
|
2024-04-23 01:40:29 +03:00
|
|
|
"features/brain-creation",
|
|
|
|
"features/brain-sharing",
|
|
|
|
"features/quivr-assistants",
|
|
|
|
"features/chat",
|
|
|
|
"features/analytics",
|
|
|
|
"features/brain-customisation"
|
2023-12-25 18:08:28 +03:00
|
|
|
]
|
|
|
|
},
|
2024-04-23 01:40:29 +03:00
|
|
|
"slackbot",
|
2024-04-24 01:55:43 +03:00
|
|
|
{
|
|
|
|
"group": "Configuring",
|
|
|
|
"icon": "gear",
|
2024-04-25 00:26:28 +03:00
|
|
|
"pages": [
|
|
|
|
"configuring/authentication",
|
|
|
|
"configuring/new-model",
|
|
|
|
"configuring/increase-user-usage",
|
|
|
|
"configuring/resend-emails",
|
|
|
|
"configuring/reranking",
|
2024-04-29 19:31:21 +03:00
|
|
|
"configuring/llamaparse",
|
2024-04-25 00:26:28 +03:00
|
|
|
"configuring/environment-variables",
|
2024-04-28 17:32:58 +03:00
|
|
|
"configuring/profiler",
|
2024-05-10 11:44:55 +03:00
|
|
|
"configuring/telemetry",
|
|
|
|
"configuring/supabase-setup"
|
2024-04-25 00:26:28 +03:00
|
|
|
]
|
2024-04-24 01:55:43 +03:00
|
|
|
},
|
2024-04-22 18:34:11 +03:00
|
|
|
"tech-design",
|
|
|
|
"contact-us"
|
2023-12-25 18:08:28 +03:00
|
|
|
]
|
2024-04-22 19:39:24 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"group": "Deploy Quivr",
|
2024-04-25 00:26:28 +03:00
|
|
|
"pages": [
|
|
|
|
"deployment/porter",
|
|
|
|
"deployment/aws",
|
2024-04-30 12:46:33 +03:00
|
|
|
"deployment/digital_ocean",
|
|
|
|
"deployment/vercel"
|
2024-04-25 00:26:28 +03:00
|
|
|
]
|
2024-04-22 19:39:24 +03:00
|
|
|
},
|
|
|
|
{
|
|
|
|
"group": "Brains",
|
2024-04-25 00:26:28 +03:00
|
|
|
"pages": [
|
|
|
|
"brains/docs-and-urls",
|
|
|
|
"brains/gpt4",
|
|
|
|
"brains/sql"
|
|
|
|
]
|
2024-04-22 19:39:24 +03:00
|
|
|
},
|
|
|
|
{
|
2024-04-23 12:21:51 +03:00
|
|
|
"group": "Assistants",
|
2024-04-25 00:26:28 +03:00
|
|
|
"pages": [
|
|
|
|
"agents/summary"
|
|
|
|
]
|
2023-12-24 19:49:27 +03:00
|
|
|
}
|
|
|
|
],
|
|
|
|
"footerSocials": {
|
|
|
|
"twitter": "https://twitter.com/quivr_brain",
|
2024-02-08 00:59:48 +03:00
|
|
|
"github": "https://github.com/quivrhq/quivr",
|
2023-12-25 11:02:49 +03:00
|
|
|
"linkedin": "https://www.linkedin.com/company/getquivr",
|
|
|
|
"discord": "https://discord.gg/HUpRgp2HG8"
|
2023-12-24 19:49:27 +03:00
|
|
|
},
|
2023-12-25 11:02:49 +03:00
|
|
|
"openapi": "https://api.quivr.app/openapi.json",
|
|
|
|
"feedback": {
|
|
|
|
"thumbsRating": true,
|
|
|
|
"raiseIssue": true,
|
|
|
|
"suggestEdit": true
|
2023-12-25 18:08:28 +03:00
|
|
|
},
|
|
|
|
"api": {
|
|
|
|
"baseUrl": "https://api.quivr.app",
|
|
|
|
"auth": {
|
|
|
|
"method": "bearer"
|
|
|
|
}
|
2023-12-29 00:53:19 +03:00
|
|
|
},
|
|
|
|
"analytics": {
|
|
|
|
"posthog": {
|
2023-12-29 13:01:02 +03:00
|
|
|
"apiKey": "phc_BqYCVB8PX7VlzNU5MjbN8sET6soqW7jQVq6PrT9pJSJ",
|
2023-12-29 00:53:19 +03:00
|
|
|
"apiHost": "https://us.posthog.com"
|
|
|
|
}
|
2023-12-25 11:02:49 +03:00
|
|
|
}
|
2024-05-10 11:44:55 +03:00
|
|
|
}
|