-
Notifications
You must be signed in to change notification settings - Fork 13
fix: give hand-authored toolkit prose a source home in curation/ #1112
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
15 commits
Select commit
Hold shift + click to select a range
0587043
fix: give hand-authored toolkit prose a source home in curation/
teallarson 321c2fa
fix: satisfy the strict generator typecheck in the curation extractor
teallarson 50db60f
Merge remote-tracking branch 'origin/main' into chore/extract-prose
teallarson f17c6d7
fix: let the curation extractor run from any working directory
teallarson 23fc7fd
fix: regenerate toolkits when curation changes
teallarson 82c289e
fix: let curation clear prose and show up in check-changes
teallarson bb13bdf
Merge origin/main into chore/extract-prose
teallarson b80751a
fix: satisfy strict types in custom-sections-diff test
teallarson bfe0de5
fix: preserve curation provenance
teallarson b68fafe
refactor toolkit curation to MDX
teallarson 35055a3
narrow MDX curation refactor scope
teallarson a1ed068
fix: load default curation during generation
teallarson 6319a5c
fix: preserve curated toolkit imports
teallarson 6e382f1
fix: preserve curated recovery output
teallarson 99ec7ab
fix: fail generation on unknown curated tool targets
teallarson File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
15 changes: 15 additions & 0 deletions
15
toolkit-docs-generator/curation/arcadeengineapi/chunks/001-secrets.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,15 @@ | ||
| --- | ||
| type: section | ||
| location: custom_section | ||
| position: after | ||
| header: "## Secrets" | ||
| --- | ||
| ## Secrets | ||
|
|
||
| This MCP Server requires the `ARCADE_API_KEY` secret to be configured. Learn how to [configure secrets](/guides/create-tools/tool-basics/create-tool-secrets). | ||
|
|
||
| ### Getting your Arcade API Key | ||
|
|
||
| To use the Arcade Engine API MCP Server, you need an Arcade API key. This key authenticates your requests to the Arcade Engine. | ||
|
|
||
| Learn how to create and manage your Arcade API keys in the [API Keys documentation](/get-started/setup/api-keys). |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/arcadeengineapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
6 changes: 6 additions & 0 deletions
6
toolkit-docs-generator/curation/asana/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| The Arcade Asana MCP Server uses the [Asana auth provider](/references/auth-providers/asana) to connect to users' Asana accounts. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| header: "## Auth" | ||
| --- | ||
| The AsanaApi MCP Server uses the Auth Provider with id `arcade-asana` to connect to users' AsanaApi accounts. In order to use the MCP Server, you will need to configure the `arcade-asana` auth provider. | ||
| For detailed information on configuring the Asana OAuth provider with Arcade, see the [Asana Auth Provider documentation](/references/auth-providers/asana). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
29 changes: 29 additions & 0 deletions
29
toolkit-docs-generator/curation/brightdata/chunks/001-secrets.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| type: section | ||
| location: custom_section | ||
| position: after | ||
| header: "## Secrets" | ||
| --- | ||
| ## Secrets | ||
|
|
||
| This tool requires the following secrets: | ||
|
|
||
| - `BRIGHTDATA_API_KEY` | ||
| - `BRIGHTDATA_ZONE` | ||
|
|
||
| ### Auth | ||
|
|
||
| The Arcade Bright Data MCP Server uses [Bright Data](https://brightdata.com/) to access proxy networks and web scraping infrastructure. | ||
|
|
||
| **Global Environment Variables:** | ||
|
|
||
| - `BRIGHTDATA_API_KEY`: Your Bright Data API key. You can generate this from your [Bright Data dashboard](https://brightdata.com/cp/zones) under Account Settings → API Access. | ||
|
|
||
| - `BRIGHTDATA_ZONE`: Your Bright Data zone name (e.g., `residential_proxy1`). This is the zone identifier you created in your Bright Data dashboard under Proxies & Scraping Infrastructure → Zones. | ||
|
|
||
| **How to get your credentials:** | ||
|
|
||
| 1. **API Key**: Navigate to your [Bright Data Control Panel](https://brightdata.com/cp) → Settings → API Access → Generate API Token | ||
| 2. **Zone**: Go to Zones section in your dashboard, find your zone name in the format shown in the zone username: `brd-customer-{customer_id}-zone-{zone_name}` | ||
|
|
||
| For more details, see the [Bright Data API Documentation](https://docs.brightdata.com/api-reference). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
12 changes: 12 additions & 0 deletions
12
toolkit-docs-generator/curation/clickup/chunks/001-taskpriority.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| type: section | ||
| location: custom_section | ||
| position: after | ||
| header: "## TaskPriority" | ||
| --- | ||
| ## TaskPriority | ||
|
|
||
| - **URGENT**: `URGENT` | ||
| - **HIGH**: `HIGH` | ||
| - **NORMAL**: `NORMAL` | ||
| - **LOW**: `LOW` |
11 changes: 11 additions & 0 deletions
11
toolkit-docs-generator/curation/clickup/chunks/002-taskorderby.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| type: section | ||
| location: custom_section | ||
| position: after | ||
| header: "## TaskOrderBy" | ||
| --- | ||
| ## TaskOrderBy | ||
|
|
||
| - **CREATED**: `created` | ||
| - **UPDATED**: `updated` | ||
| - **DUE_DATE**: `due_date` |
10 changes: 10 additions & 0 deletions
10
toolkit-docs-generator/curation/clickup/chunks/003-commentresolution.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,10 @@ | ||
| --- | ||
| type: section | ||
| location: custom_section | ||
| position: after | ||
| header: "## CommentResolution" | ||
| --- | ||
| ## CommentResolution | ||
|
|
||
| - **SET_AS_RESOLVED**: `resolved` | ||
| - **SET_AS_UNRESOLVED**: `unresolved` |
8 changes: 8 additions & 0 deletions
8
toolkit-docs-generator/curation/clickupapi/chunks/001-auth.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| header: "## Auth" | ||
| --- | ||
| The ClickupApi MCP Server uses the Auth Provider with id `arcade-clickup` to connect to users' ClickupApi accounts. In order to use the MCP Server, you will need to configure the `arcade-clickup` auth provider. | ||
| For detailed information on configuring the ClickUp OAuth provider with Arcade, see the [ClickUp Auth Provider documentation](/references/auth-providers/clickup). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
7 changes: 7 additions & 0 deletions
7
toolkit-docs-generator/curation/confluence/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| The Arcade Confluence MCP Server uses the [Atlassian auth provider](/references/auth-providers/atlassian) to connect to users' Atlassian accounts. | ||
| --- |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/cursoragentsapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/customerioapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/customeriopipelinesapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/customeriotrackapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
29 changes: 29 additions & 0 deletions
29
toolkit-docs-generator/curation/datadogapi/chunks/001-authentication.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,29 @@ | ||
| --- | ||
| type: section | ||
| location: before_available_tools | ||
| position: after | ||
| header: "## Authentication" | ||
| --- | ||
| ## Authentication | ||
|
|
||
| The Arcade Datadog API MCP Server requires three environment variables to authenticate with the [Datadog API](https://docs.datadoghq.com/api/latest/): | ||
|
|
||
| - `DATADOG_API_KEY` | ||
| - `DATADOG_APPLICATION_KEY` | ||
| - `DATADOG_BASE_URL` | ||
|
|
||
| **How to obtain your credentials:** | ||
|
|
||
| 1. Log in to your [Datadog dashboard](https://app.datadoghq.com/) | ||
| 2. Navigate to **Organization Settings** (click your profile icon in the bottom left) | ||
| 3. Go to **API Keys** → click **New Key** → provide a name and click **Create Key** | ||
| 4. Go to **Application Keys** → click **New Key** → provide a name and click **Create Key** | ||
| 5. Determine your **Base URL** based on your Datadog site (check the URL in your browser): | ||
| - US1: `api.datadoghq.com` | ||
| - US3: `api.us3.datadoghq.com` | ||
| - US5: `api.us5.datadoghq.com` | ||
| - EU1: `api.datadoghq.eu` | ||
| - AP1: `api.ap1.datadoghq.com` | ||
| - GOV: `api.ddog-gov.com` | ||
|
|
||
| For more details, see the [Datadog API and Application Keys documentation](https://docs.datadoghq.com/account_management/api-app-keys/). |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
6 changes: 6 additions & 0 deletions
6
toolkit-docs-generator/curation/dropbox/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| The Arcade Dropbox MCP Server uses the [Dropbox auth provider](/references/auth-providers/dropbox) to connect to users' Dropbox accounts. |
8 changes: 8 additions & 0 deletions
8
toolkit-docs-generator/curation/e2b/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| The Arcade E2B MCP Server uses [E2B](https://e2b.dev/) to run code in a sandboxed environment. | ||
| **Global Environment Variables:** | ||
| - `E2B_API_KEY`: Your [E2B](https://e2b.dev/) API key. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
9 changes: 9 additions & 0 deletions
9
toolkit-docs-generator/curation/figma/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| <Callout type="warning" title="Private OAuth app requirement"> | ||
| The `projects:read` scope is **ONLY available in private Figma OAuth apps**. This scope is required for the navigation tools (`GetTeamProjects` and `GetProjectFiles`). | ||
| If you need these navigation tools, you must create a private OAuth app through your Figma organization settings. All other tools work with public OAuth apps. | ||
| </Callout> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
8 changes: 8 additions & 0 deletions
8
toolkit-docs-generator/curation/firecrawl/chunks/001-auth-after-markdown.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| type: markdown | ||
| location: auth | ||
| position: after | ||
| --- | ||
| The Arcade Firecrawl MCP Server uses [Firecrawl](https://www.firecrawl.dev/) to scrape, crawl, and map websites. | ||
| **Global Environment Variables:** | ||
| - `FIRECRAWL_API_KEY`: Your [Firecrawl](https://www.firecrawl.dev/) API key. |
4 changes: 4 additions & 0 deletions
4
toolkit-docs-generator/curation/freshserviceapi/imports/001.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,4 @@ | ||
| --- | ||
| type: import | ||
| --- | ||
| import StarterToolInfo from "@/app/_components/starter-tool-info"; |
12 changes: 12 additions & 0 deletions
12
toolkit-docs-generator/curation/github/chunks/001-description-after-warning.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,12 @@ | ||
| --- | ||
| type: warning | ||
| location: description | ||
| position: after | ||
| --- | ||
| <Callout type="warning"> | ||
| **Critical**: This MCP Server is built for **GitHub Apps**, not OAuth Apps. | ||
|
|
||
| You **must** create a GitHub App (not an OAuth App) to use this server properly. | ||
|
|
||
| 👉 [Complete GitHub App Setup Guide](/references/auth-providers/github) | ||
| </Callout> |
8 changes: 8 additions & 0 deletions
8
toolkit-docs-generator/curation/github/chunks/002-description-after-info.mdx
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| --- | ||
| type: info | ||
| location: description | ||
| position: after | ||
| --- | ||
| <Callout type="info"> | ||
| **Configuration**: On Arcade Cloud, these tools work out of the box. Self-hosted and GitHub Enterprise Server users can set the `GITHUB_SERVER_URL` secret in Arcade Dashboard. See [Secrets Setup](#secrets-setup) below. | ||
| </Callout> |
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.