Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions config.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# THIS IS A TEST CONFIG ONLY!
# FOR THE CONFIGURATION OF YOUR SITE USE hugo.yaml.
#
# As of Docsy 0.7.0, Hugo 0.110.0 or later must be used.
# As of Docsy 0.7.0, Hugo 0.112.0 or later must be used.
#
# The sole purpose of this config file is to detect Hugo-module builds that use
# an older version of Hugo.
Expand All @@ -12,4 +12,4 @@
module:
hugoVersion:
extended: true
min: 0.110.0
min: 0.112.0
4 changes: 2 additions & 2 deletions hugo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ id = "G-HX135VWX9B"

[languages]
[languages.en]
languageName = "English"
label = "English"
Comment thread
nafisa404 marked this conversation as resolved.
# Weight used for sorting.
weight = 1
direction = "ltr"
Expand Down Expand Up @@ -328,7 +328,7 @@ enable = false
# replacements = "github.com/google/docsy -> ../../docsy"
[module.hugoVersion]
extended = true
min = "0.110.0"
min = "0.112.0"
[[module.imports]]
path = "github.com/google/docsy"
disable = false
Expand Down
Loading