docs: update docusaurus to v3 (#5625)
* update dependencies * update onboarding mdx * fixes for mdx issues * fixes for mdx compatibility * resolve mdx errors * fixes in reference * fix check errors * revert change in vale action * fix node version in action * fix summary in markdown
This commit is contained in:
@@ -40,7 +40,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "metadata",
|
||||
"type": "Record<`string`, `unknown`\\>",
|
||||
"type": "`Record<string, unknown>`",
|
||||
"description": "An optional key-value map with additional details",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -67,7 +67,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "shipping_method",
|
||||
"type": "[`ShippingMethod`](ShippingMethod.mdx)",
|
||||
"type": "[ShippingMethod](ShippingMethod.mdx)",
|
||||
"description": "The details of the associated shipping method.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -75,7 +75,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
"children": [
|
||||
{
|
||||
"name": "cart",
|
||||
"type": "[`Cart`](Cart.mdx)",
|
||||
"type": "[Cart](Cart.mdx)",
|
||||
"description": "The details of the cart that the shipping method is used in.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -93,7 +93,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "claim_order",
|
||||
"type": "[`ClaimOrder`](ClaimOrder.mdx)",
|
||||
"type": "[ClaimOrder](ClaimOrder.mdx)",
|
||||
"description": "The details of the claim that the shipping method is used in.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -111,7 +111,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "data",
|
||||
"type": "Record<`string`, `unknown`\\>",
|
||||
"type": "`Record<string, unknown>`",
|
||||
"description": "Additional data that the Fulfillment Provider needs to fulfill the shipment. This is used in combination with the Shipping Options data, and may contain information such as a drop point id.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -139,7 +139,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "order",
|
||||
"type": "[`Order`](Order.mdx)",
|
||||
"type": "[Order](Order.mdx)",
|
||||
"description": "The details of the order that the shipping method is used in.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -175,7 +175,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "return_order",
|
||||
"type": "[`Return`](Return.mdx)",
|
||||
"type": "[Return](Return.mdx)",
|
||||
"description": "The details of the return that the shipping method is used in.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -184,7 +184,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "shipping_option",
|
||||
"type": "[`ShippingOption`](ShippingOption.mdx)",
|
||||
"type": "[ShippingOption](ShippingOption.mdx)",
|
||||
"description": "The details of the shipping option the method was created from.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -211,7 +211,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "swap",
|
||||
"type": "[`Swap`](Swap.mdx)",
|
||||
"type": "[Swap](Swap.mdx)",
|
||||
"description": "The details of the swap that the shipping method is used in.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -229,7 +229,7 @@ A Shipping Method Tax Line represents the taxes applied on a shipping method in
|
||||
},
|
||||
{
|
||||
"name": "tax_lines",
|
||||
"type": "[`ShippingMethodTaxLine`](ShippingMethodTaxLine.mdx)[]",
|
||||
"type": "[ShippingMethodTaxLine](ShippingMethodTaxLine.mdx)[]",
|
||||
"description": "The details of the tax lines applied on the shipping method.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user