mirror of
https://codeberg.org/uzu/strudel
synced 2026-07-13 06:19:33 -04:00
test control doc
This commit is contained in:
+1
-1
@@ -23,7 +23,7 @@ function ApiDoc() {
|
||||
}),
|
||||
}}
|
||||
/>
|
||||
<h3>Parameters</h3>
|
||||
{!!item.params?.length && <h3>Parameters</h3>}
|
||||
<ul>
|
||||
{item.params?.map((param, i) => (
|
||||
<li key={i}>
|
||||
|
||||
Reference in New Issue
Block a user