We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3e5a25b + ce70a8c commit 4411ab5Copy full SHA for 4411ab5
config.yaml
@@ -1,4 +1,6 @@
1
---
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
4
baseURL: "https://owncloud.dev/"
5
languageCode: "en-us"
6
title: "ownCloud"
@@ -9,9 +11,11 @@ pygmentsCodefences: true
9
11
10
12
disablePathToLower: true
13
-# Ignore generated adoc files
14
ignoreFiles:
15
+ # Ignore adoc files located in the docs/ base folder
16
+ # adoc files autogenerated on each merge
17
- services/_includes/adoc/.*\.adoc$
18
+ # adoc files that are relevant on each version change (x.y)
19
- services/general-info/*/.*\.adoc$
20
21
# Needed for mermaid/katex shortcodes
0 commit comments