forked from github/docs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
22 lines (22 loc) · 697 Bytes
/
Copy pathconfig.json
File metadata and controls
22 lines (22 loc) · 697 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"frontmatterDefaults": {
"versions": {
"fpt": "*",
"ghec": "*",
"ghes": "*"
},
"topics": [
"Code Security",
"Code scanning",
"CodeQL"
],
"type": "reference",
"product": "{% data reusables.gated-features.codeql %}",
"autogenerated": "codeql-cli"
},
"markdownPrefix": "{% data reusables.codeql-cli.man-pages-version-note %}",
"targetDirectory": "content/code-security/reference/code-scanning/codeql/codeql-cli-manual",
"sourceDirectory": "semmle-code/documentation/restructuredtext/codeql-cli/manual",
"removeKeywords": [],
"linterIgnore": ["content/code-security/reference/code-scanning/codeql/codeql-cli-manual"]
}