-
Notifications
You must be signed in to change notification settings - Fork 4
/
config.json
25 lines (25 loc) · 1.37 KB
/
config.json
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
{
"en": {
"development": {
"url": "https://dev.infragistics.com",
"gaID": "GTM-WLXLBZD",
"versions": "https://staging.infragistics.com/angular-docs/angular-api-docs-versions.json",
"typedoc_default_url": "https://staging.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/",
"sassdoc_default_url": "https://staging.infragistics.com/products/ignite-ui-angular/docs/sass/latest/"
},
"staging": {
"url": "https://staging.infragistics.com",
"gaID": "GTM-NCKNPN",
"versions": "https://staging.infragistics.com/angular-docs/angular-api-docs-versions.json",
"typedoc_default_url": "https://staging.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/",
"sassdoc_default_url": "https://staging.infragistics.com/products/ignite-ui-angular/docs/sass/latest/"
},
"production": {
"url": "https://www.infragistics.com",
"gaID": "GTM-T65CF7",
"versions": "https://www.infragistics.com/angular-docs/angular-api-docs-versions-prod.json",
"typedoc_default_url": "https://www.infragistics.com/products/ignite-ui-angular/docs/typescript/latest/",
"sassdoc_default_url": "https://www.infragistics.com/products/ignite-ui-angular/docs/sass/latest/"
}
}
}