Skip to content

Commit 973965c

Browse files
Updating directory structure
And fixing absolute and relative references
1 parent 7352e38 commit 973965c

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

63 files changed

+271
-215
lines changed

docs-v2/next.config.mjs

Lines changed: 41 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default withNextra({
5656
},
5757
{
5858
source: "/apps/contributing/",
59-
destination: "/workflows/contributing/",
59+
destination: "/contributing/",
6060
permanent: true,
6161
},
6262
{
@@ -171,7 +171,7 @@ export default withNextra({
171171
},
172172
{
173173
source: "/projects/",
174-
destination: "/workflows/projects/",
174+
destination: "/projects/",
175175
permanent: true,
176176
},
177177
{
@@ -191,7 +191,7 @@ export default withNextra({
191191
},
192192
{
193193
source: "/projects/:path*/",
194-
destination: "/workflows/projects/:path*/",
194+
destination: "/projects/:path*/",
195195
permanent: true,
196196
},
197197
{
@@ -318,17 +318,17 @@ export default withNextra({
318318
},
319319
{
320320
source: "/components/quickstart/nodejs/actions/",
321-
destination: "/workflows/contributing/components/actions-quickstart/",
321+
destination: "/contributing/components/actions-quickstart/",
322322
permanent: true,
323323
},
324324
{
325325
source: "/components/",
326-
destination: "/workflows/contributing/components/",
326+
destination: "/contributing/components/",
327327
permanent: true,
328328
},
329329
{
330330
source: "/components/:path*/",
331-
destination: "/workflows/contributing/components/:path*/",
331+
destination: "/contributing/components/:path*/",
332332
permanent: true,
333333
},
334334
{
@@ -338,34 +338,64 @@ export default withNextra({
338338
},
339339
{
340340
source: "/workspaces/",
341-
destination: "/workflows/workspaces/",
341+
destination: "/workspaces/",
342342
permanent: true,
343343
},
344344
{
345345
source: "/workspaces/okta/",
346-
destination: "/workflows/workspaces/sso/okta/",
346+
destination: "/workspaces/sso/okta/",
347347
permanent: true,
348348
},
349349
{
350350
source: "/workspaces/google/",
351-
destination: "/workflows/workspaces/sso/google/",
351+
destination: "/workspaces/sso/google/",
352352
permanent: true,
353353
},
354354
{
355355
source: "/workspaces/saml/",
356-
destination: "/workflows/workspaces/sso/saml/",
356+
destination: "/workspaces/sso/saml/",
357357
permanent: true,
358358
},
359359
{
360360
source: "/workspaces/:path*/",
361-
destination: "/workflows/workspaces/:path*/",
361+
destination: "/workspaces/:path*/",
362362
permanent: true,
363363
},
364364
{
365365
source: "/workspaces-and-credits-faq/",
366366
destination: "/pricing/faq/",
367367
permanent: true,
368368
},
369+
{
370+
source: "/workflows/contributing/",
371+
destination: "/contributing/",
372+
permanent: true,
373+
},
374+
{
375+
source: "/workflows/contributing/:path*/",
376+
destination: "/contributing/:path*/",
377+
permanent: true,
378+
},
379+
{
380+
source: "/workflows/projects/",
381+
destination: "/projects/",
382+
permanent: true,
383+
},
384+
{
385+
source: "/workflows/projects/:path*/",
386+
destination: "/projects/:path*/",
387+
permanent: true,
388+
},
389+
{
390+
source: "/workflows/workspaces/",
391+
destination: "/workspaces/",
392+
permanent: true,
393+
},
394+
{
395+
source: "/workflows/workspaces/:path*/",
396+
destination: "/workspaces/:path*/",
397+
permanent: true,
398+
},
369399
{
370400
source: "/connected-accounts/api/",
371401
destination: "/connect/api/#accounts/",

docs-v2/pages/_meta.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,12 @@ export default {
22
"index": "What is Pipedream?",
33
"quickstart": "Quickstart",
44
"integrations": "Integrations",
5+
"workspaces": "Workspaces",
6+
"projects": "Projects",
57
"workflows": "Workflows",
68
"connect": "Connect",
79
"rest-api": "REST API",
10+
"contributing": "Contributing",
811
"pricing": "Pricing",
912
"account": "Account",
1013
"privacy-and-security": "Security",

docs-v2/pages/account/user-settings.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Pipedream recommends enabling 2FA with your identity provider.
5050

5151
### Requiring 2-Factor Authentication
5252

53-
Workspaces on the Business plan can [require all workspace members to configure 2FA](/workflows/workspaces/#requiring-two-factor-authentication) in order to log in to Pipedream.
53+
Workspaces on the Business plan can [require all workspace members to configure 2FA](/workspaces/#requiring-two-factor-authentication) in order to log in to Pipedream.
5454

5555
If you are a member of any workspace where 2FA is required, you cannot disable 2FA, but you can still reconfigure it in your [account settings](https://pipedream.com/account/) if necessary.
5656

docs-v2/pages/connect/_meta.tsx

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,19 @@ export default {
33
"title": "Overview",
44
},
55
"use-cases": {
6-
"title": "Use cases",
6+
"title": "Use Cases",
77
},
88
"managed-auth": {
9-
"title": "Managed auth",
9+
"title": "Managed Auth",
1010
},
1111
"components": {
12-
"title": "Pre-built tools",
12+
"title": "Triggers and Actions",
13+
},
14+
"mcp": {
15+
"title": "MCP",
1316
},
1417
"api-proxy": {
15-
"title": "API proxy",
18+
"title": "API Proxy",
1619
},
1720
"workflows": {
1821
"title": "Workflows",
@@ -21,7 +24,7 @@ export default {
2124
"title": "Environments",
2225
},
2326
"api": {
24-
"title": "API & SDK reference",
27+
"title": "API & SDK Reference",
2528
},
2629
"migrating-from-project-keys-to-oauth": {
2730
"display": "hidden",

docs-v2/pages/connect/api.mdx

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Pipedream provides a TypeScript SDK and a REST API to interact with the Connect
77

88
## REST API base URL
99

10-
Pipedream Connect resources are scoped to [projects](/workflows/projects/), so you'll need to pass [the project's ID](/workflows/projects/#finding-your-projects-id) as a part of the base URL:
10+
Pipedream Connect resources are scoped to [projects](/projects/), so you'll need to pass [the project's ID](/projects/#finding-your-projects-id) as a part of the base URL:
1111

1212
```
1313
https://api.pipedream.com/v1/connect/{project_id}
@@ -250,7 +250,7 @@ POST /{project_id}/tokens
250250

251251
`project_id` **string**
252252

253-
[The project's ID](/workflows/projects/#finding-your-projects-id)
253+
[The project's ID](/projects/#finding-your-projects-id)
254254

255255
##### Body parameters
256256

@@ -395,7 +395,7 @@ GET /{project_id}/accounts/
395395

396396
`project_id` **string**
397397

398-
[The project's ID](/workflows/projects/#finding-your-projects-id)
398+
[The project's ID](/projects/#finding-your-projects-id)
399399

400400
##### Query parameters
401401

@@ -662,7 +662,7 @@ GET /{project_id}/accounts/{account_id}
662662

663663
`project_id` **string**
664664

665-
[The project's ID](/workflows/projects/#finding-your-projects-id)
665+
[The project's ID](/projects/#finding-your-projects-id)
666666

667667
---
668668

@@ -835,7 +835,7 @@ DELETE /{project_id}/accounts/{account_id}
835835

836836
`project_id` **string**
837837

838-
[The project's ID](/workflows/projects/#finding-your-projects-id)
838+
[The project's ID](/projects/#finding-your-projects-id)
839839

840840
---
841841

@@ -922,7 +922,7 @@ DELETE /{project_id}/apps/{app_id}/accounts
922922

923923
`project_id` **string**
924924

925-
[The project's ID](/workflows/projects/#finding-your-projects-id)
925+
[The project's ID](/projects/#finding-your-projects-id)
926926

927927
---
928928

@@ -1011,7 +1011,7 @@ DELETE /{project_id}/users/{external_user_id}
10111011

10121012
`project_id` **string**
10131013

1014-
[The project's ID](/workflows/projects/#finding-your-projects-id)
1014+
[The project's ID](/projects/#finding-your-projects-id)
10151015

10161016
---
10171017

@@ -1121,7 +1121,7 @@ apps](/rest-api/#list-apps) endpoint, and the name slug under the
11211121
`q` **string** (_optional_)
11221122

11231123
A search query to filter the components by key (see the [component structure
1124-
table](/workflows/contributing/components/api/#component-structure)).
1124+
table](/contributing/components/api/#component-structure)).
11251125

11261126
##### Examples
11271127

@@ -1258,7 +1258,7 @@ Either `triggers`, `actions`, or `components`.
12581258
`component_key` **string**
12591259

12601260
The key that identifies the component (see the [component structure
1261-
table](/workflows/contributing/components/api/#component-structure)).
1261+
table](/contributing/components/api/#component-structure)).
12621262

12631263
##### Examples
12641264

@@ -1415,7 +1415,7 @@ want to retrieve accounts for.
14151415
`id` **string**
14161416

14171417
The key that identifies the component (see the [component structure
1418-
table](/workflows/contributing/components/api/#component-structure)).
1418+
table](/contributing/components/api/#component-structure)).
14191419

14201420
---
14211421

@@ -1630,7 +1630,7 @@ want to retrieve accounts for.
16301630
`id` **string**
16311631

16321632
The key that identifies the component (see the [component structure
1633-
table](/workflows/contributing/components/api/#component-structure)).
1633+
table](/contributing/components/api/#component-structure)).
16341634

16351635
---
16361636

@@ -1833,7 +1833,7 @@ POST /actions/run
18331833
`id` **string**
18341834

18351835
The key that identifies the action component (see the [component structure
1836-
table](/workflows/contributing/components/api/#component-structure)).
1836+
table](/contributing/components/api/#component-structure)).
18371837

18381838
---
18391839

@@ -2022,7 +2022,7 @@ POST /triggers/deploy
20222022
`id` **string**
20232023

20242024
The key that identifies the action component (see the [component structure
2025-
table](/workflows/contributing/components/api/#component-structure)).
2025+
table](/contributing/components/api/#component-structure)).
20262026

20272027
---
20282028

0 commit comments

Comments
 (0)