Skip to content

Commit a62efa1

Browse files
committed
Update to docsy version 0.7.3-dev
1 parent 278fac3 commit a62efa1

4 files changed

Lines changed: 7 additions & 19 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,10 @@ In this project, the Docsy theme component is pulled in as a Hugo module, togeth
99

1010
```console
1111
$ hugo mod graph
12-
hugo: collected modules in 566 ms
13-
hugo: collected modules in 578 ms
14-
github.com/google/docsy-example github.com/google/docsy@v0.7.2
15-
github.com/google/docsy-example github.com/google/docsy/dependencies@v0.7.2
16-
github.com/google/docsy/dependencies@v0.7.2 github.com/twbs/bootstrap@v5.2.3+incompatible
17-
github.com/google/docsy/dependencies@v0.7.2 github.com/FortAwesome/Font-Awesome@v0.0.0-20230327165841-0698449d50f2
12+
hugo: collected modules in 520 ms
13+
ithub.com/google/docsy-example github.com/google/docsy@v0.7.3-0.20231112231447-8e9cb3c722ca
14+
github.com/google/docsy@v0.7.3-0.20231112231447-8e9cb3c722ca github.com/twbs/bootstrap@v5.2.3+incompatible
15+
github.com/google/docsy@v0.7.3-0.20231112231447-8e9cb3c722ca github.com/FortAwesome/Font-Awesome@v0.0.0-20230327165841-0698449d50f2
1816
```
1917

2018
You can find detailed theme instructions in the [Docsy user guide][].

go.mod

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

33
go 1.12
44

5-
require (
6-
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
7-
github.com/google/docsy v0.7.2 // indirect
8-
github.com/google/docsy/dependencies v0.7.2 // indirect
9-
github.com/twbs/bootstrap v5.2.3+incompatible // indirect
10-
)
5+
require github.com/google/docsy v0.7.3-0.20231112231447-8e9cb3c722ca // indirect

go.sum

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +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.2 h1:KzhFgTd3taF1jq9HDemH3omlUqn9qfdE68sxRyTySpM=
4-
github.com/google/docsy v0.7.2/go.mod h1:ol3w2s1FBUzENdKSAEeNjtuaISUzHYHTw60xv5QH3Dg=
5-
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
6-
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
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=
75
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
86
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

hugo.toml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,3 @@ enable = false
225225
[[module.imports]]
226226
path = "github.com/google/docsy"
227227
disable = false
228-
[[module.imports]]
229-
path = "github.com/google/docsy/dependencies"
230-
disable = false

0 commit comments

Comments
 (0)