mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-16 11:31:04 +02:00
docs: add video-embedded getting-started pages for API Trigger, Webhook, Telephony, Tools & KB (#535)
* docs: add video-embedded getting-started pages for API Trigger, Webhook, Telephony, Tools & Knowledge Base Four new tutorial pages inserted after Your First Agent in 5 Minutes, each pairing a walkthrough video with a step-by-step practical guide sourced from the recorded demo: Trigger Calls Automatically (API Trigger), Send Call Data Back Automatically (Webhook), Connect Your Phone Number (Twilio telephony), and Give Your Agent Real Data (HTTP tools + KB). * docs: address greptile review feedback on PR #535 * docs: link Twilio Verified Caller IDs page directly * Restructure the documents * docs: embed agent builder walkthrough video on first-agent page * docs: match link text to renamed Connect with Telephony title * docs: warn that default outbound telephony config is required for API Trigger --------- Co-authored-by: Abhishek Kumar <abhishek@a6k.me>
This commit is contained in:
parent
01acf6ac30
commit
c650ccc5dd
6 changed files with 302 additions and 1 deletions
|
|
@ -21,13 +21,22 @@
|
|||
"group": "Introduction",
|
||||
"pages": [
|
||||
"getting-started/index",
|
||||
"getting-started/first-agent",
|
||||
"getting-started/prerequisites",
|
||||
"getting-started/troubleshooting"
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Build your First Agent",
|
||||
"pages": [
|
||||
"getting-started/first-agent",
|
||||
"getting-started/trigger-calls-from-your-backend",
|
||||
"getting-started/send-call-data-with-webhooks",
|
||||
"getting-started/connect-telephony",
|
||||
"getting-started/add-tools-and-knowledge-base"
|
||||
]
|
||||
},
|
||||
{
|
||||
"group": "Core Concepts",
|
||||
"pages": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue