Skip to content

Commit ae46ddf

Browse files
Move early access to resources (#702)
* adds redirect * adds redirect * 🤖 Regenerate LLMs.txt --------- Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent 35be995 commit ae46ddf

6 files changed

Lines changed: 12 additions & 10 deletions

File tree

app/en/guides/create-tools/_meta.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,9 +12,6 @@ export const meta: MetaRecord = {
1212
improve: {
1313
title: "Improve an existing toolkit",
1414
},
15-
contribute: {
16-
title: "Contribute to Arcade's tool catalog",
17-
},
1815
"error-handling": {
1916
title: "Handle errors",
2017
href: "/guides/create-tools/error-handling",

app/en/guides/create-tools/contribute/registry-early-access/page.mdx renamed to app/en/resources/registry-early-access/page.mdx

File renamed without changes.

app/en/guides/create-tools/contribute/registry-early-access/take-survey.tsx renamed to app/en/resources/registry-early-access/take-survey.tsx

File renamed without changes.

app/en/resources/tools/page.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Build custom tools tailored to your specific needs using our powerful developmen
1818

1919
Share your tools with the Arcade community and help expand our ecosystem. Submit your MCP servers to make them available to developers worldwide.
2020

21-
[Add Your Tools to the Catalog →](/guides/create-tools/contribute/registry-early-access)
21+
[Add Your Tools to the Catalog →](/resources/registry-early-access)
2222

2323
## Why Choose Arcade Tools?
2424

next.config.ts

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ const nextConfig: NextConfig = withLlmsTxt({
2323
withNextra({
2424
async redirects() {
2525
return [
26+
// Auto-added redirects for deleted pages
27+
{
28+
source:
29+
"/:locale/guides/create-tools/contribute/registry-early-access",
30+
destination: "/:locale/resources/registry-early-access",
31+
permanent: true,
32+
},
2633
// Moved MCP Gateway UI guide to guides
2734
{
2835
source: "/:locale/guides/create-tools/mcp-gateways",
@@ -370,8 +377,7 @@ const nextConfig: NextConfig = withLlmsTxt({
370377
},
371378
{
372379
source: "/:locale/home/registry-early-access",
373-
destination:
374-
"/:locale/guides/create-tools/contribute/registry-early-access",
380+
destination: "/:locale/resources/registry-early-access",
375381
permanent: true,
376382
},
377383
{
@@ -486,8 +492,7 @@ const nextConfig: NextConfig = withLlmsTxt({
486492
},
487493
{
488494
source: "/:locale/guides/create-tools/contribute/registry",
489-
destination:
490-
"/:locale/guides/create-tools/contribute/registry-early-access",
495+
destination: "/:locale/resources/registry-early-access",
491496
permanent: true,
492497
},
493498
// Framework path aliases (old naming conventions)

public/llms.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- git-sha: 10db0f37183e7434afa97b36f68d54c9f10bf8ec generation-date: 2026-01-22T19:15:15.951Z -->
1+
<!-- git-sha: a31c8e78e103074a9666aa3818c9395b98baadbb generation-date: 2026-01-23T16:19:54.646Z -->
22

33
# Arcade
44

@@ -227,7 +227,7 @@ Arcade delivers three core capabilities: Deploy agents even your security team w
227227
- [Stripe](https://docs.arcade.dev/en/resources/integrations/payments/stripe.md): This documentation page provides users with tools and guidance to interact with the Stripe API, enabling the creation and management of customers, products, invoices, and payment processing. Users can learn how to implement various functionalities, such as creating customers or products, listing invoices
228228
- [StripeApi](https://docs.arcade.dev/en/resources/integrations/payments/stripe_api.md): The StripeApi documentation provides tools for developers to interact with the Stripe API, enabling them to manage accounts, customers, payments, billing, and various Stripe resources programmatically. Users can perform a wide range of operations, including retrieving account details, managing payment
229229
- [Teams Reference](https://docs.arcade.dev/en/resources/integrations/social-communication/teams/reference.md): The Teams Reference documentation provides a comprehensive list of enumerations related to matching types and team membership within the Teams MCP Server. Users can learn about different match criteria, such as exact and partial matches, as well as the types of team memberships available. This
230-
- [The Arcade Registry](https://docs.arcade.dev/en/guides/create-tools/contribute/registry-early-access.md): The Arcade Registry documentation provides an overview of a platform designed for tool developers to share and monetize their integrations for agentic applications. It explains how the registry collects real-time usage metrics and feedback to enhance tool effectiveness, while inviting users to participate in the early
230+
- [The Arcade Registry](https://docs.arcade.dev/en/resources/registry-early-access.md): The Arcade Registry documentation page provides an overview of the Arcade Registry, a platform for developers to share and monetize their tools for agentic applications. It explains how the registry collects usage metrics and feedback to enhance tool effectiveness, while inviting users to participate in the
231231
- [TicktickApi](https://docs.arcade.dev/en/resources/integrations/productivity/ticktick-api.md): The TicktickApi documentation provides a set of tools for developers to manage tasks and projects within the Ticktick platform using OAuth2 authentication. Users can learn how to create, update, delete, and retrieve tasks and projects through various API endpoints, enabling seamless
232232
- [Tool error handling](https://docs.arcade.dev/en/guides/tool-calling/error-handling.md): This documentation page provides guidance on effectively handling errors when using tools with Arcade's Tool Development Kit (TDK). It outlines the error handling philosophy, describes various error types, and offers best practices for implementing robust error management in applications. Users will learn how
233233
- [Tools](https://docs.arcade.dev/en/resources/tools.md): This documentation page provides an overview of Arcade's ecosystem of AI tools, enabling users to explore a catalog of pre-built integrations, create custom tools, and contribute to the community. It outlines the benefits of using Arcade tools, including built-in authentication and universal

0 commit comments

Comments
 (0)