forked from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmint.json
More file actions
128 lines (128 loc) · 2.49 KB
/
mint.json
File metadata and controls
128 lines (128 loc) · 2.49 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
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
{
"$schema": "https://mintlify.com/schema.json",
"name": "truf.network",
"logo": {
"dark": "/logo/dark.svg",
"light": "/logo/light.svg",
"href": "https://truf.network"
},
"favicon": "/favicon.svg",
"colors": {
"primary": "#0B4299",
"light": "#6EA8FF",
"dark": "#0B4299",
"anchors": {
"from": "#0B4299",
"to": "#6EA8FF"
}
},
"topbarLinks": [],
"topbarCtaButton": {
"name": "Github",
"url": "https://github.com/trufnetwork/"
},
"tabs": [
{
"name": "Ecosystem",
"url": "/ecosystem"
},
{
"name": "Token, Staking & Governance",
"url": "/token-governance"
},
{
"name": "Grants & Security",
"url": "/grants-security"
},
{
"name": "Whitepaper",
"url": "/whitepaper"
},
{
"name": "Changelog",
"url": "/changelog"
}
],
"anchors": [
{
"name": "Quickstart",
"url": "https://docs.truf.network/home"
},
{
"name": "Report a Bug",
"url": "https://docs.truf.network/grants-security/bug-report"
},
{
"name": "Roadmap",
"url": "https://truf.network/blog/roadmap"
},
{
"name": "Community",
"url": "https://discord.com/invite/5AMCBYxfW4"
}
],
"navigation": [
{
"group": "Get Started",
"pages": ["home", "sdks", "ai-toolkit"]
},
{
"group": "Creating Streams and Indexes",
"pages": ["developer-guide", "writing-adapters"]
},
{
"group": "Running a Node",
"pages": ["node-operator-guide", "node-upgrade"]
},
{
"group": "Incentives",
"pages": ["incentive-system"]
},
{
"group": "Troubleshooting",
"pages": ["troubleshooting-channels"]
},
{
"group": "Resources",
"pages": ["faq", "media-kit"]
},
{
"group": "Ecosystem Partners",
"pages": ["ecosystem/ecosystem-partners"]
},
{
"group": "Token & Governance",
"pages": [
"/token-governance/get-truf-token",
"/token-governance/truf-token-migration",
"/token-governance/tokenomics",
"/token-governance/staking",
"/token-governance/governance",
"/token-governance/bridge"
]
},
{
"group": "Grants & Security",
"pages": [
"/grants-security/grant-overview",
"/grants-security/data-consumer-guide",
"/grants-security/data-provider-guide",
"/grants-security/security-audits",
"/grants-security/bug-report"
]
},
{
"group": "Whitepaper",
"pages": [
"whitepaper/docs",
"whitepaper/terms-of-service",
"whitepaper/privacy-policy"
]
},
{
"group": "Changelog",
"pages": ["/changelog/changelog"]
}
],
"footerSocials": {}
}