mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-03-06 13:00:12 -06:00
Merge pull request #7422 from owncloud/fix-git
[full-ci] clean up gitignore and commit missing mocks
This commit is contained in:
@@ -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
1
docs/.gitignore
vendored
@@ -2,3 +2,4 @@ hugo/
|
||||
grpc_apis/
|
||||
mutagen.yml.lock
|
||||
helpers/output/*
|
||||
services/**/_index.md
|
||||
|
||||
@@ -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 >}}
|
||||
@@ -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" >}}
|
||||
|
||||
@@ -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 >}}
|
||||
Reference in New Issue
Block a user