Merge pull request #7422 from owncloud/fix-git

[full-ci] clean up gitignore and commit missing mocks
This commit is contained in:
Michael Barz
2023-10-06 16:50:15 +02:00
committed by GitHub
5 changed files with 2 additions and 59 deletions

View File

@@ -1816,7 +1816,7 @@ def docs():
{
"name": "docs-generate",
"image": OC_CI_GOLANG,
"commands": ["make -C docs docs-generate"],
"commands": ["make docs-generate"],
},
{
"name": "prepare",

1
docs/.gitignore vendored
View File

@@ -2,3 +2,4 @@ hugo/
grpc_apis/
mutagen.yml.lock
helpers/output/*
services/**/_index.md

View File

@@ -1,16 +0,0 @@
---
title: Auth-Machine
date: 2022-03-02T00:00:00+00:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/auth-machine
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
## Abstract
## Table of Contents
{{< toc-tree >}}

View File

@@ -1,26 +0,0 @@
---
title: ocDAV
date: 2023-05-31T13:33:51.029749931+02:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/services/ocdav
geekdocFilePath: README.md
geekdocCollapseSection: true
---
<!-- Do not edit this file, it is autogenerated. Edit the service README.md instead -->
## Abstract
The ocdav service provides the WebDAV API which is required by ownCloud clients. Previews (thumbnails) are provided by the [WebDAV service](../webdav).
## Table of Contents
* [Example Yaml Config](#example-yaml-config)
## Example Yaml Config
{{< include file="services/_includes/ocdav-config-example.yaml" language="yaml" >}}
{{< include file="services/_includes/ocdav_configvars.md" >}}

View File

@@ -1,16 +0,0 @@
---
title: SSE
date: 2022-08-08T00:00:00+00:00
weight: 20
geekdocRepo: https://github.com/owncloud/ocis
geekdocEditPath: edit/master/docs/services/sse
geekdocFilePath: _index.md
geekdocCollapseSection: true
---
## Abstract
## Table of Contents
{{< toc-tree >}}