mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-05-02 23:46:30 +02:00
✌️
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user