* docs improvements and changes * updated module definition * modules + dml changes * fix build * fix vale error * fix lint errors * fixes to stripe docs * fix condition * fix condition * fix module defintion * fix checkout * disable UI action * change oas preview action * flatten provider module options * fix lint errors * add module link docs * pr comments fixes * fix vale error * change node engine version * links -> linkable * add note about database name * small fixes * link fixes * fix response code in api reference * added migrations step
19 lines
743 B
Plaintext
19 lines
743 B
Plaintext
export const metadata = {
|
||
title: `${pageNumber} The Basics`,
|
||
}
|
||
|
||
# {metadata.title}
|
||
|
||
In the next chapters, you’ll learn about the basic concepts of Medusa that are central in your development.
|
||
|
||
By the end of these chapter, you’ll be able to:
|
||
|
||
- Expose your custom functionalities through endpoints.
|
||
- Create custom modules that define custom business logic.
|
||
- Create custom data models.
|
||
- Execute scripts when the Medusa application starts.
|
||
- Perform asynchronus actions when an event occurs.
|
||
- Run tasks at a specified time or pattern during the Medusa application's runtime.
|
||
- Create custom flows as a series of steps involving multiple services.
|
||
- Customize the admin dashboard to inject components on existing pages or add new pages.
|