mirror of
https://github.com/StanGirard/quivr.git
synced 2024-11-22 11:33:57 +03:00
3b494c807f
This pull request introduces comprehensive documentation for configuring Supabase in Quivr, including details on CLI usage, running migrations, resetting the database, and deploying to a hosted version of Supabase. - **Documentation Addition**: Adds a new document `docs/configuring/supabase-setup.mdx` that provides a step-by-step guide on setting up Supabase for Quivr. This includes initializing Supabase, configuring environment variables, using the Supabase CLI for migrations and database resets, and deploying to a hosted Supabase environment. - **Documentation Navigation Update**: Updates `docs/mint.json` to include a reference to the newly added `supabase-setup.mdx` in the configuring section, ensuring users can easily find this resource. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/QuivrHQ/quivr?shareId=cadcc1b3-ff9d-4650-b92a-28cadcc3ebdf).
129 lines
2.8 KiB
JSON
129 lines
2.8 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": "API Docs",
|
|
"icon": "globe",
|
|
"url": "https://api.quivr.app/docs"
|
|
},
|
|
{
|
|
"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/reranking",
|
|
"configuring/llamaparse",
|
|
"configuring/environment-variables",
|
|
"configuring/profiler",
|
|
"configuring/telemetry",
|
|
"configuring/supabase-setup"
|
|
]
|
|
},
|
|
"tech-design",
|
|
"contact-us"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deploy Quivr",
|
|
"pages": [
|
|
"deployment/porter",
|
|
"deployment/aws",
|
|
"deployment/digital_ocean",
|
|
"deployment/vercel"
|
|
]
|
|
},
|
|
{
|
|
"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"
|
|
}
|
|
}
|
|
}
|