We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d08831 commit abc9aaaCopy full SHA for abc9aaa
docs/docs.yaml
mint.json
@@ -32,7 +32,7 @@
32
},
33
{
34
"name": "API Reference",
35
- "url": "api-reference"
+ "url": "docs/restapi"
36
}
37
],
38
"anchors": [
@@ -66,6 +66,7 @@
66
67
"group": "Get started",
68
"pages": [
69
+ "docs/index",
70
"docs/getting-started/getting-started"
71
]
72
@@ -263,7 +264,11 @@
263
264
265
"group": "API Documentation",
266
- "api-reference/introduction"
267
+ "docs/restapi/introduction",
268
+ "docs/restapi/token",
269
+ "docs/restapi/ingest",
270
+ "docs/restapi/query",
271
+ "docs/restapi/api-limits"
272
273
274
0 commit comments