chore: add and improve documentation

This commit is contained in:
Abhishek Kumar 2025-12-23 12:59:49 +05:30
parent 96f8aaf325
commit 8b820c6d8a
23 changed files with 395 additions and 54 deletions

View file

@ -29,12 +29,32 @@
{
"group": "Configurations",
"pages": [
"configurations/inference-providers"
"configurations/inference-providers",
"configurations/api-keys"
]
},
{
"group": "Voice Agent Builder",
"pages": [
"voice-agent/introduction",
"voice-agent/template-variables",
{
"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": "Deployment",
"pages": [
"deployment/introduction",
"deployment/docker",
"deployment/custom-domain",
"deployment/heroku"