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
@@ -243,7 +243,7 @@ This defines a list link to the `Order` data model since a subscription has mult
### Further Reads
- [How to Define a Link](!docs!/advanced-development/modules/module-links)
- [How to Define a Link](!docs!/advanced-development/module-links)
---
@@ -642,7 +642,7 @@ The workflow returns the created subscription and order.
- [How to Create a Workflow](!docs!/basics/workflows)
- [Learn more about the compensation function](!docs!/advanced-development/workflows/compensation-function)
- [How to use the Remote Link](!docs!/advanced-development/modules/remote-link)
- [How to use the Remote Link](!docs!/advanced-development/module-links/remote-link)
---