docs: added architecture documentation (#9256)

* docs: added architecture documentation

* update diagrams and text

* address PR comments

* sidebar + overview fixes
This commit is contained in:
Shahed Nasser
2024-09-26 09:29:47 +03:00
committed by GitHub
parent e096feb7d5
commit 2da15ba021
6 changed files with 82 additions and 11 deletions
@@ -6,7 +6,7 @@ export const metadata = {
In the previous chapters, you got a brief introduction to Medusas basic concepts. However, to build a custom commerce application, you need a deeper understanding of how you utilize these concepts for your business use case.
The next chapters dive deeper into each concept. By the end of these chapters, youll be able to:
The next chapters dive deeper into each concept, and explores Medusa's architecture. By the end of these chapters, youll be able to:
- Expose API routes with control over authentication.
- Build sophisticated business logic in modules and manage links between them.