diff --git a/config.yaml b/config.yaml index 9070e384f0..b4ebea37d2 100644 --- a/config.yaml +++ b/config.yaml @@ -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. @@ -12,4 +12,4 @@ module: hugoVersion: extended: true - min: 0.110.0 + min: 0.112.0 diff --git a/hugo.toml b/hugo.toml index 6eb6b80933..92dd73ab59 100644 --- a/hugo.toml +++ b/hugo.toml @@ -64,7 +64,7 @@ id = "G-HX135VWX9B" [languages] [languages.en] -languageName = "English" +label = "English" # Weight used for sorting. weight = 1 direction = "ltr" @@ -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