correctly add new service

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2023-03-02 15:37:38 +01:00
committed by Daniël Franke
parent 6c82451956
commit 5d7a19997b
5 changed files with 44 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
---
title: IDP
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
## Abstract
This service provides an invitations service to invite guests into the organization.
## Table of Contents
{{< toc-tree >}}

View File

@@ -0,0 +1,15 @@
---
title: Service Configuration
date: 2023-03-02T15:27:00+01:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/invitations
geekdocFilePath: configuration.md
geekdocCollapseSection: true
---
## Example YAML Config
{{< include file="services/_includes/invitations-config-example.yaml" language="yaml" >}}
{{< include file="services/_includes/invitations_configvars.md" >}}