Skip to content

Commit 02e4665

Browse files
authored
Update docsy theme to docsy v0.6.0 (#192)
1 parent 17070b5 commit 02e4665

File tree

3 files changed

+13
-6
lines changed

3 files changed

+13
-6
lines changed

README.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,12 @@ In this project, the Docsy theme component is pulled in as a Hugo module, togeth
1111
$ hugo mod graph
1212
hugo: collected modules in 566 ms
1313
hugo: collected modules in 578 ms
14-
github.com/google/docsy-example github.com/google/[email protected]
15-
github.com/google/docsy-example github.com/google/docsy/[email protected]
16-
github.com/google/docsy/[email protected] github.com/twbs/[email protected]+incompatible
17-
github.com/google/docsy/[email protected] github.com/FortAwesome/[email protected]
14+
github.com/google/docsy-example github.com/google/[email protected]
15+
github.com/google/docsy-example github.com/google/docsy/[email protected]
16+
github.com/google/docsy/[email protected]
17+
github.com/twbs/[email protected]+incompatible
18+
github.com/google/docsy/[email protected]
19+
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4
1820
```
1921

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

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ module github.com/google/docsy-example
33
go 1.12
44

55
require (
6-
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f // indirect
7-
github.com/google/docsy v0.5.1 // indirect
6+
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4 // indirect
7+
github.com/google/docsy v0.6.0 // indirect
88
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
99
)

go.sum

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f h1:bvkUptSRPZBr3Kxuk+bnWCEmQ5MtEJX5fjezyV0bC3g=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4 h1:xfr9SidRCMEh4A8fdkLhFPcHAVbrdv3Ua0Jp/nSmhhQ=
4+
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
35
github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk=
46
github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E=
7+
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
8+
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
59
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
10+
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
611
github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o=
712
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

0 commit comments

Comments
 (0)