From aa09e6fe9f8ecef13abb6746e59adef883720ecb Mon Sep 17 00:00:00 2001 From: "claude[bot]" <209825114+claude[bot]@users.noreply.github.com> Date: Sat, 28 Feb 2026 07:04:40 +0000 Subject: [PATCH] add Google triggers doc link in workspace native triggers settings (#8091) Add docsUrl to the Google service config in WorkspaceIntegrations so a "Docs" button appears next to the Google integration, linking to https://www.windmill.dev/docs/core_concepts/native_triggers#google-triggers. This follows the same pattern already used for Nextcloud. Closes #8090 Co-authored-by: claude[bot] <41898282+claude[bot]@users.noreply.github.com> Co-authored-by: windmill-internal-app[bot] Co-authored-by: Henri Courdent <122811744+hcourdent@users.noreply.github.com> --- .../components/workspaceSettings/WorkspaceIntegrations.svelte | 1 + 1 file changed, 1 insertion(+) diff --git a/frontend/src/lib/components/workspaceSettings/WorkspaceIntegrations.svelte b/frontend/src/lib/components/workspaceSettings/WorkspaceIntegrations.svelte index 08e91719f0..e108b08dcf 100644 --- a/frontend/src/lib/components/workspaceSettings/WorkspaceIntegrations.svelte +++ b/frontend/src/lib/components/workspaceSettings/WorkspaceIntegrations.svelte @@ -57,6 +57,7 @@ displayName: 'Google', description: 'Connect to Google for Drive and Calendar triggers', icon: GoogleIcon, + docsUrl: 'https://www.windmill.dev/docs/core_concepts/native_triggers#google-triggers', requiresBaseUrl: false, clientIdPlaceholder: 'xxxx.apps.googleusercontent.com', clientSecretPlaceholder: 'Google Cloud Console client secret',