-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
114 lines (111 loc) · 2.88 KB
/
docs.json
File metadata and controls
114 lines (111 loc) · 2.88 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "CelerFi Docs",
"colors": {
"primary": "#8A2BE2",
"light": "#A155E8",
"dark": "#4C187C"
},
"fonts": {
"heading": {
"family": "Aeonik",
"weight": 700,
"source": "https://res.cloudinary.com/dirwea7f6/raw/upload/v1752746762/Aeonik-Bold_osbxt0.woff2",
"format": "woff2"
},
"body": {
"family": "Aeonik",
"weight": 500,
"source": "https://res.cloudinary.com/dirwea7f6/raw/upload/v1752583298/Aeonik-Regular_sj3mr1.woff2",
"format": "woff2"
}
},
"description": "CelerFi's documentation for developers, providing guides and API references to help you integrate and use our services effectively.",
"favicon": "/favicon.ico",
"navigation": {
"tabs": [
{
"tab": "Getting Started",
"groups": [
{
"group": "Getting Started",
"pages": ["index", "quickstart", "development"]
},
{
"group": "Developer Dashboard",
"pages": [
"developer-dashboard/overview",
"developer-dashboard/projects",
"developer-dashboard/analytics",
"developer-dashboard/alerts"
]
}
]
},
{
"tab": "RPC Node",
"groups": [
{
"group": "RPC Node Overview",
"pages": ["node-api-overview/introduction"]
},
{
"group": "Endpoint Examples",
"pages": [
"node-api-overview/endpoint/get",
"node-api-overview/endpoint/create",
"node-api-overview/endpoint/delete",
"node-api-overview/endpoint/webhook"
]
}
]
},
{
"tab": "Data Indexer",
"groups": [
{
"group": "API Documentation",
"pages": ["node-node-api-overview/introduction"]
},
{
"group": "Endpoint Examples",
"pages": [
"node-api-overview/endpoint/get",
"node-api-overview/endpoint/create",
"node-api-overview/endpoint/delete",
"node-api-overview/endpoint/webhook"
]
}
]
}
]
},
"navbar": {
"links": [
{
"label": "Support",
"href": "mailto:info@celerfi.network"
}
],
"primary": {
"type": "github",
"href": "https://github.com/celerfi/celerfi-docs"
}
},
"contextual": {
"options": ["copy", "view", "chatgpt", "claude"]
},
"logo": {
"light": "/logo/light.png",
"dark": "/logo/dark.png"
},
"footer": {
"socials": {
"x": "https://x.com/celerfi",
"github": "https://github.com/celerfi/",
"discord": "https://discord.gg/celerfi",
"linkedin": "https://www.linkedin.com/company/celerfi/"
}
}
}