docs: improvements to create plugin guide (#4285)
* docs: improvements to create plugin guide * fix link
This commit is contained in:
@@ -390,7 +390,7 @@ npm run build
|
||||
|
||||
:::note
|
||||
|
||||
This section explains how to test out your implementation if the file service was created in the Medusa backend codebase. You can refer to the [plugin documentation](../plugins/create.md#test-your-plugin) on how to test a plugin.
|
||||
This section explains how to test out your implementation if the file service was created in the Medusa backend codebase. You can refer to the [plugin documentation](../plugins/create.mdx#test-your-plugin) on how to test a plugin.
|
||||
|
||||
:::
|
||||
|
||||
@@ -430,5 +430,5 @@ export default () => {
|
||||
|
||||
## See Also
|
||||
|
||||
- [How to create a plugin](../plugins/create.md)
|
||||
- [How to create a plugin](../plugins/create.mdx)
|
||||
- [How to publish a plugin](../plugins/publish.md)
|
||||
|
||||
Reference in New Issue
Block a user