From e92262676f92f319bc4e258b1ec27b6449f97ca4 Mon Sep 17 00:00:00 2001 From: Michael Barz Date: Thu, 22 Dec 2022 16:44:51 +0100 Subject: [PATCH] add more api docs --- docs/.gitignore | 2 +- docs/apis/_index.md | 6 ++++++ 2 files changed, 7 insertions(+), 1 deletion(-) 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.