Skip to content

Commit 2511ef4

Browse files
committed
[CI] Partial upgrade to Docsy 0.10.10
Signed-off-by: Lee Calcote <lee.calcote@layer5.io>
1 parent 8d4c581 commit 2511ef4

8 files changed

+17
-11
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ build:
3434
## Empty build cache and run docs.layer5.io on your local machine.
3535
clean:
3636
hugo --cleanDestinationDir
37-
site
37+
make site
3838

3939
.PHONY: setup build site clean site-fast check-go
4040

File renamed without changes.
File renamed without changes.

assets/scss/_styles_project.scss

+4-2
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,13 @@
1-
@import "fonts";
2-
@import "content_project";
1+
@import "fonts_project.scss";
2+
@import "content_project.scss";
33
@import "image-modal_project.scss";
44
@import "elements_project.scss";
55
@import "footer_project.scss";
66
@import "variables_project.scss";
77
@import "landing_project.scss";
88
@import "_navbar_project.scss";
9+
@import "tax_project.scss";
10+
@import "search_project.scss";
911

1012
.navbar-dark {
1113
min-height: 5rem;
File renamed without changes.

go.mod

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ module github.com/google/docsy-example
33
go 1.12
44

55
require (
6-
github.com/google/docsy v0.9.1 // indirect
6+
github.com/google/docsy v0.10.0 // indirect
77
github.com/google/docsy/dependencies v0.7.2 // indirect
88
)

go.sum

+4
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
11
github.com/FortAwesome/Font-Awesome v0.0.0-20230327165841-0698449d50f2/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
22
github.com/FortAwesome/Font-Awesome v0.0.0-20240108205627-a1232e345536/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
3+
github.com/FortAwesome/Font-Awesome v0.0.0-20240402185447-c0f460dca7f7/go.mod h1:IUgezN/MFpCDIlFezw3L8j83oeiIuYoj28Miwr/KUYo=
34
github.com/google/docsy v0.9.1 h1:+jqges1YCd+yHeuZ1BUvD8V8mEGVtPxULg5j/vaJ984=
45
github.com/google/docsy v0.9.1/go.mod h1:saOqKEUOn07Bc0orM/JdIF3VkOanHta9LU5Y53bwN2U=
6+
github.com/google/docsy v0.10.0 h1:6tMDacPwAyRWNCfvsn/9qGOZDQ8b0aRzjRZvnZPY5dg=
7+
github.com/google/docsy v0.10.0/go.mod h1:c0nIAqmRTOuJ01F85U/wJPQtc3Zj9N58Kea9bOT2AJc=
58
github.com/google/docsy/dependencies v0.7.2 h1:+t5ufoADQAj4XneFphz4A+UU0ICAxmNaRHVWtMYXPSI=
69
github.com/google/docsy/dependencies v0.7.2/go.mod h1:gihhs5gmgeO+wuoay4FwOzob+jYJVyQbNaQOh788lD4=
710
github.com/twbs/bootstrap v5.2.3+incompatible h1:lOmsJx587qfF7/gE7Vv4FxEofegyJlEACeVV+Mt7cgc=
811
github.com/twbs/bootstrap v5.2.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=
12+
github.com/twbs/bootstrap v5.3.3+incompatible/go.mod h1:fZTSrkpSf0/HkL0IIJzvVspTt1r9zuf7XlZau8kpcY0=

package-lock.json

+7-7
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)