add missing extensions to docs and unify naming

This commit is contained in:
Willy Kloucek
2022-05-12 15:13:37 +02:00
parent 7bd943e9b1
commit ea2c3511e8
14 changed files with 59 additions and 9 deletions
+10
View File
@@ -0,0 +1,10 @@
---
title: Sharing
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/extensions/sharing
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
This service provides sharing functionality.
+15
View File
@@ -0,0 +1,15 @@
---
title: Service Configuration
date: 2018-05-02T00:00:00+00:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/extensions/sharing
geekdocFilePath: configuration.md
geekdocCollapseSection: true
---
## Example YAML Config
{{< include file="extensions/_includes/sharing-config-example.yaml" language="yaml" >}}
{{< include file="extensions/_includes/sharing_configvars.md" >}}