Added link to OpenAPI documentation on GH pages

Signed-off-by: Christian Wolf <github@christianwolf.email>
This commit is contained in:
Christian Wolf 2021-07-02 13:37:27 +02:00
Родитель 0698b40556
Коммит 1fc503558a
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 9FC3120E932F73F1
2 изменённых файлов: 11 добавлений и 1 удалений

5
docs/dev/api/index.md Normal file
Просмотреть файл

@ -0,0 +1,5 @@
# OpenAPI documentation
This page provides an overview over the possible API endpoints provided by the app. In the following are the various versions of the API linked:
- [Version 0.0.2](0.0.2/index.html)

Просмотреть файл

@ -14,4 +14,9 @@ Instead we want to reference the official documentation on [docs.nextcloud.com](
## Frontend
- [Webpack `BundleAnalyzer` Plugin](frontend/webpack-bundle-analyzer)
- [Webpack `BundleAnalyzer` Plugin](frontend/webpack-bundle-analyzer)
## Backend
- [API endpoint documentation](api/index)