docs: improved create-medusa-app structure (#5458)
This commit is contained in:
@@ -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 CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -200,7 +200,7 @@ export default ProductService
|
||||
|
||||
## 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'
|
||||
import CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -193,7 +193,7 @@ export default ProductService
|
||||
|
||||
## 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'
|
||||
import CustomRegistrationSection from '../../troubleshooting/awilix-resolution-error/_custom-registration.md'
|
||||
|
||||
@@ -157,7 +157,7 @@ If you try accessing the API Routes you added the middleware to, you should see
|
||||
|
||||
## Troubleshooting
|
||||
|
||||
<Troubleshooting
|
||||
<DetailsList
|
||||
sections={[
|
||||
{
|
||||
title: 'AwilixResolutionError: Could Not Resolve X',
|
||||
|
||||
@@ -6,7 +6,7 @@ addHowToData: true
|
||||
import Feedback from '@site/src/components/Feedback';
|
||||
import DocCardList from '@theme/DocCardList';
|
||||
import Icons from '@theme/Icon';
|
||||
import Troubleshooting from '@site/src/components/Troubleshooting'
|
||||
import DetailsList from '@site/src/components/DetailsList'
|
||||
import SaslSection from '../../troubleshooting/database-errors/_sasl.md'
|
||||
import ConnectionErrorSection from '../../troubleshooting/database-errors/_connection-error.md'
|
||||
import FreshInstallationSection from '../../troubleshooting/awilix-resolution-error/_fresh-installation.md'
|
||||
@@ -92,7 +92,7 @@ curl localhost:9000/store/products
|
||||
|
||||
## Troubleshooting Installation
|
||||
|
||||
<Troubleshooting
|
||||
<DetailsList
|
||||
sections={[
|
||||
{
|
||||
title: 'Error: SASL: SCRAM-SERVER-FIRST-MESSAGE: Client password must be a string',
|
||||
|
||||
@@ -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)',
|
||||
|
||||
Reference in New Issue
Block a user