Skip to content

Commit e29d8d0

Browse files
authored
Raise the minimum Hugo version to 0.160.1 (#478)
1 parent 891e2b7 commit e29d8d0

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

config.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# THIS IS A TEST CONFIG ONLY!
22
# FOR THE CONFIGURATION OF YOUR SITE USE hugo.yaml.
33
#
4-
# As of Docsy 0.16, Hugo 0.158.0 or later must be used.
4+
# As of Docsy 0.16, Hugo 0.160.1 or later must be used.
55
#
66
# The sole purpose of this config file is to detect Hugo-module builds that use
77
# an older version of Hugo.
@@ -12,4 +12,4 @@
1212
module:
1313
hugoVersion:
1414
extended: true
15-
min: 0.158.0
15+
min: 0.160.1

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/google/docsy-example
22

33
go 1.12
44

5-
require github.com/google/docsy/theme v0.0.0-20260717003447-4e954dc1bc41 // indirect
5+
require github.com/google/docsy/theme v0.0.0-20260717130523-6d9367e214fd // indirect

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
github.com/google/docsy/theme v0.0.0-20260717003447-4e954dc1bc41 h1:IO7YRKQFjn2KJEsSj37vSi5G0WyXWy3qQ/fcNaLiVjI=
2-
github.com/google/docsy/theme v0.0.0-20260717003447-4e954dc1bc41/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM=
1+
github.com/google/docsy/theme v0.0.0-20260717130523-6d9367e214fd h1:IPzbNEf+YSj64F/5OQJcuI6wYFdltdGUpTlm+2+TD8g=
2+
github.com/google/docsy/theme v0.0.0-20260717130523-6d9367e214fd/go.mod h1:NX/JqXCbZBn9Q2Hj7ez9Xeh9z4XcLiwmDYZXhB4RhRM=

hugo.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -245,7 +245,7 @@ module:
245245
# workspace: docsy.work
246246
hugoVersion:
247247
extended: true
248-
min: 0.158.0
248+
min: 0.160.1
249249
imports:
250250
- path: github.com/google/docsy/theme
251251
disable: false

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.15.1-dev+001-over-main-01c827ea",
3+
"version": "0.15.1-dev+002-over-main-6d9367e2",
44
"description": "Example site that uses Docsy theme for technical documentation.",
55
"repository": "github:google/docsy-example",
66
"homepage": "https://example.docsy.dev",

0 commit comments

Comments
 (0)