diff --git a/docs/.gitignore b/docs/.gitignore index 58ffe8ed3..b0079cf9d 100644 --- a/docs/.gitignore +++ b/docs/.gitignore @@ -1,4 +1,4 @@ hugo/ -/**/grpc_apis/ocis/ +grpc_apis/ mutagen.yml.lock helpers/output/* diff --git a/docs/apis/_index.md b/docs/apis/_index.md index f1792dc1b..f482531a7 100644 --- a/docs/apis/_index.md +++ b/docs/apis/_index.md @@ -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.