Importing from `src` in `medusa-config.js` works in development, but would cause an error when running `build`/in production. This removes from the docs all snippets that imports from the `src` directory. However, we should figure out a better way to handle re-using the module's name.
Documentation Resources
This directory holds the code and content of both the documentation and API reference.
docs Directory
The docs directory holds the code and content of the documentation website. The website is built with Docusaurus v2.
api-reference Directory
The api-reference directory holds the code and OpenApi Specs of the API Reference. The API Reference is built with Next.js.