mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-06-07 07:55:16 +02:00
141 lines
3.5 KiB
JSON
141 lines
3.5 KiB
JSON
{
|
|
"$schema": "https://mintlify.com/docs.json",
|
|
"theme": "mint",
|
|
"name": "Dograh AI",
|
|
"colors": {
|
|
"primary": "#16A34A",
|
|
"light": "#07C983",
|
|
"dark": "#15803D"
|
|
},
|
|
"favicon": "/favicon.ico",
|
|
"navigation": {
|
|
"tabs": [
|
|
{
|
|
"tab": "Guides",
|
|
"groups": [
|
|
{
|
|
"group": "Getting started",
|
|
"pages": [
|
|
{
|
|
"group": "Introduction",
|
|
"pages": [
|
|
"getting-started/index",
|
|
"getting-started/prerequisites",
|
|
"getting-started/troubleshooting"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Configurations",
|
|
"pages": [
|
|
"configurations/inference-providers",
|
|
"configurations/llm",
|
|
"configurations/voice",
|
|
"configurations/transcriber",
|
|
"configurations/api-keys",
|
|
"configurations/tracing"
|
|
]
|
|
},
|
|
{
|
|
"group": "Voice Agent Builder",
|
|
"pages": [
|
|
"voice-agent/introduction",
|
|
"voice-agent/editing-a-workflow",
|
|
"voice-agent/template-variables",
|
|
"voice-agent/tools",
|
|
{
|
|
"group": "Nodes",
|
|
"pages": [
|
|
"voice-agent/start-call",
|
|
"voice-agent/end-call",
|
|
"voice-agent/agent",
|
|
"voice-agent/global",
|
|
"voice-agent/api-trigger",
|
|
"voice-agent/webhook"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"group": "Contribution",
|
|
"pages": [
|
|
"contribution/introduction",
|
|
"contribution/setup"
|
|
]
|
|
},
|
|
{
|
|
"group": "Deployment",
|
|
"pages": [
|
|
"deployment/introduction",
|
|
"deployment/docker",
|
|
"deployment/custom-domain",
|
|
"deployment/web-widget",
|
|
"deployment/heroku"
|
|
]
|
|
},
|
|
{
|
|
"group": "Features",
|
|
"pages": [
|
|
"features/campaigns",
|
|
"features/looptalk"
|
|
]
|
|
},
|
|
{
|
|
"group": "Telephony",
|
|
"pages": [
|
|
"integrations/telephony/overview",
|
|
"integrations/telephony/inbound",
|
|
"integrations/telephony/twilio",
|
|
"integrations/telephony/vonage",
|
|
"integrations/telephony/cloudonix",
|
|
"integrations/telephony/vobiz",
|
|
"integrations/telephony/webhooks",
|
|
"integrations/telephony/custom"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"logo": {
|
|
"light": "/logo/light.svg",
|
|
"dark": "/logo/dark.svg",
|
|
"href": "https://docs.dograh.com"
|
|
},
|
|
"navbar": {
|
|
"links": [
|
|
{
|
|
"label": "Support",
|
|
"href": "https://github.com/dograh-hq/dograh/issues/new/choose"
|
|
}
|
|
],
|
|
"primary": {
|
|
"type": "button",
|
|
"label": "Dashboard",
|
|
"href": "https://app.dograh.com"
|
|
}
|
|
},
|
|
"search": {
|
|
"prompt": "Search for Tools, Webhook, Deployment, etc..."
|
|
},
|
|
"customCSS": "/custom.css",
|
|
"contextual": {
|
|
"options": [
|
|
"copy",
|
|
"view",
|
|
"chatgpt",
|
|
"claude",
|
|
"perplexity",
|
|
"mcp",
|
|
"cursor",
|
|
"vscode"
|
|
]
|
|
},
|
|
"footer": {
|
|
"socials": {
|
|
"github": "https://github.com/dograh-hq",
|
|
"linkedin": "https://linkedin.com/company/dograh"
|
|
}
|
|
}
|
|
}
|