chore(core-flows): fix note usage in TSDocs (#12318)
This commit is contained in:
@@ -131,7 +131,7 @@ export const createShippingOptionsPriceSetsStepId =
|
||||
* Learn more about adding rules to the shipping option's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*/
|
||||
export const createShippingOptionsPriceSetsStep = createStep(
|
||||
createShippingOptionsPriceSetsStepId,
|
||||
|
||||
@@ -36,7 +36,7 @@ export const createShippingOptionsWorkflowId =
|
||||
* Learn more about adding rules to the shipping option's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* ```ts
|
||||
* const { result } = await createShippingOptionsWorkflow(container)
|
||||
|
||||
@@ -33,7 +33,7 @@ export const updateShippingOptionsWorkflowId =
|
||||
* Learn more about adding rules to the shipping option's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* @example
|
||||
* const { result } = await updateShippingOptionsWorkflow(container)
|
||||
|
||||
@@ -212,7 +212,7 @@ export const createProductVariantsWorkflowId = "create-product-variants"
|
||||
* Learn more about adding rules to the product variant's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* @example
|
||||
* const { result } = await createProductVariantsWorkflow(container)
|
||||
|
||||
@@ -114,7 +114,7 @@ export const createProductsWorkflowId = "create-products"
|
||||
* Learn more about adding rules to the product variant's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* @example
|
||||
* const { result } = await createProductsWorkflow(container)
|
||||
|
||||
@@ -63,7 +63,7 @@ export const updateProductVariantsWorkflowId = "update-product-variants"
|
||||
* Learn more about adding rules to the product variant's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* @example
|
||||
* To update product variants by their IDs:
|
||||
|
||||
@@ -349,7 +349,7 @@ export const updateProductsWorkflowId = "update-products"
|
||||
* Learn more about adding rules to the product variant's prices in the Pricing Module's
|
||||
* [Price Rules](https://docs.medusajs.com/resources/commerce-modules/pricing/price-rules) documentation.
|
||||
*
|
||||
* :::note
|
||||
* :::
|
||||
*
|
||||
* @example
|
||||
* To update products by their IDs:
|
||||
|
||||
Reference in New Issue
Block a user