You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
INTLY-6499 - Update content on Solution Explorer services page (#572)
* Content updates
Updates to standardize the format of the primary tasks and descriptions. Also, includes changes to make the descriptions have a voice that is more friendly and approachable.
* Fixed some formatting issues
Copy file name to clipboardExpand all lines: src/product-info.js
+15-15Lines changed: 15 additions & 15 deletions
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ export default {
3
3
codeready: {
4
4
prettyName: 'Red Hat CodeReady Workspaces',
5
5
gaStatus: 'GA',
6
-
primaryTask: 'Online IDE',
7
-
description: 'A developer workspace server and cloud IDE.'
6
+
primaryTask: 'Write code',
7
+
description: 'Rapidly code, build, and test your cloud applications with a Kubernetes-native IDE.'
8
8
},
9
9
apicurito: {
10
10
prettyName: 'API Designer',
@@ -13,59 +13,59 @@ export default {
13
13
description: 'Quickly design your own REST APIs without writing any code.'
14
14
},
15
15
'3scale': {
16
-
prettyName: 'Red Hat 3scale API Management Platform',
16
+
prettyName: 'Red Hat 3scale API Management',
17
17
gaStatus: 'GA',
18
18
primaryTask: 'Manage APIs',
19
-
description: 'A platform that provides RESTful API Management.'
19
+
description: 'Securely distribute, control, and monetize shared APIs for your internal or external users.'
20
20
},
21
21
fuse: {
22
22
prettyName: 'Red Hat Fuse Online',
23
23
gaStatus: 'GA',
24
-
primaryTask: 'Create integrations',
24
+
primaryTask: 'Integrate applications and services',
25
25
description:
26
-
'A facility to obtain data from an application or service, operate on that data, and then send the data to another application or service without writing code.',
26
+
'Easily create integrations so that you can connect your applications, services, date, processes, and devices.',
27
27
// Don't show the fuse instance only intended for walkthroughs
28
28
// in the installed apps list
29
29
hidden: true
30
30
},
31
31
'fuse-managed': {
32
32
prettyName: 'Red Hat Fuse Online',
33
33
gaStatus: 'GA',
34
-
primaryTask: 'Create integrations',
34
+
primaryTask: 'Integrate applications and services',
35
35
description:
36
-
'A facility to obtain data from an application or service, operate on that data, and then send the data to another application or service without writing code.'
36
+
'Easily create integrations so that you can connect your applications, services, date, processes, and devices.'
37
37
},
38
38
'amq-online-standard': {
39
39
prettyName: 'Red Hat AMQ Online',
40
40
gaStatus: 'GA',
41
41
primaryTask: 'Provision messaging',
42
-
description: 'Fast, lightweight, and secure messaging for Internet-scale applications.'
42
+
description: 'Quickly provision and secure message brokers and queues across your applications and services.'
43
43
},
44
44
amqonline: {
45
45
// This is used on OS4 instead of `amq-online-standard`
46
46
prettyName: 'Red Hat AMQ Online',
47
47
gaStatus: 'GA',
48
48
primaryTask: 'Provision messaging',
49
-
description: 'Fast, lightweight, and secure messaging for Internet-scale applications.'
49
+
description: 'Quickly provision and secure message brokers and queues across your applications and services.'
50
50
},
51
51
unifiedpush: {
52
52
prettyName: 'Push Notification Service',
53
53
gaStatus: 'GA',
54
54
primaryTask: 'Mobile Push Messaging',
55
-
description: 'Provides messaging services for Android and iOS'
55
+
description: 'Provides messaging services for Android and iOS.'
56
56
},
57
57
ups: {
58
58
// This is used on OS4 instead of `unifiedpush`
59
59
prettyName: 'Push Notification Service',
60
60
gaStatus: 'GA',
61
61
primaryTask: 'Mobile Push Messaging',
62
-
description: 'Provides messaging services for Android and iOS'
62
+
description: 'Provides messaging services for Android and iOS.'
63
63
},
64
64
'user-rhsso': {
65
-
prettyName: 'Customer Application SSO',
65
+
prettyName: 'Single sign-on',
66
66
gaStatus: 'GA',
67
-
primaryTask: 'Protect your end-user applications',
68
-
description: "A single sign-on solution for your end-users' web apps, mobile apps, and RESTful web services."
67
+
primaryTask: 'Protect customer applications',
68
+
description: "Easily add identity and authentication to protect your customers' applications and services."
0 commit comments