From ce70a8cc12092b6863ea111e26a69ba38a83181d Mon Sep 17 00:00:00 2001 From: Martin Date: Thu, 7 Nov 2024 14:08:31 +0100 Subject: [PATCH] Add comments to config.yaml This PR just adds some comments to ease handling --- config.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/config.yaml b/config.yaml index e95a29d8941..a4604d5eeac 100644 --- a/config.yaml +++ b/config.yaml @@ -1,4 +1,6 @@ --- +# Because this file gets copied/cloned, for ease one reads this file on the target side, here is the link to its source: +# https://github.com/owncloud/owncloud.github.io/blob/main/config.yaml baseURL: "https://owncloud.dev/" languageCode: "en-us" title: "ownCloud" @@ -9,9 +11,11 @@ pygmentsCodefences: true disablePathToLower: true -# Ignore generated adoc files ignoreFiles: + # Ignore adoc files located in the docs/ base folder + # adoc files autogenerated on each merge - services/_includes/adoc/.*\.adoc$ + # adoc files that are relevant on each version change (x.y) - services/general-info/*/.*\.adoc$ # Needed for mermaid/katex shortcodes