diff options
Diffstat (limited to 'src/docs/api/library.pug')
| -rw-r--r-- | src/docs/api/library.pug | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/src/docs/api/library.pug b/src/docs/api/library.pug new file mode 100644 index 0000000000..4b2943b2a9 --- /dev/null +++ b/src/docs/api/library.pug @@ -0,0 +1,14 @@ +extend ../BASE + +block title + | ライブラリ + +block content + h1 ライブラリ + + p Misskey APIを便利に利用するためのライブラリ一覧です。 + + section + h2 .NET + ul + li: strong: a(href='https://github.com/syuilo/Misq') Misq (公式) |