Skip to content

Commit 8617eb5

Browse files
Adding app config info
1 parent 29783a2 commit 8617eb5

File tree

4 files changed

+19
-13
lines changed

4 files changed

+19
-13
lines changed

docs-v2/pages/connect/_meta.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"title": "Overview"
44
},
55
"use-cases": {
6-
"title": "Use cases"
6+
"title": "Use Cases"
77
},
88
"quickstart": {
99
"title": "Quickstart"
@@ -12,7 +12,7 @@
1212
"title": "API & SDK Reference"
1313
},
1414
"tokens": {
15-
"title": "Connect tokens"
15+
"title": "Connect Tokens"
1616
},
1717
"environments": {
1818
"title": "Environments"
@@ -26,8 +26,8 @@
2626
"connect-link": {
2727
"title": "Connect Link"
2828
},
29-
"app-configuration": {
30-
"title": "App Configuration"
29+
"customize-your-app": {
30+
"title": "Customize Your App"
3131
},
3232
"migrating-from-project-keys-to-oauth": {
3333
"display": "hidden"

docs-v2/pages/connect/app-configuration.mdx renamed to docs-v2/pages/connect/customize-your-app.mdx

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,16 @@
1-
import Image from 'next/image'
1+
import ArcadeEmbed from '@/components/ArcadeEmbed'
2+
import Callout from '@/components/Callout'
23

3-
# Configuring Your application
4+
# Customizing Your Application
45

5-
By default, your end users will see this screen when they connect their account (to Google Sheets in this example):
6+
<ArcadeEmbed
7+
src="https://demo.arcade.software/b3aw8YEPFavVpOrXRvca?embed"
8+
title="Pipedream Connect Auth Flow">
9+
</ArcadeEmbed>
610

7-
<Image src="https://res.cloudinary.com/pipedreamin/image/upload/v1731024264/connect-standard-gsheets_fonwrx.png" alt="Pipedream Connect" width={300} height={529} />
8-
9-
To customize this screen, you can configure your [application name](#application-name), [support email](#support-email), and [logo](#logo) in the Pipedream UI.
11+
<Callout type="info">
12+
By default, your end users will see a primarly Pipedream branded experience when they connect their account. To customize this screen to highlight your application, you can configure your [app's name](#application-name), [support email](#support-email), and [logo](#logo) in the Pipedream UI.
13+
</Callout>
1014

1115
## Customizing your application details
1216

@@ -15,11 +19,13 @@ Open your project in the Pipedream UI: [https://pipedream.com/projects](https://
1519
1. Once you've opened your project, click the **Connect** tab in the left sidebar
1620
2. From there, select the **Configuration** tab
1721

22+
![Pipedream Connect Configuration](https://res.cloudinary.com/pipedreamin/image/upload/v1731045468/connect-app-config_th9fqo.png)
23+
1824
### Application name
1925
By default, your end users will see:
2026
>We use Pipedream to connect your account
2127
22-
Enter the name of your application that you'd like to show instead, so it'll read:
28+
Enter the name of your application that you'd like to show instead, so it reads:
2329
>\{Application Name\} uses Pipedream to connect your account
2430
2531
### Support email

docs-v2/pages/connect/tokens.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Connect tokens
1+
# Connect Tokens
22

33
When you initiate account connection for your end users, you must either:
44

docs-v2/pages/connect/use-cases.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Pipedream Connect use cases
1+
# Pipedream Connect Case Cases
22

33
Developers use Pipedream Connect to build customer-facing API integrations into their products. It lets you build [in-app messaging](#in-app-messaging), [CRM syncs](#crm-syncs), [AI-driven products](#ai-products), and much more, all in a few minutes.
44

0 commit comments

Comments
 (0)