Skip to content

Commit ef33641

Browse files
rename byoc pages to match their titles
1 parent ab52918 commit ef33641

7 files changed

Lines changed: 15 additions & 11 deletions

File tree

src/configs/redirects.config.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -357,11 +357,15 @@ export const redirects = {
357357
'/dev-kit/changelogs/java/version/v1-0-1': '/sdks/java/',
358358
'/dev-kit/changelogs/go/version/v1-0-4': '/sdks/go/',
359359

360-
// managing-providers and managing-connectors merged into auth-types-and-patterns
360+
// bring-your-own-connector page renames
361361
'/agentkit/bring-your-own-connector/managing-providers':
362-
'/agentkit/bring-your-own-connector/auth-types-and-patterns/',
362+
'/agentkit/bring-your-own-connector/create-connector/',
363363
'/agentkit/bring-your-own-connector/managing-connectors':
364-
'/agentkit/bring-your-own-connector/auth-types-and-patterns/',
364+
'/agentkit/bring-your-own-connector/create-connector/',
365+
'/agentkit/bring-your-own-connector/auth-types-and-patterns':
366+
'/agentkit/bring-your-own-connector/create-connector/',
367+
'/agentkit/bring-your-own-connector/using-tool-proxy':
368+
'/agentkit/bring-your-own-connector/making-tool-calls/',
365369

366370
// Agent connectors redirects
367371
'/reference/agent-connectors/[...slug]': '/agentkit/connectors/[...slug]',

src/configs/sidebar.config.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -190,8 +190,8 @@ export const sidebar = [
190190
label: 'Add your own connector',
191191
items: [
192192
'agentkit/bring-your-own-connector/overview',
193-
'agentkit/bring-your-own-connector/auth-types-and-patterns',
194-
'agentkit/bring-your-own-connector/using-tool-proxy',
193+
'agentkit/bring-your-own-connector/create-connector',
194+
'agentkit/bring-your-own-connector/making-tool-calls',
195195
],
196196
},
197197
{

src/content/docs/agentkit/advanced/custom-domain.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ sidebar:
66
label: Custom domain
77
prev:
88
label: "Making tool calls"
9-
link: "/agentkit/bring-your-own-connector/using-tool-proxy"
9+
link: "/agentkit/bring-your-own-connector/making-tool-calls"
1010
next:
1111
label: "Launch checklist"
1212
link: "/agentkit/advanced/launch-checklist"

src/content/docs/agentkit/advanced/launch-checklist.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Use this checklist before moving your AgentKit integration to production.
5050

5151
## Custom connector (if applicable)
5252

53-
- [ ] Connector definition promoted from Dev to Production (see [Create your own connector](/agentkit/bring-your-own-connector/auth-types-and-patterns))
53+
- [ ] Connector definition promoted from Dev to Production (see [Create your own connector](/agentkit/bring-your-own-connector/create-connector))
5454
- [ ] Auth pattern validated with a real connected account in production
5555
- [ ] Tool Proxy calls return expected responses against the production upstream API
5656

src/content/docs/agentkit/bring-your-own-connector/auth-types-and-patterns.mdx renamed to src/content/docs/agentkit/bring-your-own-connector/create-connector.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prev:
1111
link: "/agentkit/bring-your-own-connector/overview"
1212
next:
1313
label: "Making tool calls"
14-
link: "/agentkit/bring-your-own-connector/using-tool-proxy"
14+
link: "/agentkit/bring-your-own-connector/making-tool-calls"
1515
---
1616

1717
import { Tabs, TabItem, Aside } from '@astrojs/starlight/components';

src/content/docs/agentkit/bring-your-own-connector/using-tool-proxy.mdx renamed to src/content/docs/agentkit/bring-your-own-connector/making-tool-calls.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tableOfContents:
88
maxHeadingLevel: 3
99
prev:
1010
label: "Create a connector"
11-
link: "/agentkit/bring-your-own-connector/auth-types-and-patterns"
11+
link: "/agentkit/bring-your-own-connector/create-connector"
1212
next:
1313
label: "Custom domain"
1414
link: "/agentkit/advanced/custom-domain"
@@ -29,7 +29,7 @@ Both types use the same connection, connected account, and user authorization mo
2929

3030
Make sure:
3131

32-
- The connector exists and is configured with the right [auth pattern](/agentkit/bring-your-own-connector/auth-types-and-patterns)
32+
- The connector exists and is configured with the right [auth pattern](/agentkit/bring-your-own-connector/create-connector)
3333
- A [connection](/agentkit/connections) is configured for the connector
3434
- The [connected account](/agentkit/connected-accounts) exists
3535
- The user has completed [authorization](/agentkit/tools/authorize)

src/content/docs/agentkit/bring-your-own-connector/overview.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ prev:
1111
link: "/agentkit/mcp/connect-mcp-client"
1212
next:
1313
label: "Create a connector"
14-
link: "/agentkit/bring-your-own-connector/auth-types-and-patterns"
14+
link: "/agentkit/bring-your-own-connector/create-connector"
1515
---
1616

1717

0 commit comments

Comments
 (0)