docs: revise last chapters of customizations (#10480)

This commit is contained in:
Shahed Nasser
2024-12-06 17:56:27 +02:00
committed by GitHub
parent 21b0e0c26b
commit a76b533604
8 changed files with 450 additions and 339 deletions
@@ -1,32 +1,20 @@
export const metadata = {
title: `${pageNumber} Customizations Next Steps`,
title: `${pageNumber} Customizations Next Steps: Learn the Fundamentals`,
}
# {metadata.title}
The previous examples under the Customization chapter explained more about customizing Medusa for a realistic use case.
The previous guides introduced Medusa's different concepts and how you can use them to customize Medusa for a realistic use case, You added brands to your application, linked them to products, customized the admin dashboard, and integrated a third-party CMS.
Your learning journey doesn't end here, and this only presents some of Medusa's powerful features.
This chapter guides you into how to continue your learning journey, and what resources will be helpful for you during your development.
## Follow the Rest of this Documentation
The next chapters of the documentation provide more in-depth uses of the different concepts you learned about.
While you can start playing around with Medusa and customize it, it's highly recommended to continue the rest of this documentation to learn about what more you can do with each concept.
---
The next chapters will cover each of these concepts in depth, with the different ways you can use them, their options or configurations, and more advanced features that weren't covered in the previous guides. While you can start building with Medusa, it's highly recommended to follow the next chapters for a better understanding of Medusa's fundamentals.
## Helpful Resources Guides
The [Development Resources](!resources!) documentation provides more helpful guides and references for your development journey.
The [Development Resources](!resources!) documentation provides more helpful guides and references for your development journey. Some of these guides and references include:
Some of these guides and references are:
1. [Service Factory Reference](!resources!/service-factory-reference): Learn about the methods generated by the service factory with examples.
2. [Workflows Reference](!resources!/medusa-workflows-reference): Browse the list of workflows and their hooks.
3. [Commerce Modules](!resources!/commerce-modules): Browse the list of commerce modules in Medusa and their references to learn how to use them.
1. [Service Factory Reference](!resources!/service-factory-reference): Learn about the methods generated by `MedusaService` with examples.
2. [Workflows Reference](!resources!/medusa-workflows-reference): Browse the list of core workflows and their hooks that are useful for your customizations.
4. [Admin Injection Zones](!resources!/admin-widget-injection-zones): Browse the injection zones in the Medusa Admin to learn where you can inject widgets.
---