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
@@ -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.
@@ -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.