dograh/docs/docs.json

140 lines
3.4 KiB
JSON
Raw Normal View History

{
"$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": [
2025-12-23 12:59:49 +05:30
"configurations/inference-providers",
"configurations/llm",
"configurations/voice",
"configurations/transcriber",
2026-01-03 18:35:35 +05:30
"configurations/api-keys",
"configurations/tracing"
2025-12-23 12:59:49 +05:30
]
},
{
"group": "Voice Agent Builder",
"pages": [
"voice-agent/introduction",
"voice-agent/editing-a-workflow",
2025-12-23 12:59:49 +05:30
"voice-agent/template-variables",
2026-01-03 10:35:12 +05:30
"voice-agent/tools",
2025-12-23 12:59:49 +05:30
{
"group": "Nodes",
"pages": [
"voice-agent/start-call",
"voice-agent/end-call",
"voice-agent/agent",
"voice-agent/global",
"voice-agent/api-trigger",
2026-01-03 10:35:12 +05:30
"voice-agent/webhook"
2025-12-23 12:59:49 +05:30
]
}
]
},
{
"group": "Contribution",
"pages": [
"contribution/introduction",
"contribution/setup"
]
},
{
"group": "Deployment",
"pages": [
2025-12-23 12:59:49 +05:30
"deployment/introduction",
"deployment/docker",
"deployment/custom-domain",
2025-12-27 13:17:35 +05:30
"deployment/web-widget",
"deployment/heroku"
]
},
{
"group": "Features",
"pages": [
"features/campaigns",
"features/looptalk"
]
},
{
"group": "Telephony",
"pages": [
"integrations/telephony/overview",
"integrations/telephony/twilio",
"integrations/telephony/vonage",
"integrations/telephony/cloudonix",
"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": {
2026-01-03 10:35:12 +05:30
"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"
}
}
}