Skip to content

Commit 701cada

Browse files
authored
Bump to latest docsy theme so that we eventually can use latest hugo version 0.146 (#355)
1 parent 79e65bc commit 701cada

4 files changed

Lines changed: 11 additions & 11 deletions

File tree

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 v0.11.0
5+
require github.com/google/docsy v0.11.1-0.20250424121410-343cdec14c0a

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
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=
4-
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
1+
github.com/FortAwesome/Font-Awesome v0.0.0-20241216213156-af620534bfc3/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
2+
github.com/google/docsy v0.11.1-0.20250424121410-343cdec14c0a h1:yBtSn/NdYPZ2ScEyNbqCruLleEh+r6OS4kKCU2HYyEU=
3+
github.com/google/docsy v0.11.1-0.20250424121410-343cdec14c0a/go.mod h1:jafNHER7YZwS1P24oXqemNBfGLXbGmcXX0HTQIip/N4=
4+
github.com/twbs/bootstrap v5.3.5+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{{ template "_default/_markup/td-render-heading.html" . }}
1+
{{ partial "td/render-heading.html" . }}

package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "docsy-example-site",
3-
"version": "0.10.0",
4-
"version.next": "0.10.1-dev.0-unreleased",
3+
"version": "0.11.1-dev-unreleased",
4+
"version.next": "0.12.0-dev-unreleased",
55
"description": "Example site that uses Docsy theme for technical documentation.",
66
"repository": "github:google/docsy-example",
77
"homepage": "https://example.docsy.dev",
@@ -35,14 +35,14 @@
3535
"update:pkgs": "npx npm-check-updates -u"
3636
},
3737
"devDependencies": {
38-
"autoprefixer": "^10.4.20",
38+
"autoprefixer": "^10.4.21",
3939
"cross-env": "^7.0.3",
4040
"hugo-extended": "0.145.0",
41-
"postcss-cli": "^11.0.0",
41+
"postcss-cli": "^11.0.1",
4242
"rtlcss": "^4.3.0"
4343
},
4444
"optionalDependencies": {
45-
"npm-check-updates": "^18.0.0"
45+
"npm-check-updates": "^18.0.1"
4646
},
4747
"private": true,
4848
"prettier": {

0 commit comments

Comments
 (0)