Merge pull request #5297 from owncloud/api-docs

add more api docs
This commit is contained in:
Michael Barz
2022-12-28 11:58:44 +01:00
committed by GitHub
2 changed files with 7 additions and 1 deletions

2
docs/.gitignore vendored
View File

@@ -1,4 +1,4 @@
hugo/
/**/grpc_apis/ocis/
grpc_apis/
mutagen.yml.lock
helpers/output/*

View File

@@ -1,3 +1,9 @@
---
title: APIs
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/apis/
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
Infinite Scale provides a large set of different **application programming interfaces (APIs)**. Infinite Scale is built by microservices. That means many calls to "functions" in the code are remote calls.