docs: fix tsdocs following typedoc update + 1.20 release (#6033)

* docs: fix tsdocs following typedoc update + 1.20 release

* Fix OAS validation errors

* fixes to react-docs-generator

* fix content linting
This commit is contained in:
Shahed Nasser
2024-01-09 17:15:29 +02:00
committed by GitHub
parent 125879ada4
commit 18de90e603
32 changed files with 460 additions and 111 deletions
@@ -1,10 +1,8 @@
/**
* Return the tax amount that
*
* - is includes in the price if it is tax inclusive
* - will be applied on to the price if it is tax exclusive
* @param price
* @param includesTax
* @param taxRate
*/
export function calculatePriceTaxAmount({
price,