mirror of
https://github.com/dograh-hq/dograh.git
synced 2026-07-13 11:22:14 +02:00
chore: rename deploy/embed widget section to add to website
This commit is contained in:
parent
0282eb3225
commit
81a363b06e
9 changed files with 49 additions and 22 deletions
|
|
@ -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> = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue