Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions app/en/guides/create-tools/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ export const meta: MetaRecord = {
improve: {
title: "Improve an existing toolkit",
},
contribute: {
title: "Contribute to Arcade's tool catalog",
},
"error-handling": {
title: "Handle errors",
href: "/guides/create-tools/error-handling",
Expand Down
2 changes: 1 addition & 1 deletion app/en/resources/tools/page.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Build custom tools tailored to your specific needs using our powerful developmen

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

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

## Why Choose Arcade Tools?

Expand Down
13 changes: 9 additions & 4 deletions next.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,13 @@ const nextConfig: NextConfig = withLlmsTxt({
withNextra({
async redirects() {
return [
// Auto-added redirects for deleted pages
{
source:
"/:locale/guides/create-tools/contribute/registry-early-access",
destination: "/:locale/resources/registry-early-access",
permanent: true,
},
// Moved MCP Gateway UI guide to guides
{
source: "/:locale/guides/create-tools/mcp-gateways",
Expand Down Expand Up @@ -370,8 +377,7 @@ const nextConfig: NextConfig = withLlmsTxt({
},
{
source: "/:locale/home/registry-early-access",
destination:
"/:locale/guides/create-tools/contribute/registry-early-access",
destination: "/:locale/resources/registry-early-access",
permanent: true,
},
{
Expand Down Expand Up @@ -486,8 +492,7 @@ const nextConfig: NextConfig = withLlmsTxt({
},
{
source: "/:locale/guides/create-tools/contribute/registry",
destination:
"/:locale/guides/create-tools/contribute/registry-early-access",
destination: "/:locale/resources/registry-early-access",
permanent: true,
},
// Framework path aliases (old naming conventions)
Expand Down
4 changes: 2 additions & 2 deletions public/llms.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<!-- git-sha: 10db0f37183e7434afa97b36f68d54c9f10bf8ec generation-date: 2026-01-22T19:15:15.951Z -->
<!-- git-sha: a31c8e78e103074a9666aa3818c9395b98baadbb generation-date: 2026-01-23T16:19:54.646Z -->

# Arcade

Expand Down Expand Up @@ -227,7 +227,7 @@ Arcade delivers three core capabilities: Deploy agents even your security team w
- [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
- [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
- [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
- [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
- [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
- [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
- [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
- [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
Expand Down