-
Notifications
You must be signed in to change notification settings - Fork 3
/
mint.json
79 lines (78 loc) · 1.61 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
{
"$schema": "https://mintlify.com/schema.json",
"name": "Interstellar Documentation",
"logo": {
"dark": "/favicon.png",
"light": "/favicon.png"
},
"favicon": "/favicon.png",
"colors": {
"primary": "#3066BE",
"light": "#5AA8E0",
"dark": "#3066BE",
"anchors": {
"from": "#3066BE",
"to": "#5AA8E0"
}
},
"topbarLinks": [
{
"name": "Support",
"url": "mailto:hello@gointerstellar.app"
}
],
"topbarCtaButton": {
"name": "Search now!",
"url": "https://gointerstellar.app"
},
"anchors": [
{
"name": "Get Started",
"icon": "book-open-cover",
"url": "https://docs.gointerstellar.app/introduction"
},
{
"name": "Community",
"icon": "discord",
"url": "https://discord.gg/interstellar"
},
{
"name": "Changelog",
"icon": "newspaper",
"url": "https://github.com/InterstellarNetwork/Interstellar/commits/main/"
}
],
"navigation": [
{
"group": "Using Interstellar",
"pages": [
"faq",
"geforcenow",
"custom-background",
"tabcloak",
"tabs"
]
},
{
"group": "Deployment",
"pages": [
"authentication",
"windows-local",
"deb-server",
"freedns",
"render",
"codespaces",
"vercel",
"koyeb",
"fl0",
"msdevtunnels",
"sync-fork"
]
}
],
"footerSocials": {
"discord": "https://discord.gg/interstellar",
"github": "https://github.com/interstellarnetwork",
"youtube": "https://youtube.com/@unblocking"
}
}