Skip to content

Commit 4411ab5

Browse files
authored
Merge pull request #95 from owncloud/mmattel-patch-1
Add comments to config.yaml
2 parents 3e5a25b + ce70a8c commit 4411ab5

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

config.yaml

+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
11
---
2+
# Because this file gets copied/cloned, for ease one reads this file on the target side, here is the link to its source:
3+
# https://github.com/owncloud/owncloud.github.io/blob/main/config.yaml
24
baseURL: "https://owncloud.dev/"
35
languageCode: "en-us"
46
title: "ownCloud"
@@ -9,9 +11,11 @@ pygmentsCodefences: true
911

1012
disablePathToLower: true
1113

12-
# Ignore generated adoc files
1314
ignoreFiles:
15+
# Ignore adoc files located in the docs/ base folder
16+
# adoc files autogenerated on each merge
1417
- services/_includes/adoc/.*\.adoc$
18+
# adoc files that are relevant on each version change (x.y)
1519
- services/general-info/*/.*\.adoc$
1620

1721
# Needed for mermaid/katex shortcodes

0 commit comments

Comments
 (0)