-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.js
More file actions
19 lines (15 loc) · 703 Bytes
/
config.js
File metadata and controls
19 lines (15 loc) · 703 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
const VERSION = "17.3";
const VERSION_TO_PASS = VERSION.replace(/\./g, "-");
//const doc_base = `http://techdocs.broadcom.com/content/broadcom/techdocs/us/en/ca-enterprise-software/business-management/ca-service-management/${VERSION_TO_PASS}/reference/ca-service-desk-manager-reference-commands/objects-and-attributes`
const doc_base = `https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/${VERSION_TO_PASS}/reference/ca-service-desk-manager-reference-commands/objects-and-attributes.html`;
module.exports = {
categories: [
"request",
"relational-information",
"problem-category",
"workflow",
"task",
"change-request",
],
doc_base,
};