-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdocs.json
More file actions
75 lines (75 loc) · 1.6 KB
/
Copy pathdocs.json
File metadata and controls
75 lines (75 loc) · 1.6 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
{
"name": "ScaleDown",
"theme": "mint",
"colors": {
"primary": "#147ce4",
"light": "#3d96f0",
"dark": "#0f62c0"
},
"openapi": "api-reference/openapi.json",
"api": {
"baseUrl": [
"https://api.scaledown.xyz"
],
"auth": {
"method": "key",
"name": "x-api-key"
}
},
"navigation": {
"groups": [
{
"group": "Getting Started",
"icon": "rocket",
"pages": [
"quickstart"
]
},
{
"group": "Compress",
"icon": "compress",
"pages": [
"api-reference/compress-overview",
"api-reference/compress",
"api-reference/integrate-compress"
]
},
{
"group": "Summarize",
"icon": "align-left",
"pages": [
"api-reference/summarize-overview",
"api-reference/summarize",
"api-reference/integrate-summarize"
]
},
{
"group": "Extract",
"icon": "magnifying-glass",
"pages": [
"api-reference/extract-overview",
"api-reference/extract",
"api-reference/integrate-extract"
]
},
{
"group": "Classify",
"icon": "tags",
"pages": [
"api-reference/classify-overview",
"api-reference/classify",
"api-reference/integrate-classify"
]
},
{
"group": "Batch",
"icon": "layer-group",
"pages": [
"api-reference/batch-overview",
"api-reference/batch",
"api-reference/integrate-batch"
]
}
]
}
}