-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathdocs.json
More file actions
97 lines (97 loc) · 2.49 KB
/
docs.json
File metadata and controls
97 lines (97 loc) · 2.49 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
{
"$schema": "https://mintlify.com/docs.json",
"theme": "mint",
"name": "Glide API Docs",
"colors": {
"primary": "#18BED4",
"light": "#B7B2F0",
"dark": "#18BED4"
},
"favicon": "/logo/favicon.svg",
"navigation": {
"groups": [
{
"group": "General",
"pages": [
"api-reference/v2/general/introduction",
"api-reference/v2/general/authentication",
"api-reference/v2/general/errors",
"api-reference/v2/general/limits"
]
},
{
"group": "Tables",
"pages": [
"api-reference/v2/tables/versioning",
"api-reference/v2/tables/get-tables",
"api-reference/v2/tables/get-table-rows",
"api-reference/v2/tables/get-table-row",
"api-reference/v2/tables/head-table-rows",
"api-reference/v2/tables/post-tables",
"api-reference/v2/tables/post-table-rows",
"api-reference/v2/tables/put-tables",
"api-reference/v2/tables/patch-table-row",
"api-reference/v2/tables/delete-table-row"
]
},
{
"group": "Stashing",
"pages": [
"api-reference/v2/stashing/introduction",
"api-reference/v2/stashing/put-stashes-serial",
"api-reference/v2/stashing/delete-stash"
]
},
{
"group": "Jobs",
"pages": [
"api-reference/v2/jobs/get-job"
]
},
{
"group": "Uploads",
"pages": [
"api-reference/v2/uploads/post-apiapps-uploads",
"api-reference/v2/uploads/post-apiapps-uploads-uploadid-complete"
]
},
{
"group": "Tutorials",
"pages": [
"api-reference/v2/tutorials/bulk-import"
]
},
{
"group": "Resources",
"pages": [
"api-reference/v2/resources/postman",
"api-reference/v2/resources/changelog"
]
}
]
},
"api": {
"openapi": "openapi/swagger.json"
},
"navbar": {
"links": [
{
"label": "Glide User Docs",
"href": "https://www.glideapps.com/docs"
}
],
"primary": {
"type": "button",
"label": "Open Glide",
"href": "https://go.glideapps.com"
}
},
"footer": {
"socials": {
"youtube": "https://www.youtube.com/glideapps",
"x": "https://x.com/glideapps",
"github": "https://github.com/glideapps",
"linkedin": "https://www.linkedin.com/company/glideapps/"
}
}
}