Files
medusa-store/www/apps/resources/app/commerce-modules/page.mdx
Shahed Nasser 4fe28f5a95 chore: reorganize docs apps (#7228)
* reorganize docs apps

* add README

* fix directory

* add condition for old docs
2024-05-03 17:36:38 +03:00

22 lines
822 B
Plaintext

import { ChildDocs } from "docs-ui"
export const metadata = {
title: `Commerce Modules`,
}
# {metadata.title}
In this section of the documentation, you'll find guides and references related to Medusa's Commerce Modules.
<ChildDocs onlyTopLevel={true} />
---
## How to Use Modules
The Commerce Modules can be used in many use cases, including:
- Medusa Application: The Medusa application uses the Commerce Modules to expose commerce features through the REST APIs.
- Serverless Application: Use the Commerce Modules in a serverless application, such as a Next.js application, without having to manage a fully-fledged ecommerce system. You can use it by installing it in your Node.js project as an NPM package.
- Node.js Application: Use the Commerce Modules in any Node.js application by installing it with NPM.