-
Notifications
You must be signed in to change notification settings - Fork 67.5k
Expand file tree
/
Copy pathconfig.json
More file actions
57 lines (57 loc) · 999 Bytes
/
Copy pathconfig.json
File metadata and controls
57 lines (57 loc) · 999 Bytes
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
{
"api-versions": {
"fpt": [
"2022-11-28",
"2026-03-10"
],
"ghec": [
"2022-11-28",
"2026-03-10"
],
"ghes-3.16": [
"2022-11-28"
],
"ghes-3.17": [
"2022-11-28"
],
"ghes-3.18": [
"2022-11-28"
],
"ghes-3.19": [
"2022-11-28"
],
"ghes-3.20": [
"2022-11-28"
],
"ghes-3.21": [
"2022-11-28",
"2026-03-10"
]
},
"versionMapping": {
"api.github.com": "fpt",
"github.ae": "ghae",
"ghes": "ghes",
"ghec": "ghec"
},
"frontmatterDefaults": {
"topics": [
"API"
],
"autogenerated": "rest",
"allowTitleToDifferFromFilename": true
},
"targetDirectory": "content/rest",
"indexOrder": {
"content/rest/index.md": {
"startsWith": [
"quickstart",
"about-the-rest-api",
"using-the-rest-api",
"authentication",
"guides"
]
}
},
"sha": "6637ddbdc15cc0f1ffbc9b923679d3a88c8c4342"
}