From 17e0209554a0571ddad8c17a10c4b6d6ec21987f Mon Sep 17 00:00:00 2001 From: Rachel Lee Nabors Date: Tue, 20 Jan 2026 19:54:02 +0000 Subject: [PATCH 1/4] Add Windows environment setup placeholder page Add a "coming soon" placeholder page for Windows environment setup documentation in the get-started/setup section. Co-Authored-By: Claude Opus 4.5 --- app/en/get-started/setup/_meta.tsx | 1 + .../get-started/setup/windows-environment/page.mdx | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 app/en/get-started/setup/windows-environment/page.mdx diff --git a/app/en/get-started/setup/_meta.tsx b/app/en/get-started/setup/_meta.tsx index e0ea8f827..327c431d4 100644 --- a/app/en/get-started/setup/_meta.tsx +++ b/app/en/get-started/setup/_meta.tsx @@ -3,6 +3,7 @@ import type { MetaRecord } from "nextra"; export const meta: MetaRecord = { "api-keys": "Get an API key", "connect-arcade-docs": "Connect Arcade docs to your IDE", + "windows-environment": "Windows environment setup", }; export default meta; diff --git a/app/en/get-started/setup/windows-environment/page.mdx b/app/en/get-started/setup/windows-environment/page.mdx new file mode 100644 index 000000000..b98867c1f --- /dev/null +++ b/app/en/get-started/setup/windows-environment/page.mdx @@ -0,0 +1,14 @@ +--- +title: "Windows Environment Setup" +description: "Set up your Windows environment for Arcade development" +--- + +import { Callout } from "nextra/components"; + +# Windows Environment Setup + + + This page is coming soon. We're working on comprehensive documentation for setting up Arcade on Windows. + + +In the meantime, if you need help setting up Arcade on Windows, please reach out to us on [Discord](https://discord.gg/GRvWsZBVT9). From 45662749d61f3415b9bb7cc2daa14fd5f6d872ca Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Tue, 20 Jan 2026 19:55:03 +0000 Subject: [PATCH 2/4] =?UTF-8?q?=F0=9F=A4=96=20Regenerate=20LLMs.txt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/llms.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/public/llms.txt b/public/llms.txt index 9ad1de7c7..b362f4510 100644 --- a/public/llms.txt +++ b/public/llms.txt @@ -1,4 +1,4 @@ - + # Arcade @@ -246,6 +246,7 @@ Arcade delivers three core capabilities: Deploy agents even your security team w - [WeaviateApi](https://docs.arcade.dev/en/resources/integrations/databases/weaviate-api.md): The WeaviateApi documentation provides users with essential tools and instructions for managing and interacting with the Weaviate vector search engine via its API. It covers authentication requirements, including obtaining API keys, and offers a comprehensive list of available API endpoints for various - [What are tools?](https://docs.arcade.dev/en/guides/tool-calling.md): This documentation page provides an overview of tool calling in language models, explaining how users can leverage external tools to enhance the capabilities of AI models for tasks like data retrieval, scheduling, and email communication. It outlines the process of integrating these tools through the Arcade - [Why evaluate tools?](https://docs.arcade.dev/en/guides/create-tools/evaluate-tools/why-evaluate.md): This documentation page explains the importance of evaluating tools for AI models to ensure they select the correct tools and provide accurate parameters in production. It outlines the evaluation process, scoring components, and potential pitfalls of inadequate evaluations, while also providing guidance on creating evaluation suites +- [Windows Environment Setup](https://docs.arcade.dev/en/get-started/setup/windows-environment.md): This documentation page provides guidance for setting up a Windows environment for Arcade development. Although comprehensive instructions are forthcoming, users can seek immediate assistance through Discord for any setup-related queries. - [X (formerly Twitter)](https://docs.arcade.dev/en/resources/integrations/social-communication/x.md): This documentation page provides users with tools and guidance for interacting with X (formerly Twitter) through the Arcade MCP Server, enabling the creation of agents and AI applications. Users can learn how to post, reply to, delete tweets, and search for tweets by - [XeroApi](https://docs.arcade.dev/en/resources/integrations/productivity/xero-api.md): The XeroApi documentation provides tools for developers to interact with the Xero accounting API, enabling the management of various accounting entities such as invoices, payments, and financial reports. Users can access, create, and manage resources, retrieve attachments, and perform - [YouTube Search](https://docs.arcade.dev/en/resources/integrations/search/youtube.md): The YouTube Search documentation page provides users with tools to easily search for videos on YouTube and retrieve video details using the Arcade YouTube Search MCP Server. It outlines the available functionalities, including parameters for customizing searches, and offers guidance on authentication and default From 92cac7a6658ebdfe3d48a54f17719f1b4c721912 Mon Sep 17 00:00:00 2001 From: "RL \"Nearest\" Nabors" <236306+nearestnabors@users.noreply.github.com> Date: Wed, 21 Jan 2026 00:35:46 +0000 Subject: [PATCH 3/4] Update app/en/get-started/setup/windows-environment/page.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- app/en/get-started/setup/windows-environment/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/get-started/setup/windows-environment/page.mdx b/app/en/get-started/setup/windows-environment/page.mdx index b98867c1f..3258c8bc1 100644 --- a/app/en/get-started/setup/windows-environment/page.mdx +++ b/app/en/get-started/setup/windows-environment/page.mdx @@ -11,4 +11,4 @@ import { Callout } from "nextra/components"; This page is coming soon. We're working on comprehensive documentation for setting up Arcade on Windows. -In the meantime, if you need help setting up Arcade on Windows, please reach out to us on [Discord](https://discord.gg/GRvWsZBVT9). +In the meantime, if you need help setting up Arcade on Windows, please reach out on [Discord](https://discord.gg/GRvWsZBVT9). From 76e82fe24e4537ed74d7d47043d78514f452e032 Mon Sep 17 00:00:00 2001 From: Cursor Agent Date: Wed, 21 Jan 2026 00:41:16 +0000 Subject: [PATCH 4/4] Fix Discord invite link to use official URL from config --- app/en/get-started/setup/windows-environment/page.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/en/get-started/setup/windows-environment/page.mdx b/app/en/get-started/setup/windows-environment/page.mdx index 3258c8bc1..28aa9b7fa 100644 --- a/app/en/get-started/setup/windows-environment/page.mdx +++ b/app/en/get-started/setup/windows-environment/page.mdx @@ -11,4 +11,4 @@ import { Callout } from "nextra/components"; This page is coming soon. We're working on comprehensive documentation for setting up Arcade on Windows. -In the meantime, if you need help setting up Arcade on Windows, please reach out on [Discord](https://discord.gg/GRvWsZBVT9). +In the meantime, if you need help setting up Arcade on Windows, please reach out on [Discord](https://discord.gg/GUZEMpEZ9p).