Skip to content

Commit 88aee8e

Browse files
authored
Begin update of Docsy theme to docsy v0.7.0 (#209)
1 parent 72ec243 commit 88aee8e

5 files changed

Lines changed: 16 additions & 11 deletions

File tree

README.md

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,10 @@ In this project, the Docsy theme component is pulled in as a Hugo module, togeth
1212
$ hugo mod graph
1313
hugo: collected modules in 566 ms
1414
hugo: collected modules in 578 ms
15-
github.com/google/docsy-example github.com/google/docsy@v0.6.0
16-
github.com/google/docsy-example github.com/google/docsy/dependencies@v0.6.0
17-
github.com/google/docsy/dependencies@v0.6.0
18-
github.com/twbs/bootstrap@v4.6.2+incompatible
19-
github.com/google/docsy/dependencies@v0.6.0
20-
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4
15+
github.com/google/docsy-example github.com/google/docsy@v0.7.0
16+
github.com/google/docsy-example github.com/google/docsy/dependencies@v0.7.0
17+
github.com/google/docsy/dependencies@v0.7.0 github.com/twbs/bootstrap@v5.2.3+incompatible
18+
github.com/google/docsy/dependencies@v0.7.0 github.com/FortAwesome/Font-Awesome@v0.0.0-20230327165841-0698449d50f2
2119
```
2220

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

go.mod

Lines changed: 3 additions & 3 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-20221115183454-96cafbd73ec4 // indirect
7-
github.com/google/docsy v0.6.0 // indirect
8-
github.com/twbs/bootstrap v4.6.2+incompatible // indirect
6+
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 // indirect
7+
github.com/google/docsy v0.7.0 // indirect
8+
github.com/twbs/bootstrap v5.2.3+incompatible // indirect
99
)

go.sum

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,18 @@ github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f h1:bvkUpt
22
github.com/FortAwesome/Font-Awesome v0.0.0-20220831210243-d3a7818c253f/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
33
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4 h1:xfr9SidRCMEh4A8fdkLhFPcHAVbrdv3Ua0Jp/nSmhhQ=
44
github.com/FortAwesome/Font-Awesome v0.0.0-20221115183454-96cafbd73ec4/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
5+
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2 h1:Uv1z5EqCfmiK4IHUwT0m3h/u/WCk+kpRfxvAZhpC7Gc=
6+
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
57
github.com/google/docsy v0.5.1 h1:D/ZdFKiE29xM/gwPwQzmkyXhcbQGkReRS6aGrF7lnYk=
68
github.com/google/docsy v0.5.1/go.mod h1:maoUAQU5H/d+FrZIB4xg1EVWAx7RyFMGSDJyWghm31E=
79
github.com/google/docsy v0.6.0 h1:43bVF18t2JihAamelQjjGzx1vO2ljCilVrBgetCA8oI=
810
github.com/google/docsy v0.6.0/go.mod h1:VKKLqD8PQ7AglJc98yBorATfW7GrNVsn0kGXVYF6G+M=
11+
github.com/google/docsy v0.7.0 h1:JaeZ0/KufX/BJ3SyATb/fmZa1DFI7o5d9KU+i6+lLJY=
12+
github.com/google/docsy v0.7.0/go.mod h1:5WhIFchr5BfH6agjcInhpLRz7U7map0bcmKSpcrg6BE=
913
github.com/google/docsy/dependencies v0.5.1/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
1014
github.com/google/docsy/dependencies v0.6.0/go.mod h1:EDGc2znMbGUw0RW5kWwy2oGgLt0iVXBmoq4UOqstuNE=
15+
github.com/google/docsy/dependencies v0.7.0/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
1116
github.com/twbs/bootstrap v4.6.2+incompatible h1:TDa+R51BTiy1wEHSYjmqDb8LxNl/zaEjAOpRE9Hwh/o=
1217
github.com/twbs/bootstrap v4.6.2+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
18+
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
19+
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ command = "npm run build:preview"
66
publish = "public"
77

88
[build.environment]
9-
GO_VERSION = "1.20.4"
9+
GO_VERSION = "1.20.5"
1010

1111
[context.production]
1212
command = "npm run build:production"

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
"update:pkg:hugo": "npm install --save-dev --save-exact hugo-extended@latest"
3131
},
3232
"devDependencies": {
33-
"autoprefixer": "^10.4.0",
33+
"autoprefixer": "^10.4.14",
3434
"hugo-extended": "0.113.0",
3535
"postcss-cli": "^10.1.0"
3636
}

0 commit comments

Comments
 (0)