docs: added troubleshooting component (#4255)

This commit is contained in:
Shahed Nasser
2023-06-06 15:18:23 +03:00
committed by GitHub
parent 926e284bac
commit b1c63c5476
64 changed files with 607 additions and 257 deletions
@@ -38,7 +38,7 @@ The Medusa backend scans the core Medusa package, plugins, and your files in the
:::tip
The Lifetime column indicates the lifetime of a service. Other resources that aren't services don't have a lifetime, which is indicated with the `-` in the column. You can learn about what a lifetime is in the [Create a Service](../services/create-service.md) documentation.
The Lifetime column indicates the lifetime of a service. Other resources that aren't services don't have a lifetime, which is indicated with the `-` in the column. You can learn about what a lifetime is in the [Create a Service](../services/create-service.mdx) documentation.
:::
@@ -731,5 +731,5 @@ class OrderSubscriber {
## See Also
- [Create services](../services/create-service.md)
- [Create services](../services/create-service.mdx)
- [Create subscribers](../events/create-subscriber.md)