Skip to content

Commit e3b1db1

Browse files
Minor Airdrop fixes
1 parent b8af6b6 commit e3b1db1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

fern/docs/pages/airdrop/getting-started.mdx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@ as well as the capabilities and limitations of the external system being integra
33

44
## DevRev organization
55

6-
If this is your first time setting up an organization within DevRev, you need to create a
7-
DevRev organization for developing your new Airdrop snap-in:
6+
If this is your first time developing a snap-in, you should start by creating a new DevRev organization:
87

98
1. Click on your profile picture in the top left corner.
109
2. Go to the **Orgs** section and click on **+**.

fern/docs/pages/airdrop/local-development.mdx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ For easier development you can run your Airdrop snap-in locally and receive logs
33
## Prerequisites
44

55
- [devrev-cli](https://developer.devrev.ai/snapin-development/references/cli-install) (version 4.7 or higher)
6+
- [chef-cli](https://github.com/devrev/adaas-chef-cli)
67
- [jq](https://stedolan.github.io/jq)
78
- [nodejs](https://nodejs.org/en/download/package-manager) (version 18.x.x+ or higher)
89
- [ngrok](https://ngrok.com)
@@ -13,7 +14,7 @@ DevRev offers a starter Airdrop snap-in template that is ready for immediate use
1314

1415
1. Create a new repository:
1516
- Create a new repository from this template by clicking the "Use this template" button in the upper right corner and then "Create a new repository".
16-
- The repository name must start with `airdrop-` (for example, `airdrop-<external system>-snap-in`).
17+
- The repository name must start with `airdrop-` (for example, `airdrop-asana-snap-in`).
1718
2. Open the project in your IDE and authenticate to your DevRev organization using the DevRev CLI:
1819
```bash
1920
devrev profiles authenticate --org <your DevRev organization slug>

fern/docs/pages/airdrop/manifest.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ keyring_types:
110110
There are some options to consider:
111111

112112
* `kind`
113-
The `kind` option can be either "secret" or "oauth2". The "secret" option is intended for storing various tokens, such as a PAT token. Use of OAuth2 is encouraged when possible. More information is available for [secret](/public/snapin-development/references/keyrings/secret-configuration) and [oauth2](/oauth-configuration).
113+
The `kind` option can be either "secret" or "oauth2". The "secret" option is intended for storing various tokens, such as a PAT token. Use of OAuth2 is encouraged when possible. More information is available for [secret](/public/snapin-development/references/keyrings/secret-configuration) and [oauth2](/public/snapin-development/references/keyrings/oauth-configuration).
114114

115115
* `is_subdomain`
116116
The `is_subdomain` field relates to the API endpoints being called. When the endpoints for fetching data from an external system include a slug representing the organization—such as for example `https://subdomain.freshdesk.com/api/v2/tickets`—set this key to "true". In this scenario, users creating a new connection are prompted to insert the subdomain.

0 commit comments

Comments
 (0)