Cli manpage automation (#35169)
Co-authored-by: Kevin Heis <heiskr@users.noreply.github.com>
This commit is contained in:
22
src/codeql-cli/lib/config.json
Normal file
22
src/codeql-cli/lib/config.json
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
"frontmatterDefaults": {
|
||||
"versions": {
|
||||
"fpt": "*",
|
||||
"ghae": "*",
|
||||
"ghec": "*",
|
||||
"ghes": "*"
|
||||
},
|
||||
"topics": [
|
||||
"Advanced Security",
|
||||
"Code scanning",
|
||||
"CodeQL"
|
||||
],
|
||||
"type": "reference",
|
||||
"product": "{% data reusables.gated-features.code-scanning %}",
|
||||
"autogenerated": "codeql-cli",
|
||||
"allowTitleToDifferFromFilename": true
|
||||
},
|
||||
"targetDirectory": "content/code-security/code-scanning/codeql-cli-manual",
|
||||
"sourceDirectory": "semmle-code/documentation/restructuredtext/codeql-cli/manual",
|
||||
"removeKeywords": ["[Plumbing]"]
|
||||
}
|
||||
Reference in New Issue
Block a user