Skip to content

Commit 8832bfe

Browse files
Removing references to sources in custom tools
For now
1 parent 59ece1b commit 8832bfe

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs-v2/pages/connect/components/custom-tools.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import Callout from '@/components/Callout'
22

33
# Using Custom Tools
44

5-
You can write and publish your own components to your Pipedream workspace to use with Connect. This complements the public triggers and actions available in Pipedream's global registry.
5+
You can write and publish your own components to your Pipedream workspace to use with Connect. This complements the public actions available in Pipedream's global registry.
66

77
## Overview
88

@@ -21,7 +21,7 @@ Custom tools use the same development workflow as standard Pipedream components:
2121
3. **Use the Pipedream CLI** to publish your component with a Connect-specific flag
2222

2323
<Callout type="info">
24-
Custom tools are either [sources](/components/contributing/sources-quickstart/) (triggers) or [actions](/components/contributing/actions-quickstart/). Check out the respective quickstart guides for step-by-step development instructions.
24+
Custom tools are [actions](/components/contributing/actions-quickstart/). Check out the actions quickstart guide for step-by-step development instructions. Support for custom sources (triggers) is coming soon.
2525
</Callout>
2626

2727
## Publishing for Connect
@@ -80,7 +80,7 @@ Custom actions that you publish are automatically exposed as tools in the [Piped
8080
Here's a typical workflow for creating and using a custom tool:
8181

8282
1. **Develop locally** using your preferred editor
83-
2. **Test your component** using [pd dev](/components/contributing/cli/reference/#pd-dev) for sources or local testing for actions
83+
2. **Test your component** using local testing for actions
8484
3. **Publish to Connect** with the appropriate environment flag
8585
4. **Integrate via Connect APIs** in your application
8686

0 commit comments

Comments
 (0)