forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
48 lines (48 loc) · 848 Bytes
/
config.json
File metadata and controls
48 lines (48 loc) · 848 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
{
"api-versions": {
"fpt": [
"2022-11-28"
],
"ghec": [
"2022-11-28"
],
"ghes-3.9": [
"2022-11-28"
],
"ghes-3.10": [
"2022-11-28"
],
"ghes-3.11": [
"2022-11-28"
],
"ghes-3.12": [
"2022-11-28"
]
},
"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": "10c8ba497fab24f023e305f3ccb4bd46cd8adc84"
}