✌️
This commit is contained in:
parent
5166fc92b6
commit
5b66410031
3 changed files with 45 additions and 21 deletions
|
|
@ -21,9 +21,13 @@ mixin table(params)
|
|||
= ' '
|
||||
a(href=`/docs/api/entities/${param.entity}`)= param.entity
|
||||
| )
|
||||
else if param.kind == 'entity'
|
||||
| #{param.type} (
|
||||
a(href=`/docs/api/entities/${param.entity}`)= param.entity
|
||||
| )
|
||||
else if param.kind == 'object'
|
||||
| #{param.type} (
|
||||
a(href=`#${param.def}`)= param.def
|
||||
a(href=`#${param.defName}`)= param.defName
|
||||
| )
|
||||
else
|
||||
= param.type
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue