add missing extensions to docs and unify naming
This commit is contained in:
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: App Provider
|
title: App-Provider
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: App Registry
|
title: App-Registry
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Group
|
title: Groups
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -0,0 +1,10 @@
|
|||||||
|
---
|
||||||
|
title: Search
|
||||||
|
weight: 20
|
||||||
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
geekdocEditPath: edit/master/docs/extensions/search
|
||||||
|
geekdocFilePath: _index.md
|
||||||
|
geekdocCollapseSection: true
|
||||||
|
---
|
||||||
|
|
||||||
|
This service provides search functionality.
|
||||||
@@ -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/search
|
||||||
|
geekdocFilePath: configuration.md
|
||||||
|
geekdocCollapseSection: true
|
||||||
|
---
|
||||||
|
|
||||||
|
## Example YAML Config
|
||||||
|
|
||||||
|
{{< include file="extensions/_includes/search-config-example.yaml" language="yaml" >}}
|
||||||
|
|
||||||
|
{{< include file="extensions/_includes/search_configvars.md" >}}
|
||||||
@@ -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.
|
||||||
@@ -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" >}}
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Publiclink Storage
|
title: Storage-Publiclink
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Shares Storage
|
title: Storage-Shares
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
+1
-1
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Metadata Storage
|
title: Storage-System
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: Users Storage
|
title: Storage-Users
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: User
|
title: Users
|
||||||
date: 2022-03-02T00:00:00+00:00
|
date: 2022-03-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
@@ -1,5 +1,5 @@
|
|||||||
---
|
---
|
||||||
title: "ownCloud Web"
|
title: "Web"
|
||||||
date: 2018-05-02T00:00:00+00:00
|
date: 2018-05-02T00:00:00+00:00
|
||||||
weight: 20
|
weight: 20
|
||||||
geekdocRepo: https://github.com/owncloud/ocis
|
geekdocRepo: https://github.com/owncloud/ocis
|
||||||
|
|||||||
Reference in New Issue
Block a user