docs: updates to tax provider and other provider guides (#11626)

This commit is contained in:
Shahed Nasser
2025-02-26 16:13:05 +02:00
committed by GitHub
parent 65eb3aa6c8
commit 0eadcdd555
13 changed files with 246 additions and 138 deletions

View File

@@ -15,6 +15,7 @@ In this document, youll learn how to create a file provider module and the me
Start by creating a new directory for your module provider.
If you're creating the module provider in a Medusa application, create it under the `src/modules` directory. For example, `src/modules/my-file`.
If you're creating the module provider in a plugin, create it under the `src/providers` directory. For example, `src/providers/my-file`.
<Note>