Merge commit '5be51ac3db225d5df501ed1fa1499c41d97dbf65'

This commit is contained in:
Bjørn Erik Pedersen
2025-04-10 13:04:51 +02:00
987 changed files with 12379 additions and 14083 deletions

View File

@@ -1086,6 +1086,13 @@ config:
cascade: []
cleanDestinationDir: false
contentDir: content
contentTypes:
text/asciidoc: {}
text/html: {}
text/markdown: {}
text/org: {}
text/pandoc: {}
text/rst: {}
copyright: ""
dataDir: data
defaultContentLanguage: en
@@ -1221,8 +1228,9 @@ config:
attribute:
block: false
title: true
autoDefinitionTermID: false
autoHeadingID: true
autoHeadingIDType: github
autoIDType: github
wrapStandAloneImageWithinParagraph: true
renderHooks:
image:
@@ -1467,6 +1475,7 @@ config:
xml:
keepWhitespace: false
module:
auth: ""
hugoVersion:
extended: false
max: ""
@@ -1864,6 +1873,8 @@ config_helpers:
_merge: none
cascade:
_merge: none
contenttypes:
_merge: none
deployment:
_merge: none
frontmatter:

12
docs/data/keywords.yaml Normal file
View File

@@ -0,0 +1,12 @@
# We use the front matter keywords field to determine related content. To
# ensure consistency, during site build we validate each keyword against the
# entries in data/keywords.yaml.
# As of March 5, 2025, this feature is experimental, pending usability
# assessment. We anticipate that the number of additions to data/keywords.yaml
# will decrease over time, though the initial implementation will require some
# effort.
- menu
- resource
- highlight

View File

@@ -6,7 +6,7 @@
#
# For example:
#
# {{< list-pages-in-section path=/functions/images filter=functions_images_no_filters filterType=exclude >}}
# {{% list-pages-in-section path=/functions/images filter=functions_images_no_filters filterType=exclude %}}
functions_fmt_logging:
- /functions/fmt/errorf