diff --git a/.github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md b/.github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md index 0cc4900c3..ff69bda75 100644 --- a/.github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md +++ b/.github/PULL_REQUEST_TEMPLATE/community_contributed_toolkit.md @@ -8,7 +8,7 @@ ## PR Checklist -- [ ] I have determined the appropriate category for the toolkit, e.g., `productivity`, `social-communication`, `entertainment`, `development`, `automation`, etc. +- [ ] I have determined the appropriate category for the toolkit, e.g., `productivity`, `social-communication`, `entertainment`, `development`, etc. - [ ] I create a new file located at `pages/toolkits//my-toolkit-name.mdx` that uses the [Community Toolkit Template](https://github.com/ArcadeAI/docs/blob/main/pages/toolkits/community-toolkit-template.mdx) - [ ] I have added the toolkit to the `pages/toolkits//_meta.ts` file - [ ] I have added the toolkit to the `src/components/custom/Toolkits/toolkits-config.ts` file. For the toolkit's image, diff --git a/pages/toolkits/_meta.ts b/pages/toolkits/_meta.ts index e99197b14..f06f2a3e8 100644 --- a/pages/toolkits/_meta.ts +++ b/pages/toolkits/_meta.ts @@ -21,9 +21,6 @@ export default { development: { title: "Developer Tools", }, - automation: { - title: "Automation", - }, "-- Submit your toolkit": { type: "separator", title: "Submit your toolkit", diff --git a/pages/toolkits/automation/govee.mdx b/pages/toolkits/automation/govee.mdx deleted file mode 100644 index b48637803..000000000 --- a/pages/toolkits/automation/govee.mdx +++ /dev/null @@ -1,8 +0,0 @@ ---- -title: Govee -description: Toolkit for Govee smart devices ---- - -# Govee - -Coming Soon diff --git a/pages/toolkits/contribute-a-toolkit.mdx b/pages/toolkits/contribute-a-toolkit.mdx index 08c169ffc..9726fb7d6 100644 --- a/pages/toolkits/contribute-a-toolkit.mdx +++ b/pages/toolkits/contribute-a-toolkit.mdx @@ -4,7 +4,7 @@ Arcade welcomes your toolkit contributions. By adding your toolkit to the Arcade ## Prerequisites -- Build your toolkit. See [build a toolkit](home/build-tools/create-a-toolkit) for guidance. +- Build your toolkit. See [build a toolkit](/home/build-tools/create-a-toolkit) for guidance. - Publish your toolkit on PyPI. ## Submit your toolkit diff --git a/pages/toolkits/development/code-sandbox.mdx b/pages/toolkits/development/code-sandbox.mdx index 8964f3c4f..933d987ae 100644 --- a/pages/toolkits/development/code-sandbox.mdx +++ b/pages/toolkits/development/code-sandbox.mdx @@ -26,6 +26,10 @@ The Arcade Code Sandbox toolkit provides a pre-built set of tools for running co pip install arcade-code-sandbox ``` + + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools These tools are currently available in the Arcade Code Sandbox toolkit. diff --git a/pages/toolkits/development/github/github.mdx b/pages/toolkits/development/github/github.mdx index e19247a62..9c1c48a04 100644 --- a/pages/toolkits/development/github/github.mdx +++ b/pages/toolkits/development/github/github.mdx @@ -28,6 +28,10 @@ The Arcade GitHub toolkit provides a pre-built set of tools for interacting with pip install arcade_github ``` + + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools These tools are currently available in the Arcade Web toolkit. diff --git a/pages/toolkits/entertainment/spotify.mdx b/pages/toolkits/entertainment/spotify.mdx index 83bc8f64e..fa73f8ed7 100644 --- a/pages/toolkits/entertainment/spotify.mdx +++ b/pages/toolkits/entertainment/spotify.mdx @@ -12,9 +12,12 @@ import TableOfContents from "@/components/TableOfContents"; authType="oauth2" authProviderName="Spotify" versions={["0.1.0"]} - note="This Toolkit is not available in Arcade Cloud. You can use these tools with a self-hosted instance of Arcade." /> + + This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade. + + The Arcade Spotify toolkit provides a pre-built set of tools for interacting with Spotify. These tools make it easy to build agents and AI apps that can: diff --git a/pages/toolkits/productivity/google/calendar.mdx b/pages/toolkits/productivity/google/calendar.mdx index 28cc39772..0e84ab14d 100644 --- a/pages/toolkits/productivity/google/calendar.mdx +++ b/pages/toolkits/productivity/google/calendar.mdx @@ -26,6 +26,10 @@ The Arcade Calendar toolkit provides a pre-built set of tools for interacting wi pip install arcade_google ``` + + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools + + This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade. + + The Arcade Docs toolkit provides a pre-built set of tools for interacting with Google Docs. These tools make it easy to build agents and AI apps that can: diff --git a/pages/toolkits/productivity/google/drive.mdx b/pages/toolkits/productivity/google/drive.mdx index a21a23639..4f22cc80e 100644 --- a/pages/toolkits/productivity/google/drive.mdx +++ b/pages/toolkits/productivity/google/drive.mdx @@ -12,9 +12,12 @@ import TableOfContents from "@/components/TableOfContents"; authType="oauth2" authProviderName="Google" versions={["0.1.0"]} - note="This Toolkit is not available in Arcade Cloud. You can use these tools with a self-hosted instance of Arcade." /> + + This Toolkit is not available in Arcade Cloud. You can use these tools with a [self-hosted](/home/install/overview) instance of Arcade. + + The Arcade Drive toolkit provides a pre-built set of tools for interacting with Google Drive. These tools make it easy to build agents and AI apps that can: diff --git a/pages/toolkits/productivity/google/gmail.mdx b/pages/toolkits/productivity/google/gmail.mdx index ecdfbb3d3..4e400f837 100644 --- a/pages/toolkits/productivity/google/gmail.mdx +++ b/pages/toolkits/productivity/google/gmail.mdx @@ -30,6 +30,10 @@ The Arcade Gmail toolkit provides a pre-built set of tools for interacting with pip install arcade_google ``` + + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools These tools are currently available in the Arcade GitHub toolkit. diff --git a/pages/toolkits/social-communication/linkedin.mdx b/pages/toolkits/social-communication/linkedin.mdx index b2f42de75..c9cfb5f0d 100644 --- a/pages/toolkits/social-communication/linkedin.mdx +++ b/pages/toolkits/social-communication/linkedin.mdx @@ -26,6 +26,10 @@ The Arcade LinkedIn toolkit provides a pre-built set of tools for interacting wi pip install arcade_linkedin ``` + + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools + pip installing the toolkit is only needed if you are [self-hosting](/home/install/overview) Arcade. You do not need to install the toolkit if you're using Arcade Cloud. + + ## Available Tools