-
Notifications
You must be signed in to change notification settings - Fork 5.3k
/
Copy path_meta.tsx
40 lines (40 loc) · 900 Bytes
/
_meta.tsx
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
export default {
"index": "What is Pipedream?",
"quickstart": "Quickstart",
"workspaces": "Workspaces",
"projects": "Projects",
"connect": "Connect",
"workflows": "Workflows",
"apps": "Apps",
"components": "Components",
"rest-api": "REST API",
"pricing": "Pricing",
"account": "Account",
"privacy-and-security": "Security",
"troubleshooting": "Troubleshooting",
"glossary": "Glossary of Terms",
"support": {
title: "Support",
type: "page",
href: "https://pipedream.com/support",
newWindow: true,
},
"pricing-page": {
title: "Pricing",
href: "https://pipedream.com/pricing",
newWindow: true,
type: "page",
},
"statuspage": {
title: "Status",
type: "page",
href: "https://status.pipedream.com",
newWindow: true,
},
"deprecated": {
display: "hidden",
},
"hidden": {
display: "hidden",
},
} as const