/
githubmirror
/
novu
Обзор
Документация
Войти
/
githubmirror
/
novu
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
next
apps/dashboard/src/utils/agent-docs.ts
16 строк
804 B
Adam Chmara
feat(docs,dashboard): restructure custom code agent docs nav, frameworks, and deployment fixes NV-8240 (#11869)
13 июл 2026, 17:45
Не верифицирован
13 июл 2026, 17:45
571824d
Код
Авторство
О чём код?
const DOCS_BASE_URL = 'https://docs.novu.co'; /** Agents docs landing page. */ export const AGENTS_DOCS_HOME_URL = `${DOCS_BASE_URL}/agents`; /** Introductory overview — replaces legacy `/agents/overview`. */ export const AGENTS_DOCS_OVERVIEW_URL = `${DOCS_BASE_URL}/agents/get-started/what-is-aci`; /** How agents connect to Slack, Teams, email, and other providers. */ export const AGENTS_DOCS_PROVIDERS_URL = `${DOCS_BASE_URL}/agents/get-started/agents-and-providers`; /** Conversations monitoring and cross-provider threads. */ export const AGENTS_DOCS_CONVERSATIONS_URL = `${DOCS_BASE_URL}/agents/conversations`; /** Production setup checklist (bridge URL, integrations, inbound email). */ export const AGENTS_DOCS_SETUP_URL = `${DOCS_BASE_URL}/agents/custom-code-agent/going-to-production`;