-
Notifications
You must be signed in to change notification settings - Fork 99
/
Copy pathproduct.json.template
44 lines (44 loc) · 1.95 KB
/
product.json.template
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"title": "CodeReady Workspaces ",
"name": "CodeReady Workspaces",
"productVersion": "@@crw.version@@",
"logoFile": "che-logo.svg",
"logoTextFile": "che-logo-text.svg",
"favicon": "favicon.ico",
"loader": "loader.svg",
"websocketContext": "/api/websocket",
"helpPath": "https://access.redhat.com/products/red-hat-codeready-workspaces/",
"helpTitle": "Support",
"supportEmail": "codeready-workspaces-wish@redhat.com",
"oauthDocs": "Configure GitHub OAuth in RH SSO realm settings",
"workspace": {
"priorityStacks": [
"JBoss EAP",
"Java",
"Vert.x",
"Spring Boot",
"Wildfly Swarm",
"Red Hat Fuse"
],
"defaultStack": "eap-default",
"creationLink": "#/getstarted?tab=customWorkspace"
},
"cli": {
"configName": "che.env",
"name": "CHE"
},
"docs": {
"devfile" : "@@crw.docs.baseurl@@/html-single/end-user_guide/index#configuring-a-workspace-using-a-devfile_crw",
"workspace" : "@@crw.docs.baseurl@@/html-single/end-user_guide/index#workspaces-overview_crw",
"factory" : "@@crw.docs.baseurl@@/html-single/end-user_guide/index#overriding-devfile-values-using-factory-parameters_configuring-a-workspace-using-a-devfile",
"organization": "@@crw.docs.baseurl@@/html-single/administration_guide/index#managing-users_crw",
"converting": "https://access.redhat.com/documentation/en-us/red_hat_codeready_workspaces/2.0/html-single/end-user_guide/index#converting-a-codeready-workspaces-1.2-workspace-to-a-codeready-workspaces-2.0-devfile",
"certificate": "@@crw.docs.baseurl@@/html-single/end-user_guide/index#importing-certificates-to-browsers_crw",
"general": "@@crw.docs.baseurl@@/",
"storageTypes": "@@crw.docs.baseurl@@/html-single/installation_guide/index#configuring-storage-types_crw",
"webSocketTroubleshooting": "@@crw.docs.baseurl@@/html-single/end-user_guide/index#troubleshooting-network-problems_crw"
},
"configuration": {
"cheCliTool": "crwctl"
}
}