From 0e39f6fd0390db188f25659f3304b9eddbd3ab94 Mon Sep 17 00:00:00 2001 From: David Stover <56250584+davidmoltin@users.noreply.github.com> Date: Fri, 15 Nov 2024 18:05:15 -0500 Subject: [PATCH] Remove unused --- changelog/2018/changelog-2018-12-04.md | 2 +- changelog/2021/changelog-2021-01-05.md | 2 +- changelog/2022/changelog-2022-05-03.md | 2 +- changelog/2022/changelog-2022-05-26.md | 4 +- changelog/2023/2023-08-22-changelog.md | 2 +- changelog/2024/2024-04-10-changelog.md | 2 +- changelog/2024/2024-11-05-changelog.md | 13 - .../2022/Release-132-Feb-21-2022.md | 2 +- docs/authentication/single-sign-on/openid.mdx | 4 +- .../password-profile-overview.mdx | 2 +- docs/commerce-manager/payments/paypal.mdx | 2 +- ...ting-a-promotion-in-promotions-builder.mdx | 12 +- .../promotions-builder/index.mdx | 135 + .../managing-subscription-offerings.mdx | 2 +- .../builder-components/amazon-cognito.mdx | 10 +- .../google-merchant-center.mdx | 27 +- .../aws-cognito-integration.mdx | 4 +- .../store-management/catalogs-migration.mdx | 24 +- .../store-management/inventory-import.mdx | 2 +- .../store-management/price-import.mdx | 2 +- docs/composer/monitor/logging.mdx | 2 +- .../Integrations/Integrating-Continually.mdx | 2 +- .../Integrating-Google-Tag-Manager.mdx | 2 +- .../Integrations/Integrating-segment.mdx | 4 +- docs/studio/content/Blog-Management/index.mdx | 10 +- .../Using-Conditional-Content.mdx | 2 +- .../Using-Dynamic-Text-Content.mdx | 27 +- docs/studio/developers/components/section.mdx | 4 +- ...rs-a-coupon-code-after-form-submission.mdx | 2 +- .../Reminding-users-to-use-a-coupon-code.mdx | 2 +- docs/studio/developers/features/values.mdx | 2 +- docs/studio/developers/tags/box.mdx | 2 +- docs/studio/developers/tags/element.mdx | 2 +- docs/subscriptions/observable-events.mdx | 47 +- docusaurus.config.ts => docusaurus.config.js | 466 +- .../How-To/promotions-builder/_category_.json | 4 - .../buy-x-get-y-promotion.mdx | 14 - ...ems-from-both-eligibility-and-discount.mdx | 19 - ...luding-items-from-discount-eligibility.mdx | 17 - .../first-time-shopper-promotion.mdx | 17 - .../fixed-price-discount.mdx | 18 - guides/How-To/promotions-builder/index.mdx | 18 - .../promotion-with-custom-attributes.mdx | 18 - ...omotion-with-multiple-discount-actions.mdx | 17 - .../quantity-limit-discount.mdx | 17 - .../shipping-group-promo.mdx | 30 - .../promotions-builder/tiered-promotion.mdx | 29 - .../use-flows-with-promo-builder.mdx | 35 - .../commerceextensions/OpenAPISpec.yaml | 2 +- openapispecs/payments/OpenAPISpec.yaml | 2414 +-- openapispecs/pim/pim.yaml | 4 +- openapispecs/pricebooks/pricebooks.yaml | 8 +- .../subscriptions/public_openapi.yaml | 18 +- package.json | 58 +- sidebar-guides.ts => sidebar-guides.js | 0 sidebars-default.ts => sidebars-default.js | 62 +- src/components/FreeTrial.js | 28 + src/components/GetInTouch.js | 29 + src/faq.js | 6 + src/pages/faq.jsx | 231 + src/snippets/resourceDOCS.html | 9 - src/theme/Admonition/index.js | 177 + src/theme/Admonition/styles.module.css | 31 + .../index.js | 0 .../Container/index.js | 0 .../Content/index.js | 0 .../Footer/ReadMoreLink/index.js | 0 .../Footer/index.js | 0 .../Footer/styles.module.css | 0 .../Header/Author/index.js | 0 .../Header/Authors/index.js | 0 .../Header/Authors/styles.module.css | 0 .../Header/Info/index.js | 0 .../Header/Info/styles.module.css | 0 .../Header/Title/index.js | 0 .../Header/Title/styles.module.css | 0 .../Header/index.js | 0 .../index.js | 0 .../index.js | 0 src/theme/DocSidebar/Desktop/index.d.ts | 10 + src/theme/DocSidebar/Desktop/index.jsx | 33 + .../DocSidebar/Desktop/styles.module.css | 43 + src/theme/DocSidebar/Mobile/index.d.ts | 5 + src/theme/DocSidebar/Mobile/index.jsx | 42 + src/theme/NavbarItem/CustomGetInTouch.js | 7 + src/theme/Playground/index.d.ts | 7 + src/theme/Playground/index.jsx | 143 + src/theme/Playground/styles.module.css | 33 + src/theme/ReactLiveScope/index.d.ts | 271 + src/theme/ReactLiveScope/index.js | 13 + .../flow-field-promo-builder.png | Bin 86726 -> 0 bytes .../promo-builder-custom-fields.png | Bin 138107 -> 0 bytes .../shipping-discount-promo-scenario.png | Bin 103029 -> 0 bytes static/js/utm-handler.js | 114 - yarn.lock | 13620 ---------------- 95 files changed, 2835 insertions(+), 15667 deletions(-) delete mode 100644 changelog/2024/2024-11-05-changelog.md rename docusaurus.config.ts => docusaurus.config.js (95%) delete mode 100644 guides/How-To/promotions-builder/_category_.json delete mode 100644 guides/How-To/promotions-builder/buy-x-get-y-promotion.mdx delete mode 100644 guides/How-To/promotions-builder/excluding-items-from-both-eligibility-and-discount.mdx delete mode 100644 guides/How-To/promotions-builder/excluding-items-from-discount-eligibility.mdx delete mode 100644 guides/How-To/promotions-builder/first-time-shopper-promotion.mdx delete mode 100644 guides/How-To/promotions-builder/fixed-price-discount.mdx delete mode 100644 guides/How-To/promotions-builder/index.mdx delete mode 100644 guides/How-To/promotions-builder/promotion-with-custom-attributes.mdx delete mode 100644 guides/How-To/promotions-builder/promotion-with-multiple-discount-actions.mdx delete mode 100644 guides/How-To/promotions-builder/quantity-limit-discount.mdx delete mode 100644 guides/How-To/promotions-builder/shipping-group-promo.mdx delete mode 100644 guides/How-To/promotions-builder/tiered-promotion.mdx delete mode 100644 guides/How-To/promotions-builder/use-flows-with-promo-builder.mdx rename sidebar-guides.ts => sidebar-guides.js (100%) rename sidebars-default.ts => sidebars-default.js (87%) create mode 100644 src/components/FreeTrial.js create mode 100644 src/components/GetInTouch.js create mode 100644 src/faq.js create mode 100644 src/pages/faq.jsx create mode 100644 src/theme/Admonition/index.js create mode 100644 src/theme/Admonition/styles.module.css rename src/theme/{OldBlogPostList => BlogListPage}/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Container/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Content/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Footer/ReadMoreLink/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Footer/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Footer/styles.module.css (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Author/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Authors/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Authors/styles.module.css (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Info/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Info/styles.module.css (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Title/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/Title/styles.module.css (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/Header/index.js (100%) rename src/theme/{OldBlogPostItem => BlogPostItem}/index.js (100%) rename src/theme/{OldBlogTagsPostsPage => BlogTagsPostsPage}/index.js (100%) create mode 100644 src/theme/DocSidebar/Desktop/index.d.ts create mode 100644 src/theme/DocSidebar/Desktop/index.jsx create mode 100644 src/theme/DocSidebar/Desktop/styles.module.css create mode 100644 src/theme/DocSidebar/Mobile/index.d.ts create mode 100644 src/theme/DocSidebar/Mobile/index.jsx create mode 100644 src/theme/NavbarItem/CustomGetInTouch.js create mode 100644 src/theme/Playground/index.d.ts create mode 100644 src/theme/Playground/index.jsx create mode 100644 src/theme/Playground/styles.module.css create mode 100644 src/theme/ReactLiveScope/index.d.ts create mode 100644 src/theme/ReactLiveScope/index.js delete mode 100644 static/assets/how-to-guide-screenshots/flow-field-promo-builder.png delete mode 100644 static/assets/how-to-guide-screenshots/promo-builder-custom-fields.png delete mode 100644 static/assets/how-to-guide-screenshots/shipping-discount-promo-scenario.png delete mode 100644 static/js/utm-handler.js delete mode 100644 yarn.lock diff --git a/changelog/2018/changelog-2018-12-04.md b/changelog/2018/changelog-2018-12-04.md index 1cf29a0b..1d3003dd 100644 --- a/changelog/2018/changelog-2018-12-04.md +++ b/changelog/2018/changelog-2018-12-04.md @@ -2,4 +2,4 @@ title: 'Changelog 2018-12-04' date: '2018-12-04' --- -- Updated search to return a 400 error explaining the search contains [unsupported characters](/guides/Getting-Started/filtering#supported-characters). +- Updated search to return a 400 error explaining the search contains [unsupported characters](/docs/commerce-cloud/api-overview/filtering#supported-characters). diff --git a/changelog/2021/changelog-2021-01-05.md b/changelog/2021/changelog-2021-01-05.md index b1180dac..33857d3c 100644 --- a/changelog/2021/changelog-2021-01-05.md +++ b/changelog/2021/changelog-2021-01-05.md @@ -4,4 +4,4 @@ date: '2021-01-05' tags: - Commerce Manager --- -**Minor** Moved the Swift SDK examples from the API Reference documentation to the community-supported `ios-sdk` repository [Readme file](https://github.com/moltin/ios-sdk/blob/master/README). +**Minor** Moved the Swift SDK examples from the API Reference documentation to the community-supported `ios-sdk` repository [Readme file](https://github.com/moltin/ios-sdk/blob/master/README.md). diff --git a/changelog/2022/changelog-2022-05-03.md b/changelog/2022/changelog-2022-05-03.md index 87adb03e..6bee6064 100644 --- a/changelog/2022/changelog-2022-05-03.md +++ b/changelog/2022/changelog-2022-05-03.md @@ -7,7 +7,7 @@ tags: - Commerce Manager - Product Experience Manager --- -**Major** Added PayPal Express Checkout payment method. For more information, see [PayPal Express Checkout](/docs/api/payments/update-paypal-express-checkout-gateway) and [PayPal Express Checkout Payments](/docs/api/payments/update-paypal-express-checkout-gateway). You can also use PayPal Express Checkout in Commerce Manager. +**Major** Added PayPal Express Checkout payment method. For more information, see [PayPal Express Checkout](/docs/commerce-cloud/payments/payment-gateway/configure-paypal-express-checkout) and [PayPal Express Checkout Payments](/docs/api/payments/update-paypal-express-checkout-gateway). You can also use PayPal Express Checkout in Commerce Manager. **Major** Commerce Manager: You can now localize your product names and descriptions. See [Configuring Locales](/docs/api/pxm/products/create-product). diff --git a/changelog/2022/changelog-2022-05-26.md b/changelog/2022/changelog-2022-05-26.md index b74e97fa..708bba95 100644 --- a/changelog/2022/changelog-2022-05-26.md +++ b/changelog/2022/changelog-2022-05-26.md @@ -21,6 +21,6 @@ tags: **Minor** Commerce Manager: When viewing an order, you can now click a product name to view the product details. See [Orders](/docs/commerce-manager/orders/orders-cm). -**Minor** Commerce Manager: New **Total Orders** and **Total Value of All Orders** fields and improved layout available in **Analytics**. See [Analytics](/docs/commerce-manager/analytics/). +**Minor** Commerce Manager: New **Total Orders** and **Total Value of All Orders** fields and improved layout available in **Analytics**. See [Analytics](/docs/commerce-cloud/analytics/analytics). -**Minor** Commerce Manager: The **Rename store** field is now moved to **Settings > Store Settings** page. For more information, see [Renaming a Store](/docs/commerce-manager/settings/general-settings). +**Minor** Commerce Manager: The **Rename store** field is now moved to **Settings > Store Settings** page. For more information, see [Renaming a Store](/docs/commerce-cloud/global-project-settings/general-settings). diff --git a/changelog/2023/2023-08-22-changelog.md b/changelog/2023/2023-08-22-changelog.md index a14d6146..e2b5fa37 100644 --- a/changelog/2023/2023-08-22-changelog.md +++ b/changelog/2023/2023-08-22-changelog.md @@ -11,4 +11,4 @@ hide_blog_post_date: false * Removed store type label previously displayed next to store names, and replaced with **STORE** label instead to help distinguish from when a user is managing an Organization. * Added rate limit details for stores under **SYSTEM > Store Settings > General Settings**, which have been reorganized to group together related settings. -For more information, see **[General Settings in Commerce Manager](/docs/commerce-manager/settings/general-settings)**. +For more information, see **[General Settings in Commerce Manager](https://elasticpath.dev/docs/commerce-cloud/global-project-settings/general-settings)**. diff --git a/changelog/2024/2024-04-10-changelog.md b/changelog/2024/2024-04-10-changelog.md index f141113f..b2d95f53 100644 --- a/changelog/2024/2024-04-10-changelog.md +++ b/changelog/2024/2024-04-10-changelog.md @@ -6,4 +6,4 @@ hide_blog_post_date: false --- **MAJOR** We have introduced a new feature, called **Promotions Builder,** powered by our Rule Promotion engine. This feature offers you the flexibility in providing diverse discounts to shoppers, supporting discounts of varying complexities, ranging from code-based customer discounts to Buy X Get Y discounts, fixed price promotions, cart fixed discount, and many more based on your business needs. Moreover, it is compatible with our existing legacy promotions capability, ensuring a smooth transition to the new Promotions Builder. For more information, see **[Promotions Builder in Commerce Manager](https://elasticpath.dev/docs/commerce-cloud/rule-promotions/promotions-in-commerce-manager/overview)**. To create promotions using API, see **[Rule Promotions](https://elasticpath.dev/docs/commerce-cloud/rule-promotions/overview)**. To apply Rule Promotions API in carts and orders, you must enable the **use\_rule\_promotion** field in **[Cart Settings](https://elasticpath.dev/docs/commerce-cloud/carts/cart-management/cart-settings/update-cart-settings)**. -**MINOR** The **[Get all Products](https://elasticpath.dev/docs/pxm/products/ep-pxm-products-api/get-all-products)** and **[Get all Promotions](https://elasticpath.dev/docs/commerce-cloud/promotions/promotion-management/get-all-promotions)** endpoints now support beta filtering. The new syntax is an evolution of the original syntax, and allows more characters and formats. For more information, see **[Beta Filtering](https://elasticpath.dev/guides/Getting-Started/filtering#beta-filtering)**. +**MINOR** The **[Get all Products](https://elasticpath.dev/docs/pxm/products/ep-pxm-products-api/get-all-products)** and **[Get all Promotions](https://elasticpath.dev/docs/commerce-cloud/promotions/promotion-management/get-all-promotions)** endpoints now support beta filtering. The new syntax is an evolution of the original syntax, and allows more characters and formats. For more information, see **[Beta Filtering](https://elasticpath.dev/docs/commerce-cloud/api-overview/filtering#beta-filtering)**. diff --git a/changelog/2024/2024-11-05-changelog.md b/changelog/2024/2024-11-05-changelog.md deleted file mode 100644 index 3786ef18..00000000 --- a/changelog/2024/2024-11-05-changelog.md +++ /dev/null @@ -1,13 +0,0 @@ ---- -title: 'Added Flows support for Promotions Builder' -date: '2024-11-05' -tags: ['Commerce Manager', 'Promotions Builder'] -hide_blog_post_date: false ---- - -**MINOR** We have introduced Flows support for Promotions Builder that allows users to create custom fields for promotions. For example, you can create cusom fields to [display custom promotion terms and conditions](guides/How-To/promotions-builder/use-flows-with-promo-builder.mdx) messaging in the storefront. - -For API, see [The Promotions Builder Custom Fields API](/docs/promotions-builder/promotions-builder-api/promotions-builder-api-overview#the-promotions-builder-custom-fields). - -For Commerce Manager, see [Editing custom fields in a promotion builder](/docs/commerce-manager/promotions-builder/creating-a-promotion-in-promotions-builder#editing-custom-fields-in-a-promotion) - diff --git a/changelog/Studio-Release-Notes/2022/Release-132-Feb-21-2022.md b/changelog/Studio-Release-Notes/2022/Release-132-Feb-21-2022.md index ed8e6db2..d5b29365 100644 --- a/changelog/Studio-Release-Notes/2022/Release-132-Feb-21-2022.md +++ b/changelog/Studio-Release-Notes/2022/Release-132-Feb-21-2022.md @@ -58,7 +58,7 @@ getting to it along with a number of other editor improvements. * Added intro video for the editor. * Added deep-links. Among other things, this allows us to provide one URL that all users can use to access a specific - part of their account. For example, `` will now take you to the landing + part of their account. For example, will now take you to the landing pages section in *your* account. * Adjusted media policy to allow product images to be used any place where media can be used. * Updated the Studio UI to account for Shopify plans which use the proxy by default. diff --git a/docs/authentication/single-sign-on/openid.mdx b/docs/authentication/single-sign-on/openid.mdx index c94b6843..3c304441 100644 --- a/docs/authentication/single-sign-on/openid.mdx +++ b/docs/authentication/single-sign-on/openid.mdx @@ -24,8 +24,8 @@ When users authenticate using an external authentication provider, authenticatio An authentication realm is a container that consists of the following: - Users - Represented by [User Authentication Info](/docs/authentication/single-sign-on/user-authentication-info-api/overview) objects -- Authentication profiles - Ways for the users to authenticate, such as one or more [OpenID Connect Profiles](/docs/authentication/single-sign-on/openid-connect-profiles-api/openid-connect-profiles-api-overview) or [Password Profiles](/docs/authentication/single-sign-on/password-profiles-api/overview) -- Mappings between users and authentication profiles - [User Authentication OpenID Connect Profile Info](/docs/authentication/single-sign-on/user-authentication-openid-connect-profile-api/openid-connect-profile-overview) or [User Authentication Password Profile Infos](/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview) +- Authentication profiles - Ways for the users to authenticate, such as one or more [OpenID Connect Profiles](/docs/authentication/single-sign-on/openid-connect-profiles-api/openid-connect-profiles-api-overview) or [Password Profiles](/docs/authentication/single-sign-on/password-profiles-api/overview.md) +- Mappings between users and authentication profiles - [User Authentication OpenID Connect Profile Info](/docs/authentication/single-sign-on/user-authentication-openid-connect-profile-api/openid-connect-profile-overview.md) or [User Authentication Password Profile Infos](/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview.md) Here's a domain diagram showing these relationships ![authentication realm](/assets/authentication-realm-domain.png) diff --git a/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview.mdx b/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview.mdx index e0b3a7df..8e16f4e5 100644 --- a/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview.mdx +++ b/docs/authentication/single-sign-on/user-authentication-password-profiles-api/password-profile-overview.mdx @@ -4,7 +4,7 @@ nav_label: User Authentication Password Profile Infos sidebar_position: 10 --- -The `user-authentication-password-profile-info` object is the information object about the relationship between a [User Authentication Info](/docs/authentication/single-sign-on/user-authentication-info-api/overview) and a [Password Profile](/docs/authentication/single-sign-on/password-profiles-api/overview) object. +The `user-authentication-password-profile-info` object is the information object about the relationship between a [User Authentication Info](/docs/authentication/single-sign-on/user-authentication-info-api/overview) and a [Password Profile](/docs/authentication/single-sign-on/password-profiles-api/overview.md) object. ## The User Authentication Password Profile Info Object diff --git a/docs/commerce-manager/payments/paypal.mdx b/docs/commerce-manager/payments/paypal.mdx index 8f041e8a..64a95b98 100644 --- a/docs/commerce-manager/payments/paypal.mdx +++ b/docs/commerce-manager/payments/paypal.mdx @@ -72,7 +72,7 @@ Follow the instructions below or, alternatively, watch a video: 1. Click **Save**. From PayPal Express platform, you can verify that Elastic Path is onboarded to PayPal Express. Watch the following video: -