From 20eae462b3b58be300f2dd8bb69d0b74616c2f0f Mon Sep 17 00:00:00 2001 From: Willy Kloucek Date: Tue, 17 Nov 2020 07:59:48 +0100 Subject: [PATCH] fix exit path for commands templates --- accounts/templates/CONFIGURATION.tmpl | 4 ++-- docs/extensions/accounts/_index.md | 4 +--- glauth/templates/CONFIGURATION.tmpl | 4 ++-- konnectd/templates/CONFIGURATION.tmpl | 4 ++-- ocis-phoenix/templates/CONFIGURATION.tmpl | 4 ++-- ocis/templates/CONFIGURATION.tmpl | 4 ++-- ocs/templates/CONFIGURATION.tmpl | 4 ++-- proxy/templates/CONFIGURATION.tmpl | 4 ++-- settings/templates/CONFIGURATION.tmpl | 4 ++-- storage/templates/CONFIGURATION.tmpl | 4 ++-- store/templates/CONFIGURATION.tmpl | 4 ++-- thumbnails/templates/CONFIGURATION.tmpl | 4 ++-- webdav/templates/CONFIGURATION.tmpl | 4 ++-- 13 files changed, 25 insertions(+), 27 deletions(-) diff --git a/accounts/templates/CONFIGURATION.tmpl b/accounts/templates/CONFIGURATION.tmpl index ab6a93bbf0..595c23873c 100644 --- a/accounts/templates/CONFIGURATION.tmpl +++ b/accounts/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/accounts -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/accounts/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/docs/extensions/accounts/_index.md b/docs/extensions/accounts/_index.md index bcd0f17022..cdd6471286 100644 --- a/docs/extensions/accounts/_index.md +++ b/docs/extensions/accounts/_index.md @@ -7,14 +7,12 @@ geekdocEditPath: edit/master/docs/extensions/accounts geekdocFilePath: _index.md --- -[![GitHub](https://img.shields.io/github/license/owncloud/ocis-hello)](https://github.com/owncloud/ocis-hello/blob/master/LICENSE) - ## Abstract OCIS needs to be able to identify users. Whithout a non reassignable and persistend account ID share metadata cannot be reliably persisted. `ocis-accounts` allows exchanging oidc claims for a uuid. Using a uuid allows users to change the login, mail or even openid connect provider without breaking any persisted metadata that might have been attached to it. - persists accounts - uses graph api properties - -ldap can be synced using the onpremise* attributes +- ldap can be synced using the onpremise* attributes ## Table of Contents diff --git a/glauth/templates/CONFIGURATION.tmpl b/glauth/templates/CONFIGURATION.tmpl index 4ad392c934..977db726fe 100644 --- a/glauth/templates/CONFIGURATION.tmpl +++ b/glauth/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/glauth -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/glauth/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/konnectd/templates/CONFIGURATION.tmpl b/konnectd/templates/CONFIGURATION.tmpl index 5c22a76626..445eec7e0f 100644 --- a/konnectd/templates/CONFIGURATION.tmpl +++ b/konnectd/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/konnectd -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/konnectd/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocis-phoenix/templates/CONFIGURATION.tmpl b/ocis-phoenix/templates/CONFIGURATION.tmpl index e07cad149e..3b7584936c 100644 --- a/ocis-phoenix/templates/CONFIGURATION.tmpl +++ b/ocis-phoenix/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/phoenix -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/phoenix/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocis/templates/CONFIGURATION.tmpl b/ocis/templates/CONFIGURATION.tmpl index aa13550126..55b2249ed2 100644 --- a/ocis/templates/CONFIGURATION.tmpl +++ b/ocis/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/ocis -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/ocis/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/ocs/templates/CONFIGURATION.tmpl b/ocs/templates/CONFIGURATION.tmpl index 7f5cea214d..a8138a4406 100644 --- a/ocs/templates/CONFIGURATION.tmpl +++ b/ocs/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/ocs -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/ocs/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/proxy/templates/CONFIGURATION.tmpl b/proxy/templates/CONFIGURATION.tmpl index b45332570d..32bf527d50 100644 --- a/proxy/templates/CONFIGURATION.tmpl +++ b/proxy/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/proxy -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/proxy/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/settings/templates/CONFIGURATION.tmpl b/settings/templates/CONFIGURATION.tmpl index 0c9ffef86d..41797f6ee6 100644 --- a/settings/templates/CONFIGURATION.tmpl +++ b/settings/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/settings -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/settings/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/storage/templates/CONFIGURATION.tmpl b/storage/templates/CONFIGURATION.tmpl index 0d9ae1ab7e..a94a75dc42 100644 --- a/storage/templates/CONFIGURATION.tmpl +++ b/storage/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/storage -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/storage/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/store/templates/CONFIGURATION.tmpl b/store/templates/CONFIGURATION.tmpl index a200e322ef..7f63464e43 100644 --- a/store/templates/CONFIGURATION.tmpl +++ b/store/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/store -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/store/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/thumbnails/templates/CONFIGURATION.tmpl b/thumbnails/templates/CONFIGURATION.tmpl index 96039e8caa..863eac694c 100644 --- a/thumbnails/templates/CONFIGURATION.tmpl +++ b/thumbnails/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/thumbnails -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/thumbnails/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}} diff --git a/webdav/templates/CONFIGURATION.tmpl b/webdav/templates/CONFIGURATION.tmpl index 38c55396e6..ec4f2d0815 100644 --- a/webdav/templates/CONFIGURATION.tmpl +++ b/webdav/templates/CONFIGURATION.tmpl @@ -3,8 +3,8 @@ title: "Configuration" date: "{{ date "2006-01-02T15:04:05-0700" now }}" weight: 20 geekdocRepo: https://github.com/owncloud/ocis -geekdocEditPath: edit/master/docs/extensions/webdav -geekdocFilePath: configuration.md +geekdocEditPath: edit/master/webdav/templates +geekdocFilePath: CONFIGURATION.tmpl --- {{- define "options"}} {{ $fnName := (last . ).Flags -}}