Skip to content

Commit 7fb2276

Browse files
nearestnaborsclaudegithub-actions[bot]
authored
Add Windows environment setup placeholder page (#678)
* 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 <noreply@anthropic.com> * 🤖 Regenerate LLMs.txt * Update app/en/get-started/setup/windows-environment/page.mdx Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: Rachel Lee Nabors <nearestnabors@users.noreply.github.com> Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent c47f8aa commit 7fb2276

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

app/en/get-started/setup/_meta.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import type { MetaRecord } from "nextra";
33
export const meta: MetaRecord = {
44
"api-keys": "Get an API key",
55
"connect-arcade-docs": "Connect Arcade docs to your IDE",
6+
"windows-environment": "Windows environment setup",
67
};
78

89
export default meta;
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
title: "Windows Environment Setup"
3+
description: "Set up your Windows environment for Arcade development"
4+
---
5+
6+
import { Callout } from "nextra/components";
7+
8+
# Windows Environment Setup
9+
10+
<Callout type="info">
11+
This page is coming soon. We're working on comprehensive documentation for setting up Arcade on Windows.
12+
</Callout>
13+
14+
In the meantime, if you need help setting up Arcade on Windows, please reach out on [Discord](https://discord.gg/GUZEMpEZ9p).

public/llms.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -246,6 +246,7 @@ Arcade delivers three core capabilities: Deploy agents even your security team w
246246
- [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
247247
- [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
248248
- [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
249+
- [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.
249250
- [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
250251
- [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
251252
- [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

0 commit comments

Comments
 (0)