automate creation of _index.md files

Signed-off-by: jkoberg <jkoberg@owncloud.com>
This commit is contained in:
jkoberg
2023-03-24 09:24:42 +01:00
parent b81d9266ef
commit cf8120a70d
8 changed files with 326 additions and 0 deletions
+17
View File
@@ -0,0 +1,17 @@
---
title: {{ .ServiceName }}
date: {{ .CreationTime }}
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/{{ .service }}
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
## Abstract
{{ .Abstract }}
## Table of Contents
{{ .TocTree }}
{{ .Content }}