docs: fix back link in Workflows API Reference (#5740)

Fix back link shown in the sidebar of the workflows API reference
This commit is contained in:
Shahed Nasser
2023-11-27 18:09:32 +00:00
committed by GitHub
parent 0d316b5981
commit d337c6d95b
2 changed files with 13 additions and 13 deletions
+11 -11
View File
@@ -25,7 +25,7 @@ Medusa provides the necessary features to build a customizable shopping experien
<LargeCardList colSize={6}>
<LargeCard
Icon={Icons['check-circle-solid']}
title="'Orders'"
title="Orders"
action={{
label: 'Learn more',
href: '/modules/orders/overview'
@@ -42,7 +42,7 @@ Medusa provides the necessary features to build a customizable shopping experien
</LargeCard>
<LargeCard
Icon={Icons['building-solid']}
title="'Inventory (Multi-Warehouse)'"
title="Inventory (Multi-Warehouse)"
action={{
label: 'Learn more',
href: '/modules/multiwarehouse/overview'
@@ -57,7 +57,7 @@ Medusa provides the necessary features to build a customizable shopping experien
</LargeCard>
<LargeCard
Icon={Icons['shopping-cart-solid']}
title="'Cart and Checkout'"
title="Cart and Checkout"
action={{
label: 'Learn more',
href: '/modules/carts-and-checkout/overview'
@@ -73,7 +73,7 @@ Medusa provides the necessary features to build a customizable shopping experien
</LargeCard>
<LargeCard
Icon={Icons['users-solid']}
title="'Customers'"
title="Customers"
action={{
label: 'Learn more',
href: '/modules/customers/overview'
@@ -95,7 +95,7 @@ Medusa's products configuration allows managing products of different types incl
<LargeCardList colSize={6}>
<LargeCard
Icon={Icons['tag-solid']}
title="'Products'"
title="Products"
action={{
label: 'Learn more',
href: '/modules/products/overview'
@@ -112,7 +112,7 @@ Medusa's products configuration allows managing products of different types incl
</LargeCard>
<LargeCard
Icon={Icons['gift-solid']}
title="'Gift Cards'"
title="Gift Cards"
action={{
label: 'Learn more',
href: '/modules/gift-cards/overview'
@@ -129,7 +129,7 @@ Medusa's products configuration allows managing products of different types incl
<LargeCard
Icon={Icons['currency-dollar-solid']}
title="'Price Lists'"
title="Price Lists"
action={{
label: 'Learn more',
href: '/modules/price-lists/overview'
@@ -146,7 +146,7 @@ Medusa's products configuration allows managing products of different types incl
<LargeCard
Icon={Icons['receipt-percent']}
title="'Discounts'"
title="Discounts"
action={{
label: 'Learn more',
href: '/modules/discounts/overview'
@@ -169,7 +169,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
<LargeCardList colSize={6}>
<LargeCard
Icon={Icons['globe-europe-solid']}
title="'Region and Currencies'"
title="Region and Currencies"
action={{
label: 'Learn more',
href: '/modules/regions-and-currencies/overview'
@@ -185,7 +185,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
</LargeCard>
<LargeCard
Icon={Icons['cash-solid']}
title="'Taxes'"
title="Taxes"
action={{
label: 'Learn more',
href: '/modules/taxes/overview'
@@ -203,7 +203,7 @@ Medusa's multi-region setup and sales channels allow businesses to sell internat
<LargeCard
Icon={Icons['channels-solid']}
title="'Sales Channels'"
title="Sales Channels"
action={{
label: 'Learn more',
href: '/modules/sales-channels/overview'
+2 -2
View File
@@ -3315,8 +3315,8 @@ module.exports = {
workflowsSidebar: [
{
type: "ref",
id: "modules/overview",
label: "Back to Commerce Modules",
id: "development/overview",
label: "Back to Medusa Development",
customProps: {
sidebar_is_back_link: true,
sidebar_icon: "back-arrow",