Skip to content

Commit

Permalink
Fix service catalog link and description issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tharikaGitHub committed Apr 12, 2021
1 parent c0c0a9f commit 249c22c
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 17 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1537,6 +1537,12 @@
"value": "Backend"
}
],
"Apis.Details.Configuration.Configuration.section.events": [
{
"type": 0,
"value": "Events"
}
],
"Apis.Details.Configuration.Configuration.section.initial.request": [
{
"type": 0,
Expand Down Expand Up @@ -1573,7 +1579,7 @@
"value": "Save"
}
],
"Apis.Details.Configuration.RuntimeConfiguration.backend.api.product.\n endpoint": [
"Apis.Details.Configuration.RuntimeConfiguration.backend.api.\n product.endpoint": [
{
"type": 0,
"value": "Please refer respective APIs for endpoint information"
Expand Down Expand Up @@ -4841,22 +4847,22 @@
"value": "Operation"
}
],
"Apis.Details.Overview.CustomizedStepper.Deploy": [
"Apis.Details.Overview.\n CustomizedStepper.Endpoint": [
{
"type": 0,
"value": "Deploy"
"value": "Endpoint"
}
],
"Apis.Details.Overview.CustomizedStepper.Develop": [
"Apis.Details.Overview.CustomizedStepper.Deploy": [
{
"type": 0,
"value": "Develop"
"value": "Deploy"
}
],
"Apis.Details.Overview.CustomizedStepper.Endpoint": [
"Apis.Details.Overview.CustomizedStepper.Develop": [
{
"type": 0,
"value": "Endpoint"
"value": "Develop"
}
],
"Apis.Details.Overview.CustomizedStepper.Test": [
Expand Down Expand Up @@ -7245,6 +7251,12 @@
"value": "Service Catalog"
}
],
"Base.Header.navbar.GlobalNavBar.analytics": [
{
"type": 0,
"value": "Analytics"
}
],
"Base.Header.navbar.GlobalNavBar.api.products": [
{
"type": 0,
Expand Down Expand Up @@ -7796,7 +7808,7 @@
"ServiceCatalog.Listing.Onboarding.learn.heading.text": [
{
"type": 0,
"value": "Create and Deploy your first Integration Service easily using WSO2 Micro Integrator"
"value": "Create and Deploy your first Integration Service"
}
],
"ServiceCatalog.Listing.Onboarding.learn.link": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -669,6 +669,9 @@
"Apis.Details.Configuration.Configuration.section.backend": {
"defaultMessage": "Backend"
},
"Apis.Details.Configuration.Configuration.section.events": {
"defaultMessage": "Events"
},
"Apis.Details.Configuration.Configuration.section.initial.request": {
"defaultMessage": "Initial Request"
},
Expand All @@ -687,7 +690,7 @@
"Apis.Details.Configuration.Resources.save": {
"defaultMessage": "Save"
},
"Apis.Details.Configuration.RuntimeConfiguration.backend.api.product.\n endpoint": {
"Apis.Details.Configuration.RuntimeConfiguration.backend.api.\n product.endpoint": {
"defaultMessage": "Please refer respective APIs for endpoint information"
},
"Apis.Details.Configuration.RuntimeConfiguration.no.km.error": {
Expand Down Expand Up @@ -2289,15 +2292,15 @@
"Apis.Details.Operations.operation.operationName": {
"defaultMessage": "Operation"
},
"Apis.Details.Overview.\n CustomizedStepper.Endpoint": {
"defaultMessage": "Endpoint"
},
"Apis.Details.Overview.CustomizedStepper.Deploy": {
"defaultMessage": "Deploy"
},
"Apis.Details.Overview.CustomizedStepper.Develop": {
"defaultMessage": "Develop"
},
"Apis.Details.Overview.CustomizedStepper.Endpoint": {
"defaultMessage": "Endpoint"
},
"Apis.Details.Overview.CustomizedStepper.Test": {
"defaultMessage": "Test"
},
Expand Down Expand Up @@ -3450,6 +3453,9 @@
"Base.Header.navbar.GlobalNavBar.Service.Catalog": {
"defaultMessage": "Service Catalog"
},
"Base.Header.navbar.GlobalNavBar.analytics": {
"defaultMessage": "Analytics"
},
"Base.Header.navbar.GlobalNavBar.api.products": {
"defaultMessage": "API Products"
},
Expand Down Expand Up @@ -3715,7 +3721,7 @@
"defaultMessage": "Integration Service"
},
"ServiceCatalog.Listing.Onboarding.learn.heading.text": {
"defaultMessage": "Create and Deploy your first Integration Service easily using WSO2 Micro Integrator"
"defaultMessage": "Create and Deploy your first Integration Service"
},
"ServiceCatalog.Listing.Onboarding.learn.link": {
"defaultMessage": "Get Started"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,8 +101,7 @@ function Onboarding() {
description={(
<FormattedMessage
id='ServiceCatalog.Listing.Onboarding.learn.heading.text'
defaultMessage={'Create and Deploy your first Integration'
+ ' Service easily using WSO2 Micro Integrator'}
defaultMessage='Create and Deploy your first Integration Service'
/>
)}
>
Expand All @@ -111,8 +110,7 @@ function Onboarding() {
size='large'
variant='outlined'
color='primary'
// TODO: Update below link when /next doc is available
href='https://apim.docs.wso2.com/en/latest/'
href='https://apim.docs.wso2.com/en/4.0.0/design/create-api/create-an-api-using-a-service/'
endIcon={<LaunchIcon style={{ fontSize: 15 }} />}
>
<FormattedMessage
Expand Down

0 comments on commit 249c22c

Please sign in to comment.