docs: migrate guides to TSDoc references (#6100)
This commit is contained in:
@@ -97,4 +97,4 @@ class MyStrategy extends
|
||||
}
|
||||
```
|
||||
|
||||
You can learn more in the [Price Selection Strategy](../../modules/price-lists/price-selection-strategy.md#calculatevariantprice-method) documentation.
|
||||
You can learn more in the [Price Selection Strategy](../../references/price_selection/classes/price_selection.AbstractPriceSelectionStrategy.mdx) documentation.
|
||||
|
||||
@@ -23,7 +23,7 @@ These feature flags are replaced by the `medusa_v2` feature flag name, or the `M
|
||||
|
||||
### Subscribing Notification Providers
|
||||
|
||||
In previous versions, Notification Provider Services subscribed to events in a Subscriber. Following the improvement in the Subscriber API, you have to use a Loader to subscribe Notification Providers to events as explained [here](../../development/notification/create-notification-provider.md#subscribe-with-loaders).
|
||||
In previous versions, Notification Provider Services subscribed to events in a Subscriber. Following the improvement in the Subscriber API, you have to use a Loader to subscribe Notification Providers to events as explained [here](../../references/notification/classes/notification.AbstractNotificationService.mdx#subscribe-with-loaders).
|
||||
|
||||
---
|
||||
|
||||
|
||||
Reference in New Issue
Block a user