Skip to content
Open
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
1 change: 1 addition & 0 deletions app/en/get-started/setup/_meta.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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;
14 changes: 14 additions & 0 deletions app/en/get-started/setup/windows-environment/page.mdx
Original file line number Diff line number Diff line change
@@ -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

<Callout type="info">
This page is coming soon. We're working on comprehensive documentation for setting up Arcade on Windows.
</Callout>

In the meantime, if you need help setting up Arcade on Windows, please reach out on [Discord](https://discord.gg/GUZEMpEZ9p).
1 change: 1 addition & 0 deletions public/llms.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down