mirror of
https://activitypub.software/TransFem-org/Sharkey.git
synced 2025-03-22 05:05:42 +01:00
20 lines
372 B
Text
20 lines
372 B
Text
extends ../../base
|
|
include ../mixins
|
|
|
|
block meta
|
|
link(rel="stylesheet" href="/docs/assets/api/entities/style.css")
|
|
|
|
block main
|
|
h1= name
|
|
|
|
p#desc= desc[lang] || desc['ja']
|
|
|
|
section
|
|
h2= i18n('docs.api.entities.properties')
|
|
+propTable(props)
|
|
|
|
if propDefs
|
|
each propDef in propDefs
|
|
section(id= propDef.name)
|
|
h3= propDef.name
|
|
+propTable(propDef.props)
|