From d1dcbe3fcc64e1d15e3f141c8e7ce9e2cd961f6b Mon Sep 17 00:00:00 2001 From: Promptless Agent Date: Mon, 16 Mar 2026 04:03:29 +0000 Subject: [PATCH 1/2] Mark Zendesk Integration as Beta Add "(Beta)" to the page title and include a beta note at the top of the page. No changes to file name, URL slug, or navigation structure. Co-Authored-By: Claude Opus 4.6 --- src/content/docs/docs/integrations/zendesk-integration.mdx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/content/docs/docs/integrations/zendesk-integration.mdx b/src/content/docs/docs/integrations/zendesk-integration.mdx index 58c81619..38f2191e 100644 --- a/src/content/docs/docs/integrations/zendesk-integration.mdx +++ b/src/content/docs/docs/integrations/zendesk-integration.mdx @@ -1,11 +1,16 @@ --- -title: Zendesk Integration +title: Zendesk Integration (Beta) slug: docs/integrations/zendesk-integration sidebar: hidden: false order: 35 --- import Frame from '@components/fern/Frame.astro'; +import Note from '@components/fern/Note.astro'; + + +The Zendesk integration is currently in beta. Contact [help@gopromptless.ai](mailto:help@gopromptless.ai) for more information. + **Used for: Triggers** From e6e52d075e3a7c6ee5cdea349a5a3aa61136d8f6 Mon Sep 17 00:00:00 2001 From: Promptless Agent Date: Mon, 16 Mar 2026 04:12:18 +0000 Subject: [PATCH 2/2] Add (Beta) to Zendesk Integration sidebar label The page title was already updated to "Zendesk Integration (Beta)" but the sidebar navigation label needed a separate update in sidebar.json to display "(Beta)" in the sidebar. Co-Authored-By: Claude Opus 4.6 --- src/lib/generated/sidebar.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/generated/sidebar.json b/src/lib/generated/sidebar.json index c8b02ed2..70bd5860 100644 --- a/src/lib/generated/sidebar.json +++ b/src/lib/generated/sidebar.json @@ -161,7 +161,7 @@ "slug": "docs/integrations/microsoft-teams-integration" }, { - "label": "Zendesk Integration", + "label": "Zendesk Integration (Beta)", "slug": "docs/integrations/zendesk-integration" }, {