docs: generate references manually (#10438)

This commit is contained in:
Shahed Nasser
2024-12-04 21:37:07 +02:00
committed by GitHub
parent c9eeaebdd9
commit 1cb885d566
143 changed files with 180393 additions and 165549 deletions
@@ -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)