Skip to content

Commit 057358c

Browse files
authored
Upgrade Docsy to 0.7.3-dev 2023-11-14 revision (#255)
1 parent a62efa1 commit 057358c

File tree

3 files changed

+4
-9
lines changed

3 files changed

+4
-9
lines changed

go.mod

+1-1
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.7.3-0.20231112231447-8e9cb3c722ca // indirect
5+
require github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625 // indirect

go.sum

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3-
github.com/google/docsy v0.7.3-0.20231112231447-8e9cb3c722ca h1:DUdXsNcTk8jCv6sOa/HtM9/z1tFb0KGabREkH7xuIzg=
4-
github.com/google/docsy v0.7.3-0.20231112231447-8e9cb3c722ca/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
3+
github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625 h1:XZK8jPI1Cz4BKKc9HgQnJXL3USQR1QF91Ewd+DA90T8=
4+
github.com/google/docsy v0.7.3-0.20231114182345-885fad8d3625/go.mod h1:FqTNN2T7pWEGW8dc+v5hQ5VF29W5uaL00PQ1LdVw5F8=
55
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
66
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

hugo.toml

+1-6
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,6 @@ resampleFilter = "CatmullRom"
5151
quality = 75
5252
anchor = "smart"
5353

54-
[services]
55-
[services.googleAnalytics]
56-
# Comment out the next line to disable GA tracking. Also disables the feature described in [params.ui.feedback].
57-
id = "UA-00000000-0"
58-
5954
# Language configuration
6055

6156
[languages]
@@ -218,7 +213,7 @@ enable = false
218213

219214
[module]
220215
# Uncomment the next line to build and serve using local docsy clone declared in the named Hugo workspace:
221-
# workspace = "docsy.work"
216+
# workspace = "docsy.work"
222217
[module.hugoVersion]
223218
extended = true
224219
min = "0.110.0"

0 commit comments

Comments
 (0)