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:
@@ -101,7 +101,7 @@ ___
|
||||
<ParameterTypes parameters={[
|
||||
{
|
||||
"name": "FeatureFlagsResponse",
|
||||
"type": "`{ key: string ; value: boolean \\| Record<string, boolean> }`[]",
|
||||
"type": "``{ key: string ; value: boolean \\| Record<string, boolean> }``[]",
|
||||
"description": "",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
@@ -136,7 +136,7 @@ These shapes are used for top-level and nested flags respectively, as explained
|
||||
},
|
||||
{
|
||||
"name": "value",
|
||||
"type": "`boolean` \\| `{ [key: string]: boolean; }`",
|
||||
"type": "`boolean` \\| ``{ [key: string]: boolean; }``",
|
||||
"description": "The value of the flag to set.",
|
||||
"optional": false,
|
||||
"defaultValue": "",
|
||||
|
||||
Reference in New Issue
Block a user