Skip to content

Commit abc9aaa

Browse files
committed
Add API pages to TOC
1 parent 3d08831 commit abc9aaa

File tree

2 files changed

+7
-136
lines changed

2 files changed

+7
-136
lines changed

docs/docs.yaml

-134
This file was deleted.

mint.json

+7-2
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
},
3333
{
3434
"name": "API Reference",
35-
"url": "api-reference"
35+
"url": "docs/restapi"
3636
}
3737
],
3838
"anchors": [
@@ -66,6 +66,7 @@
6666
{
6767
"group": "Get started",
6868
"pages": [
69+
"docs/index",
6970
"docs/getting-started/getting-started"
7071
]
7172
},
@@ -263,7 +264,11 @@
263264
{
264265
"group": "API Documentation",
265266
"pages": [
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"
267272
]
268273
},
269274
{

0 commit comments

Comments
 (0)