docs: general improvements and additions (#12296)
This commit is contained in:
@@ -1,12 +1,12 @@
|
||||
export const auth = [
|
||||
{
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Create Actor Type",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/auth/create-actor-type"
|
||||
},
|
||||
{
|
||||
"title": "Reset Password",
|
||||
"path": "https://docs.medusajs.com/user-guide/reset-password"
|
||||
},
|
||||
{
|
||||
"title": "Log-out Customer in Storefront",
|
||||
"path": "https://docs.medusajs.com/resources/storefront-development/customers/log-out"
|
||||
|
||||
@@ -15,6 +15,10 @@ export const howTo = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes"
|
||||
},
|
||||
{
|
||||
"title": "Get Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/variant-inventory"
|
||||
},
|
||||
{
|
||||
"title": "Create Cache Module",
|
||||
"path": "https://docs.medusajs.com/resources/infrastructure-modules/cache/create"
|
||||
|
||||
@@ -15,6 +15,10 @@ export const inventory = [
|
||||
"title": "Inventory Kits",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/inventory/inventory-kit"
|
||||
},
|
||||
{
|
||||
"title": "Get Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/variant-inventory"
|
||||
},
|
||||
{
|
||||
"title": "Product Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/variant-inventory"
|
||||
|
||||
@@ -67,6 +67,10 @@ export const product = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes"
|
||||
},
|
||||
{
|
||||
"title": "Get Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/variant-inventory"
|
||||
},
|
||||
{
|
||||
"title": "Implement Product Reviews",
|
||||
"path": "https://docs.medusajs.com/resources/how-to-tutorials/tutorials/product-reviews"
|
||||
|
||||
@@ -3,6 +3,10 @@ export const salesChannel = [
|
||||
"title": "Manage Sales Channels",
|
||||
"path": "https://docs.medusajs.com/user-guide/settings/sales-channels"
|
||||
},
|
||||
{
|
||||
"title": "Get Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/variant-inventory"
|
||||
},
|
||||
{
|
||||
"title": "Product Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/variant-inventory"
|
||||
|
||||
@@ -27,6 +27,10 @@ export const server = [
|
||||
"title": "Get Variant Price with Taxes",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/price-with-taxes"
|
||||
},
|
||||
{
|
||||
"title": "Get Variant Inventory",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/product/guides/variant-inventory"
|
||||
},
|
||||
{
|
||||
"title": "Extend Promotion",
|
||||
"path": "https://docs.medusajs.com/resources/commerce-modules/promotion/extend"
|
||||
|
||||
Reference in New Issue
Block a user