From 388e9c2bce1db69cfa707030fe34026777dd50bc Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Fri, 24 Feb 2023 09:58:10 +0100 Subject: [PATCH] add webfinger config docs and remove well-known service without code --- docs/services/webfinger/configuration.md | 15 +++++++++++++++ docs/services/wellknown/_index.md | 24 ------------------------ 2 files changed, 15 insertions(+), 24 deletions(-) create mode 100644 docs/services/webfinger/configuration.md delete mode 100644 docs/services/wellknown/_index.md diff --git a/docs/services/webfinger/configuration.md b/docs/services/webfinger/configuration.md new file mode 100644 index 000000000..d2bcedef4 --- /dev/null +++ b/docs/services/webfinger/configuration.md @@ -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/services/webfinger +geekdocFilePath: configuration.md +geekdocCollapseSection: true +--- + +## Example YAML Config + +{{< include file="services/_includes/webfinger-config-example.yaml" language="yaml" >}} + +{{< include file="services/_includes/webfinger_configvars.md" >}} diff --git a/docs/services/wellknown/_index.md b/docs/services/wellknown/_index.md deleted file mode 100644 index ec89fbd88..000000000 --- a/docs/services/wellknown/_index.md +++ /dev/null @@ -1,24 +0,0 @@ ---- -title: Well-Known -date: 2023-02-03T00:00:00+00:00 -weight: 20 -geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/services/well-known -geekdocFilePath: _index.md -geekdocCollapseSection: true ---- - -## Abstract - -This service provides endpoints on the /.well-known API - -## Table of Contents - -{{< toc-tree >}} - - -## Webfinger - -## oCIS-configuration - -## Libregraph?