-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmint.json
80 lines (80 loc) · 1.98 KB
/
mint.json
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
{
"openapi": "/openapi/swagger.json",
"name": "Glide API Docs",
"favicon": "/logo/favicon.svg",
"colors": {
"primary": "#18BED4",
"light": "#B7B2F0",
"dark": "#18BED4",
"anchors": {
"from": "#D7E779",
"to": "#07C983"
}
},
"topbarLinks": [
{
"name": "Glide User Docs",
"url": "https://www.glideapps.com/docs"
}
],
"topbarCtaButton": {
"name": "Open Glide",
"url": "https://go.glideapps.com"
},
"navigation": [
{
"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/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": "Tutorials",
"pages": [
"api-reference/v2/tutorials/bulk-import"
]
},
{
"group": "Resources",
"pages": [
"api-reference/v2/resources/postman",
"api-reference/v2/resources/changelog"
]
}
],
"footerSocials": {
"youtube": "https://www.youtube.com/glideapps",
"x": "https://x.com/glideapps",
"github": "https://github.com/glideapps",
"linkedin": "https://www.linkedin.com/company/glideapps/"
},
"feedback": {
"thumbsRating": true,
"raiseIssue": true
}
}