Skip to content

Commit 674b550

Browse files
faq
1 parent 23ad1ac commit 674b550

File tree

16 files changed

+38
-38
lines changed

16 files changed

+38
-38
lines changed

docs-v2/pages/core/data-management/databases/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ Add the following IP block to your database allow-list:
3333
```
3434

3535

36-
## Frequently Asked Questions
36+
## FAQ
3737

3838
### What's the difference between using a shared static IP with the SQL Proxy vs a dedicated IP using a VPC?
3939
Both the SQL Proxy and VPCs enable secure database connections from a static IP.

docs-v2/pages/core/data-management/file-stores/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ Deleting files is irreversible
318318
It's not possible to restore deleted files. Please take care when deleting files.
319319
</Callout>
320320

321-
## Frequently Asked Questions
321+
## FAQ
322322

323323
### Are there size limits for files within File Stores?
324324

docs-v2/pages/core/environment-variables.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ You can reference the value of environment variables using `{{process.env.YOUR_E
118118
[Private components](/core/contributing/components/#using-components) (actions or triggers) do not have direct access to workspace or project variables as public components or code steps. Add a prop specifically for the variable you need. For sensitive data like API keys, [configure the prop as a secret](/core/contributing/components/api/#props). In your prop configuration, set the value to `{{process.env.YOUR_ENV_VAR}}` to securely reference the environment variable.
119119
</Callout>
120120

121-
## Frequently Asked Questions
121+
## FAQ
122122

123123
### What if I define the same variable key in my workspace env vars and project env vars?
124124

docs-v2/pages/core/event-history.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ When you replay multiple events at once, they'll be replayed in the order they w
9292

9393
The number of events recorded and available for viewing in the Event History depends on your plan. [Please see the pricing page](https://pipedream.com/pricing) for more details.
9494

95-
## Frequently asked questions
95+
## FAQ
9696

9797
### Is Event History available on all plans?
9898

docs-v2/pages/core/git.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ GitHub Sync is available on Business plan
172172
To use this public IP address and connect to GitHub Enterprise Cloud hosted repositories, you'll need to have a Pipedream Business plan. [View our plans](https://pipedream.com/pricing).
173173
</Callout>
174174

175-
## Frequently Asked Questions
175+
## FAQ
176176

177177
### How are Pipedream workflows synchronized to GitHub?
178178

docs-v2/pages/core/integrations/connected-accounts.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ For connected accounts that **are** shared with other workspace members:
208208
| Reconnect |||
209209
| Delete |||
210210

211-
### Frequently Asked Questions
211+
### FAQ
212212

213213
#### Why isn't my connected account showing up in the legacy workflow builder?
214214

docs-v2/pages/core/vpc.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ If you're interested in running Pipedream workflows in your own infrastructure,
6060
- [`$.send.http()`](/core/data-management/destinations/http/) requests
6161
- Async options requests (these are requests that are made to populate options in drop down menus for actions while a building a workflow — e.g., the option to “select a Google Sheet” when using the “add row to Google Sheets” action)
6262

63-
## Frequently Asked Questions
63+
## FAQ
6464

6565
### Will HTTP requests sent from Node.js, Python and the HTTP request steps use the assigned static IP address?
6666

docs-v2/pages/core/workflows/code/nodejs/browser-automation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -511,7 +511,7 @@ export default defineComponent({
511511

512512

513513

514-
## Frequently Asked Questions
514+
## FAQ
515515

516516
### Can I use this package in sources or actions?
517517

docs-v2/pages/core/workflows/code/python/_meta.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,4 @@ export default {
77
"delay": "Delaying steps",
88
"rerun": "Pause, resume, and rerun steps",
99
"import-mappings": "Different PyPI package name and import name",
10-
"faqs": "Python FAQs",
1110
} as const

docs-v2/pages/core/workflows/code/python/faqs.mdx

Lines changed: 0 additions & 23 deletions
This file was deleted.

0 commit comments

Comments
 (0)