Skip to content

Commit

Permalink
Merge pull request #95 from owncloud/mmattel-patch-1
Browse files Browse the repository at this point in the history
Add comments to config.yaml
  • Loading branch information
mmattel authored Nov 7, 2024
2 parents 3e5a25b + ce70a8c commit 4411ab5
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion config.yaml
Original file line number Diff line number Diff line change
@@ -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"
Expand All @@ -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
Expand Down

0 comments on commit 4411ab5

Please sign in to comment.