mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-29 14:57:03 +03:00
56e79207bb
This pull request adds environment variables, increases user usage, and adds new models to the Quivr application. It includes the following commits: - docs: Add environment variables, increase user usage, and add new models
107 lines
2.4 KiB
JSON
107 lines
2.4 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/schema.json",
|
|
"name": "Quivr",
|
|
"favicon": "/favicon.svg",
|
|
"colors": {
|
|
"primary": "#0D9373",
|
|
"light": "#07C983",
|
|
"dark": "#0D9373",
|
|
"anchors": {
|
|
"from": "#0D9373",
|
|
"to": "#07C983"
|
|
}
|
|
},
|
|
"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"
|
|
},
|
|
{
|
|
"name": "Blog",
|
|
"icon": "newspaper",
|
|
"url": "https://quivr.app/blog"
|
|
},
|
|
{
|
|
"name": "Status",
|
|
"icon": "signal",
|
|
"url": "https://uptime.quivr.app"
|
|
}
|
|
],
|
|
"navigation": [
|
|
{
|
|
"group": "Welcome to Quivr",
|
|
"pages": [
|
|
"intro",
|
|
"install",
|
|
{
|
|
"group": "Features",
|
|
"icon": "lightbulb",
|
|
"pages": [
|
|
"features/brain-creation",
|
|
"features/brain-sharing",
|
|
"features/quivr-assistants",
|
|
"features/chat",
|
|
"features/analytics",
|
|
"features/brain-customisation"
|
|
]
|
|
},
|
|
"slackbot",
|
|
{
|
|
"group": "Configuring",
|
|
"icon": "gear",
|
|
"pages": ["configuring/environment-variables", "configuring/new-model", "configuring/increase-user-usage"]
|
|
},
|
|
"tech-design",
|
|
"contact-us"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deploy Quivr",
|
|
"pages": ["deployment/porter", "deployment/aws", "deployment/digital_ocean"]
|
|
},
|
|
{
|
|
"group": "Brains",
|
|
"pages": [ "brains/docs-and-urls","brains/gpt4", "brains/sql"]
|
|
},
|
|
{
|
|
"group": "Assistants",
|
|
"pages": ["agents/summary"]
|
|
}
|
|
],
|
|
"footerSocials": {
|
|
"twitter": "https://twitter.com/quivr_brain",
|
|
"github": "https://github.com/quivrhq/quivr",
|
|
"linkedin": "https://www.linkedin.com/company/getquivr",
|
|
"discord": "https://discord.gg/HUpRgp2HG8"
|
|
},
|
|
"openapi": "https://api.quivr.app/openapi.json",
|
|
"feedback": {
|
|
"thumbsRating": true,
|
|
"raiseIssue": true,
|
|
"suggestEdit": true
|
|
},
|
|
"api": {
|
|
"baseUrl": "https://api.quivr.app",
|
|
"auth": {
|
|
"method": "bearer"
|
|
}
|
|
},
|
|
"analytics": {
|
|
"posthog": {
|
|
"apiKey": "phc_BqYCVB8PX7VlzNU5MjbN8sET6soqW7jQVq6PrT9pJSJ",
|
|
"apiHost": "https://us.posthog.com"
|
|
}
|
|
}
|
|
}
|