test control doc
This commit is contained in:
parent
a8672ec432
commit
987cc63764
3 changed files with 95 additions and 54 deletions
|
|
@ -23,7 +23,7 @@ function ApiDoc() {
|
|||
}),
|
||||
}}
|
||||
/>
|
||||
<h3>Parameters</h3>
|
||||
{!!item.params?.length && <h3>Parameters</h3>}
|
||||
<ul>
|
||||
{item.params?.map((param, i) => (
|
||||
<li key={i}>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue