diff --git a/docs/docs.json b/docs/docs.json index 9b55211..641491f 100644 --- a/docs/docs.json +++ b/docs/docs.json @@ -54,7 +54,7 @@ "pages": [ "voice-agent/introduction", "voice-agent/editing-a-workflow", - "voice-agent/custom-recordings", + "voice-agent/pre-recorded-audio", "voice-agent/template-variables", { "group": "Tools", @@ -232,6 +232,10 @@ "href": "https://app.dograh.com" } }, + "banner": { + "content": "🎉 **New: Pre-recorded Audio** — lower latency, reduced TTS costs, and natural-sounding conversations using your own voice recordings. [Learn more →](/voice-agent/pre-recorded-audio)", + "dismissible": true + }, "search": { "prompt": "Search for Tools, Webhook, Deployment, etc..." }, diff --git a/docs/voice-agent/custom-recordings.mdx b/docs/voice-agent/pre-recorded-audio.mdx similarity index 99% rename from docs/voice-agent/custom-recordings.mdx rename to docs/voice-agent/pre-recorded-audio.mdx index 6b3205a..5915f01 100644 --- a/docs/voice-agent/custom-recordings.mdx +++ b/docs/voice-agent/pre-recorded-audio.mdx @@ -1,5 +1,5 @@ --- -title: "Custom Recordings" +title: "Pre-recorded Audio" description: "Build hybrid voice agents that combine pre-recorded audio with dynamic text generation for lower latency, reduced TTS costs, and natural-sounding conversations." ---