Skip to content

Commit 605c46a

Browse files
committed
Upgrade from mint.json -> docs.json, fix apidocs.glideapps.com domain
1 parent 4bd9ba6 commit 605c46a

File tree

2 files changed

+90
-80
lines changed

2 files changed

+90
-80
lines changed

docs.json

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,90 @@
1+
{
2+
"$schema": "https://mintlify.com/docs.json",
3+
"theme": "mint",
4+
"name": "Glide API Docs",
5+
"colors": {
6+
"primary": "#18BED4",
7+
"light": "#B7B2F0",
8+
"dark": "#18BED4"
9+
},
10+
"favicon": "/logo/favicon.svg",
11+
"navigation": {
12+
"groups": [
13+
{
14+
"group": "General",
15+
"pages": [
16+
"api-reference/v2/general/introduction",
17+
"api-reference/v2/general/authentication",
18+
"api-reference/v2/general/errors",
19+
"api-reference/v2/general/limits"
20+
]
21+
},
22+
{
23+
"group": "Tables",
24+
"pages": [
25+
"api-reference/v2/tables/versioning",
26+
"api-reference/v2/tables/get-tables",
27+
"api-reference/v2/tables/get-table-rows",
28+
"api-reference/v2/tables/get-table-row",
29+
"api-reference/v2/tables/head-table-rows",
30+
"api-reference/v2/tables/post-tables",
31+
"api-reference/v2/tables/post-table-rows",
32+
"api-reference/v2/tables/put-tables",
33+
"api-reference/v2/tables/patch-table-row",
34+
"api-reference/v2/tables/delete-table-row"
35+
]
36+
},
37+
{
38+
"group": "Stashing",
39+
"pages": [
40+
"api-reference/v2/stashing/introduction",
41+
"api-reference/v2/stashing/put-stashes-serial",
42+
"api-reference/v2/stashing/delete-stash"
43+
]
44+
},
45+
{
46+
"group": "Jobs",
47+
"pages": [
48+
"api-reference/v2/jobs/get-job"
49+
]
50+
},
51+
{
52+
"group": "Tutorials",
53+
"pages": [
54+
"api-reference/v2/tutorials/bulk-import"
55+
]
56+
},
57+
{
58+
"group": "Resources",
59+
"pages": [
60+
"api-reference/v2/resources/postman",
61+
"api-reference/v2/resources/changelog"
62+
]
63+
}
64+
]
65+
},
66+
"api": {
67+
"openapi": "openapi/swagger.json"
68+
},
69+
"navbar": {
70+
"links": [
71+
{
72+
"label": "Glide User Docs",
73+
"href": "https://www.glideapps.com/docs"
74+
}
75+
],
76+
"primary": {
77+
"type": "button",
78+
"label": "Open Glide",
79+
"href": "https://go.glideapps.com"
80+
}
81+
},
82+
"footer": {
83+
"socials": {
84+
"youtube": "https://www.youtube.com/glideapps",
85+
"x": "https://x.com/glideapps",
86+
"github": "https://github.com/glideapps",
87+
"linkedin": "https://www.linkedin.com/company/glideapps/"
88+
}
89+
}
90+
}

mint.json

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)