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,21 @@
---
displayed_sidebar: jsClientSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListStatus
The status of a price list.
## Enumeration Members
### ACTIVE
The price list is active, meaning its prices are applied to customers.
___
### DRAFT
The price list is a draft, meaning its not yet applied to customers.
@@ -6,16 +6,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListStatus
The status of a price list.
## Enumeration Members
### ACTIVE
The price list is active, meaning its prices are applied to customers.
___
### DRAFT
The price list is a draft, meaning its not yet applied to customers.
@@ -0,0 +1,21 @@
---
displayed_sidebar: jsClientSidebar
---
import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListType
The type of price list.
## Enumeration Members
### OVERRIDE
The price list is used to override original prices for specific conditions.
___
### SALE
The price list is used for a sale.
@@ -6,16 +6,10 @@ import ParameterTypes from "@site/src/components/ParameterTypes"
# PriceListType
The type of price list.
## Enumeration Members
### OVERRIDE
The price list is used to override original prices for specific conditions.
___
### SALE
The price list is used for a sale.