chore: rename deploy/embed widget section to add to website

This commit is contained in:
Sabiha Khan 2026-05-07 14:56:24 +05:30
parent 0282eb3225
commit 81a363b06e
9 changed files with 49 additions and 22 deletions

View file

@ -24,7 +24,13 @@ export const SETTINGS_DOCUMENTATION_URLS: Record<string, string> = {
templateVariables: `${DOCS_BASE}/voice-agent/template-variables`,
recordings: `${DOCS_BASE}/voice-agent/pre-recorded-audio`,
deployment: `${DOCS_BASE}/deployment/web-widget`,
deployment: `${DOCS_BASE}/voice-agent/add-to-website`,
};
export const WIDGET_MODE_DOCUMENTATION_URLS: Record<"floating" | "inline" | "headless", string> = {
floating: `${DOCS_BASE}/voice-agent/add-to-website#floating-widget`,
inline: `${DOCS_BASE}/voice-agent/add-to-website#inline-component`,
headless: `${DOCS_BASE}/voice-agent/add-to-website#headless-mode`,
};
export const TOOL_DOCUMENTATION_URLS: Record<string, string> = {