Skip to content

Commit d56d86d

Browse files
authored
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
1 parent 361d2a8 commit d56d86d

File tree

1 file changed

+15
-15
lines changed

1 file changed

+15
-15
lines changed

src/product-info.js

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ export default {
33
codeready: {
44
prettyName: 'Red Hat CodeReady Workspaces',
55
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.'
88
},
99
apicurito: {
1010
prettyName: 'API Designer',
@@ -13,59 +13,59 @@ export default {
1313
description: 'Quickly design your own REST APIs without writing any code.'
1414
},
1515
'3scale': {
16-
prettyName: 'Red Hat 3scale API Management Platform',
16+
prettyName: 'Red Hat 3scale API Management',
1717
gaStatus: 'GA',
1818
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.'
2020
},
2121
fuse: {
2222
prettyName: 'Red Hat Fuse Online',
2323
gaStatus: 'GA',
24-
primaryTask: 'Create integrations',
24+
primaryTask: 'Integrate applications and services',
2525
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.',
2727
// Don't show the fuse instance only intended for walkthroughs
2828
// in the installed apps list
2929
hidden: true
3030
},
3131
'fuse-managed': {
3232
prettyName: 'Red Hat Fuse Online',
3333
gaStatus: 'GA',
34-
primaryTask: 'Create integrations',
34+
primaryTask: 'Integrate applications and services',
3535
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.'
3737
},
3838
'amq-online-standard': {
3939
prettyName: 'Red Hat AMQ Online',
4040
gaStatus: 'GA',
4141
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.'
4343
},
4444
amqonline: {
4545
// This is used on OS4 instead of `amq-online-standard`
4646
prettyName: 'Red Hat AMQ Online',
4747
gaStatus: 'GA',
4848
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.'
5050
},
5151
unifiedpush: {
5252
prettyName: 'Push Notification Service',
5353
gaStatus: 'GA',
5454
primaryTask: 'Mobile Push Messaging',
55-
description: 'Provides messaging services for Android and iOS'
55+
description: 'Provides messaging services for Android and iOS.'
5656
},
5757
ups: {
5858
// This is used on OS4 instead of `unifiedpush`
5959
prettyName: 'Push Notification Service',
6060
gaStatus: 'GA',
6161
primaryTask: 'Mobile Push Messaging',
62-
description: 'Provides messaging services for Android and iOS'
62+
description: 'Provides messaging services for Android and iOS.'
6363
},
6464
'user-rhsso': {
65-
prettyName: 'Customer Application SSO',
65+
prettyName: 'Single sign-on',
6666
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."
6969
},
7070
rhsso: {
7171
prettyName: 'Managed Integration SSO',

0 commit comments

Comments
 (0)