-
Notifications
You must be signed in to change notification settings - Fork 0
/
mint.json
87 lines (87 loc) · 1.93 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
84
85
86
87
{
"name": "Spellbound",
"logo": "logo.png",
"favicon": "/favicon.png",
"colors": {
"primary": "#c935a9",
"light": "#DC59BF",
"dark": "#724782",
"background": {
"dark": "#000000"
}
},
"modeToggle": {
"default": "dark",
"isHidden": true
},
"topbarCtaButton": {
"name": "Login",
"url": "https://spellbound.us.auth0.com/u/login?state=hKFo2SBESFlQWUlYeDRKbmxBQ2tlTmRhRnN0UmJ5TURaQTdaSaFur3VuaXZlcnNhbC1sb2dpbqN0aWTZIERSUFV1ZWRjUmFaOXpGdzJWUHJvRkkzS1FyemV5UlMwo2NpZNkgZ2kzUUN3NnBNY3pXczFEdHJwQVJiR092YkJYSzhEdjc"
},
"topbarLinks": [
{
"name": "Smart Surveys",
"url": "https://www.spellbound.io/smart-surveys"
},
{
"name": "Product Quizzes",
"url": "https://www.spellbound.io/quizzes"
},
{
"name": "Examples",
"url": "https://www.spellbound.io/examples"
}
],
"anchors": [
{
"name": "Blog",
"icon": "newspaper",
"url": "https://www.spellbound.io/blog-main"
}
],
"tabs": [
{
"name": "API Reference",
"url": "api-reference"
}
],
"navigation": [
{
"group": "Get Started",
"pages": [
"introduction",
"quickstart",
"development"
]
},
{
"group": "Essentials",
"pages": [
"essentials/markdown",
"essentials/code",
"essentials/images",
"essentials/settings",
"essentials/navigation"
]
},
{
"group": "API Documentation",
"pages": [
"api-reference/introduction"
]
},
{
"group": "Endpoint Examples",
"pages": [
"api-reference/endpoint/get",
"api-reference/endpoint/create",
"api-reference/endpoint/delete"
]
}
],
"footerSocials": {
"twitter": "https://twitter.com/spellboundio?lang=en",
"linkedin": "https://www.linkedin.com/company/spellboundio/"
},
"backgroundImage": "/images/background.png"
}