docs: rename Architectural Modules to Infrastructure Modules (#12212)
* docs: rename Architectural Modules to Infrastructure Modules * generate again
This commit is contained in:
@@ -37,7 +37,7 @@ You can use the Notification Module to send notifications when an action is trig
|
||||
|
||||
<Note title="Tip">
|
||||
|
||||
The [Events reference](../../events-reference/page.mdx) shows an extensive list of events triggered for each commerce module.
|
||||
The [Events reference](../../events-reference/page.mdx) shows an extensive list of events triggered for each Commerce Module.
|
||||
|
||||
</Note>
|
||||
|
||||
@@ -45,7 +45,7 @@ Medusa also provides Notification Module Providers that integrate with third-par
|
||||
|
||||
<CardList items={[
|
||||
{
|
||||
href: "/architectural-modules/notification",
|
||||
href: "/infrastructure-modules/notification",
|
||||
title: "Notification Module",
|
||||
text: "Learn about the Notification Module.",
|
||||
icon: AcademicCapSolid,
|
||||
@@ -94,7 +94,7 @@ To handle events within an order flow and automate actions, create a subscriber.
|
||||
{
|
||||
href: "/events-reference",
|
||||
title: "Events Reference",
|
||||
text: "Check out triggered events by each commerce module.",
|
||||
text: "Check out triggered events by each Commerce Module.",
|
||||
icon: AcademicCapSolid,
|
||||
},
|
||||
]} />
|
||||
@@ -132,7 +132,7 @@ Medusa's commerce features are geared towards automating RMA flows and ensuring
|
||||
|
||||
Businesses use customer segmentation to organize customers into different groups and then apply different price rules to these groups.
|
||||
|
||||
Medusa's commerce modules provide the necessary features to implement this use case:
|
||||
Medusa's Commerce Modules provide the necessary features to implement this use case:
|
||||
|
||||
- The Customer Module provides a customer groups feature to organize customers into customer groups.
|
||||
- The Pricing Module provides the features to specify prices based on a condition, such as the group of the customer.
|
||||
@@ -164,7 +164,7 @@ For example, to group customers with over twenty orders:
|
||||
{
|
||||
href: "/events-reference",
|
||||
title: "Events Reference",
|
||||
text: "Check out triggered events by each commerce module.",
|
||||
text: "Check out triggered events by each Commerce Module.",
|
||||
icon: AcademicCapSolid,
|
||||
},
|
||||
]} />
|
||||
|
||||
Reference in New Issue
Block a user