✌️
This commit is contained in:
parent
5b66410031
commit
a357d5c6a5
4 changed files with 9 additions and 5 deletions
|
|
@ -17,10 +17,9 @@ mixin table(params)
|
|||
td.name= param.name
|
||||
td.type
|
||||
if param.kind == 'id'
|
||||
| #{param.type} (ID of
|
||||
= ' '
|
||||
| #{param.type} (
|
||||
a(href=`/docs/api/entities/${param.entity}`)= param.entity
|
||||
| )
|
||||
| ID)
|
||||
else if param.kind == 'entity'
|
||||
| #{param.type} (
|
||||
a(href=`/docs/api/entities/${param.entity}`)= param.entity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue