generated from mintlify/starter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
111 lines (111 loc) · 2.46 KB
/
docs.json
File metadata and controls
111 lines (111 loc) · 2.46 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "maple",
"name": "OpenData",
"colors": {
"primary": "#525252",
"light": "#A3A3A3",
"dark": "#262626"
},
"favicon": "/favicon.svg",
"navigation": {
"groups": [
{
"group": "Concepts",
"pages": [
"index",
"overview/architecture",
"overview/writing-data",
"overview/reading-data",
"overview/storage",
"overview/deployment"
]
},
{
"group": "Timeseries",
"icon": "chart-line",
"pages": [
"timeseries/index",
"timeseries/quickstart",
"timeseries/storage-design",
"timeseries/configuration",
{
"group": "API reference",
"openapi": "openapi/timeseries.yaml",
"pages": [
"GET /api/v1/query",
"GET /api/v1/query_range",
"GET /api/v1/series",
"GET /api/v1/labels",
"GET /api/v1/label/{name}/values",
"POST /api/v1/write"
]
}
]
},
{
"group": "Log",
"icon": "scroll",
"pages": [
"log/index",
"log/quickstart",
"log/storage-design",
{
"group": "API reference",
"openapi": "openapi/log.yaml",
"pages": [
"POST /api/v1/log/append",
"GET /api/v1/log/scan",
"GET /api/v1/log/keys",
"GET /api/v1/log/segments",
"GET /api/v1/log/count"
]
}
]
},
{
"group": "Vector",
"icon": "brain",
"pages": [
"vector/index"
]
},
{
"group": "Key-Value",
"icon": "key",
"pages": [
"keyvalue/index"
]
}
]
},
"logo": {
"light": "/logo/light.svg",
"dark": "/logo/dark.svg",
"href": "https://opendata.dev"
},
"navbar": {
"links": [
{
"type": "discord",
"href": "https://discord.gg/CsAQJ2AJGU"
},
{
"type": "github",
"href": "https://github.com/opendata-oss/opendata"
}
]
},
"css": "/global.css",
"seo": {
"metatags": {
"og:image": "/images/opengraph.png"
}
},
"footer": {
"socials": {
"github": "https://github.com/opendata-oss/opendata",
"discord": "https://discord.gg/CsAQJ2AJGU"
}
}
}