forked from jmbauguess/ServiceNowScriptDocumenter
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconf.json
More file actions
23 lines (23 loc) · 628 Bytes
/
conf.json
File metadata and controls
23 lines (23 loc) · 628 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
"source": {
"include" : ["./sys_ui_script/", "./sys_script_include/"]
},
"templates": {
"cleverLinks": false,
"monospaceLinks": false,
"dateFormat": "ddd MMM Do YYYY",
"outputSourceFiles": false,
"outputSourcePath": false,
"systemName": "ServiceNow Documentation",
"footer": "ScrippsNetworksInteractive JMB",
"copyright": "ScrippsNetworksInteractive",
"navType": "vertical",
"theme": "slate",
"linenums": true,
"collapseSymbols": false,
"inverseNav": true,
"highlightTutorialCode": true,
"protocol": "html://",
"methodHeadingReturns": false
}
}