docs: add routing page (#9550)
- Add a new homepage to `book` project for the routing page - Move all main doc pages to be under `/v2/learn` (and added redirects + fixed links across docs) - Other: add admin components to resources dropdown + fixes to search on mobile. Closes DX-955 Preview: https://docs-v2-git-docs-router-page-medusajs.vercel.app/v2
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
export const metadata = {
|
||||
title: `${pageNumber} Customizations Next Steps`,
|
||||
}
|
||||
|
||||
# {metadata.title}
|
||||
|
||||
The previous examples under the Customization chapter explained more about customizing Medusa for a realistic use case.
|
||||
|
||||
Your learning journey doesn't end here, and this only presents some of Medusa's powerful feature.
|
||||
|
||||
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.
|
||||
|
||||
---
|
||||
|
||||
## Helpful Resources Guides
|
||||
|
||||
The [Development Resources](!resources!) documentation provides more helpful guides and references for your development journey.
|
||||
|
||||
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.
|
||||
4. [Admin Injection Zones](!resources!/admin-widget-injection-zones): Browse the injection zones in the Medusa Admin to learn where you can inject widgets.
|
||||
|
||||
---
|
||||
|
||||
## More Examples in Recipes
|
||||
|
||||
In the Development Resources documentation, you'll also find step-by-step guides of different use cases, such as building a marketplace, digital products, and more.
|
||||
|
||||
Refer to the [Recipes](!resources!/recipes) documentation to learn more.
|
||||
Reference in New Issue
Block a user