mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-29 14:57:03 +03:00
d54f370ed4
# Description Please include a summary of the changes and the related issue. Please also include relevant motivation and context. ## Checklist before requesting a review Please delete options that are not relevant. - [ ] My code follows the style guidelines of this project - [ ] I have performed a self-review of my code - [ ] I have commented hard-to-understand areas - [ ] I have ideally added tests that prove my fix is effective or that my feature works - [ ] New and existing unit tests pass locally with my changes - [ ] Any dependent changes have been merged ## Screenshots (if appropriate):
107 lines
2.5 KiB
JSON
107 lines
2.5 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/authentication", "configuring/new-model", "configuring/increase-user-usage", "configuring/resend-emails", "configuring/environment-variables", "configuring/telemetry"]
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|