From ab2d6be924b6bdff58a0c39043e30d339d396a89 Mon Sep 17 00:00:00 2001 From: Martin Mattel Date: Fri, 8 Nov 2024 11:32:30 +0100 Subject: [PATCH] fix link name --- docs/helpers/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/helpers/README.md b/docs/helpers/README.md index 8942cda93..12dabfdca 100644 --- a/docs/helpers/README.md +++ b/docs/helpers/README.md @@ -177,7 +177,7 @@ Because of this, branching and parametrizing admin docs occurs **after** branchi * Release based envvar changes are saved during manual generation in `/docs/services/general-info/env-var-deltas/` but will be _copied_ on each merge into the doc branch into a subfolder named `services/_include/adoc/env-var-deltas/`. * Exclude paths for Hugo - * The paths defined above for .adoc files are excluded from parsing by Hugo. The source of what to exclude is defined in the `config.yaml` file located in [github.io](https://github.com/owncloud/owncloud.github.io/). Any folder containg .adoc files must be added there else `make -C docs docs-serve` or CI will fail reporting an adoc related parsing error. (We could also add an asciidoc parser to Hugo as alternative...) + * The paths defined above for .adoc files are excluded from parsing by Hugo. The source of what to exclude is defined in the `config.yaml` file located in [owncloud.github.io](https://github.com/owncloud/owncloud.github.io/). Any folder containg .adoc files must be added there else `make -C docs docs-serve` or CI will fail reporting an adoc related parsing error. (We could also add an asciidoc parser to Hugo as alternative...) ### Task List