docs: improvements + additions to module docs (#9152)

- Split Module and Module Links to their own chapters
- Add new docs on db operations and transactions in modules, multiple services, links with custom columns, etc...
- Added a list of registered dependencies in a module container
This commit is contained in:
Shahed Nasser
2024-10-01 11:20:54 +00:00
committed by GitHub
parent 1ad7e7583f
commit fb67d90b64
32 changed files with 1138 additions and 102 deletions
@@ -57,7 +57,7 @@ For example, you can link the subscription data model to the Order Module's `Ord
If you want to create subscriptions on the product level, you can link the subscription data model to the Product Module's `Product` data model.
<Card
href="!docs!/advanced-development/modules/module-links"
href="!docs!/advanced-development/module-links"
title="Define a Module Link"
text="Learn how to define a module link."
icon={AcademicCapSolid}