-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmint.json
83 lines (82 loc) · 2.02 KB
/
mint.json
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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Meteroid Documentation",
"logo": {
"dark": "/public/meteroid-icon-dark.svg",
"light": "/public/meteroid-icon-light.svg",
"href": "https://meteroid.com"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#8263FA",
"light": "#ffffff",
"dark": "#200D05",
"anchors": {
"from": "#7874F7",
"to": "#8C71FA"
},
"background": {
"light": "#ffffff",
"dark": "#000000"
}
},
"topbarLinks": [
{
"name": "Talk to us",
"url": "https://meteroid.com/talk-to-us"
}
],
"topbarCtaButton": {
"name": "Get started",
"url": "https://github.com/meteroid-oss/meteroid"
},
"anchors": [
{
"name": "Community",
"icon": "discord",
"url": "https://go.meteroid.com/discord"
},
{
"name": "Github",
"icon": "github",
"url": "https://go.meteroid.com/github"
},
{
"name": "Blog",
"icon": "newspaper",
"url": "https://meteroid.com/blog"
},
{
"name": "API References",
"icon": "code",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Introduction",
"pages": ["introduction/understanding-meteroid", "introduction/quickstart", "introduction/self-hosting"]
},
{
"group": "Modeling your pricing",
"pages": ["catalog/introduction", "catalog/use-cases", "catalog/features"]
},
{
"group": "Metering",
"pages": ["metering/introduction", "metering/reporting", "metering/scalability"]
},
{
"group": "Managing subscriptions",
"pages": ["billing/introduction", "billing/subscriptions", "billing/lifecycle", "billing/insights", "billing/migrations"]
},
{
"group": "API Reference",
"pages": ["api-reference/introduction"]
}
],
"footerSocials": {
"twitter": "https://twitter.com/meteroidhq",
"github": "https://github.com/meteroid-oss/meteroid",
"linkedin": "https://www.linkedin.com/company/meteroid"
}
}