docs: improved create-medusa-app structure (#5458)

This commit is contained in:
Shahed Nasser
2023-10-24 18:29:05 +03:00
committed by GitHub
parent 5c77029cb0
commit 0eb56519e9
16 changed files with 54 additions and 47 deletions
@@ -2,7 +2,7 @@
addHowToData: true
---
import Troubleshooting from '@site/src/components/Troubleshooting'
import DetailsList from '@site/src/components/DetailsList'
import ServiceLifetimeSection from '../../troubleshooting/awilix-resolution-error/_service-lifetime.md'
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
@@ -406,7 +406,7 @@ class MySubscriber {
## Troubleshooting
<Troubleshooting
<DetailsList
sections={[
{
title: 'AwilixResolutionError: Could Not Resolve X',
@@ -2,7 +2,7 @@
addHowToData: true
---
import Troubleshooting from '@site/src/components/Troubleshooting'
import DetailsList from '@site/src/components/DetailsList'
import ServiceLifetimeSection from '../../troubleshooting/awilix-resolution-error/_service-lifetime.md'
# How to Extend a Service
@@ -91,7 +91,7 @@ You should see the customizations you made in effect.
## Troubleshooting
<Troubleshooting
<DetailsList
sections={[
{
title: 'AwilixResolutionError: Could Not Resolve X (Service Lifetime)',