docs: generate references manually (#10438)
This commit is contained in:
@@ -13,18 +13,18 @@ This documentation provides a reference to the data models in the Pricing Module
|
||||
|
||||
```mermaid
|
||||
erDiagram
|
||||
Price }|--|{ PriceSet : price_set
|
||||
Price ||--|| PriceRule : price_rules
|
||||
Price }|--|{ PriceList : price_list
|
||||
PriceList ||--|| Price : prices
|
||||
PriceList ||--|| PriceListRule : price_list_rules
|
||||
PriceSet ||--|| Price : prices
|
||||
|
||||
```
|
||||
|
||||
## Classes
|
||||
## Data Models
|
||||
|
||||
- [Price](../../pricing_models/classes/pricing_models.Price/page.mdx)
|
||||
- [PriceList](../../pricing_models/classes/pricing_models.PriceList/page.mdx)
|
||||
- [PriceListRule](../../pricing_models/classes/pricing_models.PriceListRule/page.mdx)
|
||||
- [PricePreference](../../pricing_models/classes/pricing_models.PricePreference/page.mdx)
|
||||
- [PriceRule](../../pricing_models/classes/pricing_models.PriceRule/page.mdx)
|
||||
- [PriceSet](../../pricing_models/classes/pricing_models.PriceSet/page.mdx)
|
||||
- [Price](../../pricing_models/variables/pricing_models.Price/page.mdx)
|
||||
- [PriceList](../../pricing_models/variables/pricing_models.PriceList/page.mdx)
|
||||
- [PriceListRule](../../pricing_models/variables/pricing_models.PriceListRule/page.mdx)
|
||||
- [PricePreference](../../pricing_models/variables/pricing_models.PricePreference/page.mdx)
|
||||
- [PriceRule](../../pricing_models/variables/pricing_models.PriceRule/page.mdx)
|
||||
- [PriceSet](../../pricing_models/variables/pricing_models.PriceSet/page.mdx)
|
||||
|
||||
Reference in New Issue
Block a user