✌️
This commit is contained in:
parent
5ea0f23389
commit
2cdcbcc80e
6 changed files with 127 additions and 117 deletions
|
|
@ -22,9 +22,9 @@ mixin propTable(props)
|
|||
a(href=`/docs/${lang}/api/entities/${kebab(prop.entity)}`)= prop.entity
|
||||
| )
|
||||
else if prop.kind == 'object'
|
||||
if prop.def
|
||||
if prop.hasDef
|
||||
| (
|
||||
a(href=`#${prop.defName}`)= prop.defName
|
||||
a(href=`#${prop.name}`)= prop.name
|
||||
| )
|
||||
else if prop.kind == 'date'
|
||||
| (Date)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue