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:
+21
@@ -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.
|
||||
|
||||
+21
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user