-
Notifications
You must be signed in to change notification settings - Fork 0
/
_meta.tsx
92 lines (84 loc) · 2.13 KB
/
_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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
import SidebarTitleComponent from "../components/SidebarTitleComponent";
export default {
/* Top right links */
"home": {
"title": "Home",
"type": "page",
"href": "https://getomni.app"
},
"api-docs": {
"title": "API ↗",
"type": "page",
"href": "https://getomni.app/api",
"newWindow": true
},
'index': {
title: 'Introduction',
"theme": {
"layout": "full"
}
},
'readme': {
title: 'Open Source'
},
'use-cases': {
title: 'Use Cases',
},
'-- For users': {
type: 'separator',
"title": <SidebarTitleComponent>For users</SidebarTitleComponent>
},
'guide': {
title: 'Guides for Integrations',
},
'creative-tools': {
title: 'Creative suite',
defaultMenuCollapsed: true
},
'-- Commercial use': {
type: 'separator',
"title": <SidebarTitleComponent>Commercial use</SidebarTitleComponent>
},
'commercial': {
title: 'Commercial',
"display": "children",
},
// 'commercial/getting-started': {
// title: 'Getting Started',
// },
'upload-content': {
title: 'Send us your content ↗',
"href": "https://docs.google.com/forms/d/1begM4VfB0s5kWDUXLhwviJXF8QoRekW8fafNuv25bJY/viewform?edit_requested=true",
"newWindow": true
},
// 'pricing': {
// title: 'Pricing',
// },
'-- For developers': {
type: 'separator',
"title": <SidebarTitleComponent>For developers</SidebarTitleComponent>
},
'developers': {
title: 'For Developers',
display: 'children'
},
// 'examples': {
// title: 'Examples',
// },
'--': {
type: 'separator',
},
'request-a-feature': {
title: '🚀 Request a feature',
"href": "https://getomni.canny.io/feature-requests",
"newWindow": true
},
'bugs': {
title: '🐛 Report a bug',
"href": "https://getomni.canny.io/bugs",
"newWindow": true
},
'blog': {
title: '📕 Blogs',
},
}