-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdocs.json
More file actions
57 lines (57 loc) · 1.21 KB
/
docs.json
File metadata and controls
57 lines (57 loc) · 1.21 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
{
"$schema": "https://mintlify.com/docs.json",
"name": "TaskFlow API",
"theme": "mint",
"favicon": "/favicon.svg",
"colors": {
"primary": "#0069ED",
"light": "#4D9CFF",
"dark": "#0050B4"
},
"navigation": {
"tabs": [
{
"tab": "Guides",
"groups": [
{
"group": "Getting Started",
"pages": [
"introduction",
"quickstart",
"authentication",
"core-concepts"
]
},
{
"group": "Resources",
"pages": [
"error-handling"
]
}
]
},
{
"tab": "API Reference",
"groups": [
{
"group": "API Reference",
"pages": [
"api-reference/create-a-project",
"api-reference/create-a-task",
"api-reference/list-tasks-in-a-project",
"api-reference/update-a-task",
"api-reference/delete-a-task"
]
}
]
}
]
},
"api": {
"baseUrl": "https://test-writechoice.onrender.com",
"auth": {
"method": "bearer"
}
},
"openapi": "openapi.yaml"
}