From 166e74fbc09f73d6fd223eed1412f3ce267c3fb0 Mon Sep 17 00:00:00 2001 From: sergeikofman444 Date: Wed, 27 May 2026 12:11:31 -0400 Subject: [PATCH 1/3] add desk to nav --- docs.json | 4 ++++ index.mdx | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/docs.json b/docs.json index d530c08a..6e24cdb6 100644 --- a/docs.json +++ b/docs.json @@ -535,6 +535,10 @@ } ] }, + { + "tab": "Desk", + "href": "https://desk.support.channel" + }, { "tab": "Tutorial", "pages": [ diff --git a/index.mdx b/index.mdx index 660cede7..7059d7c3 100644 --- a/index.mdx +++ b/index.mdx @@ -61,7 +61,7 @@ import { IntegrationsCard } from '/home-components/IntegrationsCard.jsx' title="Desk" img='/homepage-assets/desk.jpg' cta="Import your customers" - href="/desk/introduction" + href="https://desk.support.channel/" > Customer support workspace for human-AI teams From 252e0391cb2040558d5f3e6a58cb9e4d90a240e9 Mon Sep 17 00:00:00 2001 From: sergeikofman444 Date: Wed, 27 May 2026 13:43:38 -0400 Subject: [PATCH 2/3] add card in desk introduction article --- desk/introduction.mdx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/desk/introduction.mdx b/desk/introduction.mdx index 040bcdb4..d9daeacf 100644 --- a/desk/introduction.mdx +++ b/desk/introduction.mdx @@ -17,6 +17,12 @@ Botpress Desk is a **customer experience workspace for human-AI teams**. It comb > Botpress Desk is currently available upon request for Team, Managed, and Enterprise customers. + + ## What makes Botpress Desk different? From 5d16426e99adfd296874c4260f7571506899b7b3 Mon Sep 17 00:00:00 2001 From: sergeikofman444 Date: Tue, 2 Jun 2026 12:57:22 -0400 Subject: [PATCH 3/3] "botpress desk" --- desk/introduction.mdx | 4 ++-- docs.json | 4 ++-- index.mdx | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/desk/introduction.mdx b/desk/introduction.mdx index d9daeacf..65fabd1d 100644 --- a/desk/introduction.mdx +++ b/desk/introduction.mdx @@ -18,9 +18,9 @@ Botpress Desk is a **customer experience workspace for human-AI teams**. It comb Botpress Desk is currently available upon request for Team, Managed, and Enterprise customers. diff --git a/docs.json b/docs.json index 6e24cdb6..3b5e8d38 100644 --- a/docs.json +++ b/docs.json @@ -437,7 +437,7 @@ ] }, { - "group": "Desk", + "group": "Botpress Desk", "pages": [ "desk/introduction" ] @@ -536,7 +536,7 @@ ] }, { - "tab": "Desk", + "tab": "Botpress Desk", "href": "https://desk.support.channel" }, { diff --git a/index.mdx b/index.mdx index 7059d7c3..e0430a4b 100644 --- a/index.mdx +++ b/index.mdx @@ -58,7 +58,7 @@ import { IntegrationsCard } from '/home-components/IntegrationsCard.jsx'