docs: general fixes to references (#5653)

* fixed typedoc plugin's escape strategy

* move props comments to the associated property

* regenerate references
This commit is contained in:
Shahed Nasser
2023-11-17 19:36:58 +02:00
committed by GitHub
parent b3093c3e3d
commit c51dce164d
869 changed files with 15238 additions and 7267 deletions
@@ -0,0 +1,25 @@
---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListStatus
The status of a price list.
## Enumeration Members
### ACTIVE
**ACTIVE** = `"active"`
The price list is active, meaning its prices are applied to customers.
___
### DRAFT
**DRAFT** = `"draft"`
The price list is a draft, meaning its not yet applied to customers.
@@ -0,0 +1,25 @@
---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListStatus
The price list's status.
## Enumeration Members
### ACTIVE
**ACTIVE** = `"active"`
The price list is enabled and its prices can be used.
___
### DRAFT
**DRAFT** = `"draft"`
The price list is disabled, meaning its prices can't be used yet.
@@ -6,20 +6,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListStatus
The status of a price list.
## Enumeration Members
### ACTIVE
**ACTIVE** = `"active"`
The price list is active, meaning its prices are applied to customers.
___
### DRAFT
**DRAFT** = `"draft"`
The price list is a draft, meaning its not yet applied to customers.
@@ -0,0 +1,25 @@
---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListType
The type of price list.
## Enumeration Members
### OVERRIDE
**OVERRIDE** = `"override"`
The price list is used to override original prices for specific conditions.
___
### SALE
**SALE** = `"sale"`
The price list is used for a sale.
@@ -0,0 +1,25 @@
---
displayed_sidebar: servicesSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListType
The price list's type.
## Enumeration Members
### OVERRIDE
**OVERRIDE** = `"override"`
The price list's prices override original prices. This affects the calculated price of associated price sets.
___
### SALE
**SALE** = `"sale"`
The price list's prices are used for a sale.
@@ -6,20 +6,14 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListType
The type of price list.
## Enumeration Members
### OVERRIDE
**OVERRIDE** = `"override"`
The price list is used to override original prices for specific conditions.
___
### SALE
**SALE** = `"sale"`
The price list is used for a sale.