Skip to content

Commit 2f18bae

Browse files
Merge pull request AdobeDocs#232 from AdobeDocs/modify-edition-label
Modify edition label for PaaS
2 parents 945cc81 + d3e88d9 commit 2f18bae

File tree

20 files changed

+1
-20
lines changed

20 files changed

+1
-20
lines changed

src/@adobe/gatsby-theme-aio/components/Edition/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const Edition = ({ ...props }) => {
2626
case 'paas':
2727
editionText = 'PaaS only';
2828
editionColor = 'spectrum-Badge--informative';
29-
editionTooltip = 'Applies to Adobe Commerce on Cloud projects (Adobe-managed PaaS infrastructure).';
29+
editionTooltip = 'Applies to Adobe Commerce on Cloud (Adobe-managed PaaS infrastructure) and on-premises projects only.';
3030
break;
3131
case 'saas':
3232
editionText = 'SaaS only';

src/pages/graphql/catalog-service/categories.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: categories query | GraphQL Developer Guide
3-
edition: paas
43
description: Describes how to construct and use the Catalog Service categories query.
54
keywords:
65
- GraphQL

src/pages/graphql/catalog-service/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Catalog Service for Adobe Commerce
3-
edition: paas
43
description: Learn how Catalog Service implements GraphQL.
54
keywords:
65
- GraphQL

src/pages/graphql/catalog-service/product-variants.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: variants query
3-
edition: paas
43
description: "Describes how to construct and use the Catalog Service `variants` query to retrieve details about the variants available for a product."
54
keywords:
65
- GraphQL

src/pages/graphql/catalog-service/products.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: products query
3-
edition: paas
43
description: Describes how to construct and use the Catalog Service products query.
54
keywords:
65
- GraphQL

src/pages/graphql/catalog-service/refine-product.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: refineProduct query | GraphQL Developer Guide
3-
edition: paas
43
description: Describes how to construct and use the Catalog Service refineProduct query.
54
keywords:
65
- GraphQL

src/pages/graphql/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Storefront Services GraphQL Overview
3-
edition: paas
43
description: Learn about the GraphQL capabilities of Live Search, Catalog Service, and Product Recommendations
54
---
65

src/pages/graphql/live-search/attribute-metadata.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: attributeMetadata query
3-
edition: paas
43
description: Describes how to construct and use the Live Search attributeMetadata query.
54
keywords:
65
- GraphQL

src/pages/graphql/live-search/index.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: Live Search
3-
edition: paas
43
description: Learn how Live Search implements GraphQL.
54
keywords:
65
- GraphQL

src/pages/graphql/live-search/product-search.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
title: productSearch query
3-
edition: paas
43
description: Describes how to construct and use the productSearch query in both Live Search and Catalog Service.
54
keywords:
65
- GraphQL

0 commit comments

Comments
 (0)