-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
103 lines (103 loc) · 2.54 KB
/
docs.json
File metadata and controls
103 lines (103 loc) · 2.54 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "BlockForecast",
"theme": "luma",
"favicon": "https://media.brand.dev/8670e709-55c2-4d2e-9790-e81c69f39b91.svg",
"colors": {
"primary": "#cf8a10",
"light": "#f5b13c",
"dark": "#a06a09"
},
"fonts": {
"heading": { "family": "Unbounded", "weight": 800 },
"body": { "family": "Inter" }
},
"navbar": {
"links": [
{ "label": "App", "href": "https://blockforecast.io" },
{ "label": "Markets", "href": "https://blockforecast.io/markets" }
],
"primary": {
"type": "button",
"label": "Apply for creator access",
"href": "https://blockforecast.io/apply"
}
},
"footer": {
"socials": {
"x": "https://x.com/blockforecasthq",
"github": "https://github.com/gr8estman/blockforecast-skills"
}
},
"navigation": {
"tabs": [
{
"tab": "Documentation",
"groups": [
{
"group": "Get Started",
"pages": [
"introduction",
"how-to-deposit",
"what-is-a-prediction-market",
"5-minute-bitcoin-markets"
]
},
{
"group": "Creator Program",
"pages": [
"creators/overview",
"creators/apply",
"creators/create-a-market",
"creators/earn-fees"
]
},
{
"group": "How It Works",
"pages": [
"how-it-works/ai-oracle",
"how-it-works/resolution-policy",
"how-it-works/transparency"
]
},
{
"group": "Legal & Support",
"pages": [
"legal/faq",
"legal/are-prediction-markets-legal",
"legal/terms",
"legal/privacy"
]
}
]
},
{
"tab": "Developers",
"groups": [
{
"group": "API",
"pages": [
"developers/quickstart",
"developers/authentication",
"developers/public-api",
"developers/rate-limits"
]
},
{
"group": "x402 Agent API",
"pages": [
"developers/x402-overview",
"developers/x402-create-market"
]
},
{
"group": "Skills & SDKs",
"pages": [
"developers/claude-skill"
]
}
]
}
]
}
}