Skip to content

Commit 4aaa1d3

Browse files
committed
Format connector guide links as a bulleted list in JSDoc
Made-with: Cursor
1 parent 206689d commit 4aaa1d3

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

src/modules/connectors.types.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,10 @@ export interface ConnectorAccessTokenResponse {
5858
* | Slack Bot | `slackbot` |
5959
* | TikTok | `tiktok` |
6060
*
61-
* For available scopes, see the permissions reference for each service: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack}. For an explanation of the difference between `slack` and `slackbot`, see {@link https://docs.base44.com/Integrations/slack-connector#about-the-slack-connectors | About the Slack connectors}.
61+
* See the integration guides for more details:
62+
*
63+
* - **Scopes and permissions**: {@link https://docs.base44.com/Integrations/gmail-connector#gmail-scopes-and-permissions | Gmail}, {@link https://docs.base44.com/Integrations/linkedin-connector#linkedin-scopes-and-permissions | LinkedIn}, {@link https://docs.base44.com/Integrations/slack-connector#slack-scopes-and-permissions | Slack}
64+
* - **Slack connector types**: {@link https://docs.base44.com/Integrations/slack-connector#about-the-slack-connectors | About the Slack connectors} explains the difference between `slack` and `slackbot`
6265
*
6366
* ## Authentication Modes
6467
*

0 commit comments

Comments
 (0)