Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix: Correct module path and clarify config structure in Medusa v2 Do…
…cs (#9222) ### What This PR addresses an issue in the Medusa v2 documentation regarding the module creation example. The import paths were corrected to reflect the proper directory structure, ensuring clarity for users. Closes #9220 ### Why The previous documentation contained incorrect import paths that could lead to confusion for users attempting to create and configure modules. Clarifying the structure aims to prevent similar issues for future users. ### How - Updated the import statements in the documentation to go two levels up instead of three. - Added clarification in the `medusa-config.js` example to indicate that the `modules` node should be a part of `projectConfig`. ### Testing While documentation changes do not require formal testing, I reviewed the updated paths and descriptions against the current code structure to ensure accuracy and clarity. ### Note This is my first contribution to an open source project, and I'm excited to contribute to the Medusa community!
- Loading branch information