Merge pull request #6116 from kobergj/UpdateIndexDocs

[docs-only] Update _index.md template
This commit is contained in:
kobergj
2023-04-24 11:03:27 +02:00
committed by GitHub
+4 -2
View File
@@ -3,11 +3,13 @@ title: {{ .ServiceName }}
date: {{ .CreationTime }} date: {{ .CreationTime }}
weight: 20 weight: 20
geekdocRepo: https://github.com/owncloud/ocis geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/{{ .service }} geekdocEditPath: edit/master/services/{{ .service }}
geekdocFilePath: _index.md geekdocFilePath: README.md
geekdocCollapseSection: true geekdocCollapseSection: true
--- ---
<!-- Do not edit this file, it is autogenerated. Edit the service README.md instead -->
## Abstract ## Abstract
{{ .Abstract }} {{ .Abstract }}