docs: rename Architectural Modules to Infrastructure Modules (#12212)

* docs: rename Architectural Modules to Infrastructure Modules

* generate again
This commit is contained in:
Shahed Nasser
2025-04-17 13:20:43 +03:00
committed by GitHub
parent 8618e6ee38
commit eb73bdb478
149 changed files with 12165 additions and 12145 deletions
@@ -306,7 +306,7 @@ So, you can't have relations between data models in modules. Instead, you define
Links are relations between data models of different modules that maintain the isolation between the modules.
In this step, youll define links between the Subscription Modules `Subscription` data model and the data models of Medusas commerce modules:
In this step, youll define links between the Subscription Modules `Subscription` data model and the data models of Medusas Commerce Modules:
1. Link between the `Subscription` data model and the Cart Module's `Cart` model.
2. Link between the `Subscription` data model and the Customer Module's `Customer` model.