2019-05-10 18:17:33 +09:00

24 lines
471 B
Plaintext

component API(types []*autodocs.Type)
.api-docs-page
h1.mountable API
h2.mountable Endpoints
ul
li.mountable
strong REST:
span https://notify.moe/api
li.mountable
strong GraphQL:
span https://notify.moe/graphql
h2.mountable Types
table.api-types
tbody
each typ in types
tr.mountable
td
a(href=typ.Endpoint())= typ.Name
td= typ.Comment
td
a(href=typ.GitHubLink())
RawIcon("github")