Skip to content

Commit 69d17fc

Browse files
committed
Upgrade to Docsy 0.11.0
There isn't much new in this release relevant to us, but they do support a newer Hugo version (v0.333). Apparently Hugo keeps breaking backwards compatibility so we need to keep the Docsy version somewhat up to date.
1 parent 31879e1 commit 69d17fc

File tree

3 files changed

+5
-7
lines changed

3 files changed

+5
-7
lines changed

go.mod

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,4 @@ module github.com/tinygo-org/tinygo-site
22

33
go 1.22
44

5-
require (
6-
github.com/google/docsy v0.10.0 // indirect
7-
)
5+
require github.com/google/docsy v0.11.0 // indirect

go.sum

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2-
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
3-
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20240716171331-37eff7fa00de/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.11.0 h1:QnV40cc28QwS++kP9qINtrIv4hlASruhC/K3FqkHAmM=
3+
github.com/google/docsy v0.11.0/go.mod h1:hGGW0OjNuG5ZbH5JRtALY3yvN8ybbEP/v2iaK4bwOUI=
44
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
# "production" environment specific build settings
88
[build.environment]
99
NODE_VERSION = "20.16.0" # LTS version
10-
HUGO_VERSION = "0.129.0"
10+
HUGO_VERSION = "0.333.0"
1111
GO_VERSION = "1.22.x" # any reasonably recent version
1212

1313
# "production" environment specific build settings

0 commit comments

Comments
 (0)