From cbe277d13c66cb7100ce981293e6458d511446fe Mon Sep 17 00:00:00 2001 From: Kentaro Wakayama Date: Fri, 14 Aug 2026 02:17:16 +0200 Subject: [PATCH] docs: remove provider guide next links --- docs/guides/integrations/github.md | 6 ------ docs/guides/integrations/jira.md | 6 ------ docs/guides/integrations/salesforce.md | 6 ------ 3 files changed, 18 deletions(-) diff --git a/docs/guides/integrations/github.md b/docs/guides/integrations/github.md index c79bc6f2a9..93758b5983 100644 --- a/docs/guides/integrations/github.md +++ b/docs/guides/integrations/github.md @@ -47,12 +47,6 @@ prompts, project files, tickets, or client-side environment variables. 1. Start a new agent run that uses a read-only GitHub tool. 2. Confirm the tool returns the connected user's GitHub data. -## Next - -- [Integrations](../integrations.md): Declare GitHub tools and apply source or project policy. -- [Set up Jira](./jira.md): Connect a Jira provider. -- [Set up Salesforce](./salesforce.md): Connect a Salesforce provider. - ## Related - [veryfront/integrations](../../api-reference/veryfront/integrations.md): Connector catalog and helper API. diff --git a/docs/guides/integrations/jira.md b/docs/guides/integrations/jira.md index 6a5c8e97a7..1b4b52daa9 100644 --- a/docs/guides/integrations/jira.md +++ b/docs/guides/integrations/jira.md @@ -49,12 +49,6 @@ prompts, project files, tickets, or client-side environment variables. 1. Start a new agent run that uses a read-only Jira tool. 2. Confirm the tool returns the expected Atlassian site or Jira project data. -## Next - -- [Integrations](../integrations.md): Declare Jira tools and apply source or project policy. -- [Set up GitHub](./github.md): Connect a GitHub provider. -- [Set up Salesforce](./salesforce.md): Connect a Salesforce provider. - ## Related - [veryfront/integrations](../../api-reference/veryfront/integrations.md): Connector catalog and helper API. diff --git a/docs/guides/integrations/salesforce.md b/docs/guides/integrations/salesforce.md index 9560f8dc31..29e9baf552 100644 --- a/docs/guides/integrations/salesforce.md +++ b/docs/guides/integrations/salesforce.md @@ -85,12 +85,6 @@ project environment variable through the approved secret-management workflow. 2. Confirm the tool returns data from the target Salesforce org. 3. For a service account, confirm the Salesforce audit trail attributes the request to the configured integration user. -## Next - -- [Integrations](../integrations.md): Declare Salesforce tools and apply source or project policy. -- [Set up GitHub](./github.md): Connect a GitHub provider. -- [Set up Jira](./jira.md): Connect a Jira provider. - ## Related - [veryfront/integrations](../../api-reference/veryfront/integrations.md): Connector catalog and helper API.