Skip to content

Commit e912c07

Browse files
main restructure
1 parent cfb19ac commit e912c07

File tree

364 files changed

+736
-799
lines changed

Some content is hidden

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

364 files changed

+736
-799
lines changed

docs-v2/pages/_meta.tsx

Lines changed: 6 additions & 65 deletions
Original file line numberDiff line numberDiff line change
@@ -1,30 +1,12 @@
11
export default {
22
"index": "What is Pipedream?",
33
"quickstart": "Quickstart",
4-
"workspaces": "Workspaces",
5-
"projects": "Projects",
64
"workflows": "Workflows",
7-
"connect": {
8-
title: "Connect",
9-
},
10-
"code": "Code",
11-
"data-stores": "Data Stores",
12-
"databases": "Databases",
13-
"connected-accounts": "Connected Accounts",
14-
"apps": "Integrations",
15-
"components": "Components",
16-
"sources": "Sources",
17-
"event-history": "Event History",
18-
"http": "HTTP",
19-
"environment-variables": "Environment Variables",
20-
"rest-api": "REST API",
21-
"cli": "CLI",
22-
"destinations": "Destinations",
23-
"user-settings": "User and Billing Settings",
24-
"troubleshooting": "Troubleshooting",
25-
"pricing": "Pricing FAQ",
5+
"connect": "Connect",
6+
"pricing": "Pricing",
7+
"account": "Account",
268
"privacy-and-security": "Security",
27-
"limits": "Limits",
9+
"troubleshooting": "Troubleshooting",
2810
"glossary": "Glossary of Terms",
2911
"support": {
3012
title: "Support",
@@ -44,51 +26,10 @@ export default {
4426
href: "https://status.pipedream.com",
4527
newWindow: true,
4628
},
47-
"version": {
48-
title: "Version",
49-
type: "menu",
50-
items: {
51-
v3: {
52-
title: "Current",
53-
href: "https://pipedream.com/docs",
54-
},
55-
v2: {
56-
title: "Linear (classic)",
57-
href: "https://pipedream.com/docs/v2",
58-
},
59-
},
60-
},
61-
"abuse": {
62-
display: "hidden",
63-
},
64-
"airtable": {
65-
display: "hidden",
66-
},
67-
"examples": {
68-
display: "hidden",
69-
},
70-
"migrate-from-v1": {
71-
display: "hidden",
72-
},
73-
"new-feature-or-bug": {
74-
display: "hidden",
75-
},
76-
"nodejs20-faq-2024-02": {
77-
display: "hidden",
78-
},
79-
"scheduling-future-tasks": {
80-
display: "hidden",
81-
},
82-
"shopify-faq-2023-10": {
83-
display: "hidden",
84-
},
85-
"subprocessors": {
86-
display: "hidden",
87-
},
88-
"pipedream-axios": {
29+
"deprecated": {
8930
display: "hidden",
9031
},
91-
"status": {
32+
"hidden": {
9233
display: "hidden",
9334
},
9435
} as const

docs-v2/pages/account/_meta.tsx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
export default {
2+
"user-settings": "User Settings",
3+
"billing-settings": "Billing Settings",
4+
} as const
Lines changed: 43 additions & 0 deletions
Lines changed: 8 additions & 54 deletions

docs-v2/pages/api/_meta.tsx

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

docs-v2/pages/apps/_meta.tsx

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

docs-v2/pages/connected-accounts/_meta.tsx

Lines changed: 0 additions & 4 deletions
This file was deleted.
File renamed without changes.

0 commit comments

Comments
 (0)