docs: added examples for modules usage in Medusa (#5753)

* Add data migration script after running migrations

* Update install-medusa.mdx

* Update examples.md (#5751)

* fix lint errors

* fix comment in example

* added examples for modules usage in Medusa

---------

Co-authored-by: Riqwan Thamir <rmthamir@gmail.com>
This commit is contained in:
Shahed Nasser
2023-11-28 11:14:00 +00:00
committed by GitHub
parent e4bfa6c88a
commit d27b86ab8e
9 changed files with 1039 additions and 466 deletions

View File

@@ -183,6 +183,6 @@ module.exports = nextConfig
## Start Development
You can refer to the [Example Usages documentation page](./examples.md) for examples of using the Pricing module.
You can refer to the [Example Usages documentation page](./examples.mdx) for examples of using the Pricing module.
You can also refer to the [Module Interface Reference](../../references/pricing/interfaces/IPricingModuleService.mdx) for a detailed reference on all available methods.