✌️
This commit is contained in:
parent
a357d5c6a5
commit
d6ec5f2fe1
11 changed files with 305 additions and 80 deletions
23
src/web/docs/api/entities/view.pug
Normal file
23
src/web/docs/api/entities/view.pug
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
extends ../../layout.pug
|
||||
include ../mixins
|
||||
|
||||
block title
|
||||
| #{name} | Misskey API
|
||||
|
||||
block meta
|
||||
link(rel="stylesheet" href="/assets/docs/api/entities/style.css")
|
||||
|
||||
block main
|
||||
h1= name
|
||||
|
||||
p#desc: +i18n(desc)
|
||||
|
||||
section
|
||||
h2 Properties
|
||||
+propTable(props)
|
||||
|
||||
if propDefs
|
||||
each propDef in propDefs
|
||||
section(id= propDef.name)
|
||||
h3= propDef.name
|
||||
+propTable(propDef.params)
|
||||
Loading…
Add table
Add a link
Reference in a new issue