Skip to content

Commit a118e02

Browse files
checking work in; need to add redirects for dir changes
1 parent 248d71e commit a118e02

File tree

11 files changed

+18
-27
lines changed

11 files changed

+18
-27
lines changed

docs-v2/pages/_meta.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ export default {
55
"projects": "Projects",
66
"workflows": "Workflows",
77
"connect": {
8-
title: "Pipedream Connect",
8+
title: "Connect",
99
},
1010
"code": "Code",
1111
"data-stores": "Data Stores",

docs-v2/pages/connect/_meta.tsx

Lines changed: 7 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -5,38 +5,23 @@ export default {
55
"use-cases": {
66
"title": "Use cases",
77
},
8-
"quickstart": {
9-
"title": "Managed auth",
10-
},
11-
"workflows": {
12-
"title": "Running workflows",
8+
"managed-auth": {
9+
"title": "Managed authentication",
1310
},
1411
"components": {
15-
"title": "Embedding components",
16-
},
17-
"api": {
18-
"title": "API & SDK reference",
12+
"title": "Pre-built tools",
1913
},
2014
"api-proxy": {
2115
"title": "API proxy",
2216
},
23-
"tokens": {
24-
"title": "Connect tokens",
17+
"workflows": {
18+
"title": "Workflows",
2519
},
2620
"environments": {
2721
"title": "Environments",
2822
},
29-
"oauth-clients": {
30-
"title": "OAuth clients",
31-
},
32-
"webhooks": {
33-
"title": "Webhooks",
34-
},
35-
"connect-link": {
36-
"title": "Connect Link",
37-
},
38-
"customize-your-app": {
39-
"title": "Customize your app",
23+
"api": {
24+
"title": "API & SDK reference",
4025
},
4126
"troubleshooting": {
4227
"title": "Troubleshooting",
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
export default {
2+
"index": "Overview",
3+
"quickstart": "Quickstart",
4+
"tokens": "Connect Tokens",
5+
"connect-link": "Connect Link",
6+
"oauth-clients": "OAuth clients",
7+
"webhooks": "Webhooks",
8+
"customize-your-app": "Customize your app",
9+
} as const
File renamed without changes.
File renamed without changes.

docs-v2/pages/connect/managed-auth/index.mdx

Whitespace-only changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)