Initial docs rewrite using Vuepress

This commit is contained in:
Ske 2020-06-10 18:11:28 +02:00
parent e7191def02
commit 2b259869a0
47 changed files with 8276 additions and 1397 deletions

8
docs/content/api.md Normal file
View file

@ -0,0 +1,8 @@
# API documentation
PluralKit has a REST API for third-party app integration.
The API is documented using [OpenAPI v3](https://swagger.io/specification/), and the schema file can be found [on the repository](https://github.com/xSke/PluralKit/blob/master/PluralKit.API/openapi.yaml).
An online rendered version of the schema can be seen on Swagger using the link below:
[**https://app.swaggerhub.com/apis-docs/xSke/PluralKit/1.0**](https://app.swaggerhub.com/apis-docs/xSke/PluralKit/1.0)