-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
92 lines (92 loc) · 2.11 KB
/
Copy pathdocs.json
File metadata and controls
92 lines (92 loc) · 2.11 KB
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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "aspen",
"name": "Helium Docs",
"colors": {
"primary": "#3b82f6",
"light": "#60a5fa",
"dark": "#2563eb"
},
"favicon": "/favicon.svg",
"navigation": {
"groups": [
{
"group": "GETTING STARTED",
"icon": "flag",
"pages": [
"getting-started/introduction",
"getting-started/quickstart"
]
},
{
"group": "SDK QUICKSTARTS",
"icon": "code",
"pages": [
"sdk/quickstart-ios",
"sdk/quickstart-android",
"sdk/quickstart-react-native",
"sdk/quickstart-flutter"
]
},
{
"group": "GUIDES",
"icon": "compass",
"pages": [
"guides/how-does-helium-work",
"guides/revenue-reporting",
"guides/fallback-bundle",
"guides/ways-to-show-paywall",
"guides/third-party-analytics",
"guides/helium-events",
"guides/custom-events",
"guides/storekit-testing",
"guides/paywall-traits"
]
},
{
"group": "SDK REFERENCE",
"icon": "book-open",
"pages": [
"sdk-reference/sdk-features"
]
},
{
"group": "MIGRATIONS",
"icon": "arrow-up-right-dots",
"pages": [
"migrations/ios-3-to-4",
"migrations/android-0-to-4",
"migrations/ios-2-to-3"
]
}
]
},
"logo": {
"light": "/logo/LargeLogo-cropped.svg",
"dark": "/logo/LargeLogo-cropped.svg",
"href": "https://tryhelium.com"
},
"navbar": {
"links": [
{
"label": "Dashboard",
"href": "https://docs.tryhelium.com/"
}
],
"primary": {
"type": "button",
"label": "Schedule Demo",
"href": "https://cal.com/team/helium/20-minute-helium-demo"
}
},
"contextual": {
"options": [
"mcp",
"cursor",
"copy",
"chatgpt",
"claude"
]
},
"description": "Documentation for Helium - App Monetization for the AI Era"
}