Skip to content

Commit db553b0

Browse files
authored
fix: bump hugo theme to 0.35.0 (#4225)
1 parent b8aaeea commit db553b0

File tree

3 files changed

+5
-1
lines changed

3 files changed

+5
-1
lines changed

docs/config/_default/config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ description = "Enterprise-grade Ingress load balancing on Kubernetes platforms."
77
refLinksErrorLevel = "ERROR"
88
enableRobotsTXT = "true"
99
canonifyURLs = true
10+
pygmentsCodeFences = true
11+
pygmentsUseClasses = true
1012

1113
[caches]
1214
[caches.modules]

docs/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ module github.com/nginxinc/kubernetes-ingress/docs
22

33
go 1.19
44

5-
require github.com/nginxinc/nginx-hugo-theme v0.34.0
5+
require github.com/nginxinc/nginx-hugo-theme v0.35.0

docs/go.sum

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
github.com/nginxinc/nginx-hugo-theme v0.34.0 h1:G7LPVq7w1ls6IS4+OkTwjhFb67rLCzPdfZvW1/sn2Cw=
22
github.com/nginxinc/nginx-hugo-theme v0.34.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=
3+
github.com/nginxinc/nginx-hugo-theme v0.35.0 h1:7XB2GMy6qeJgKEJy9wOS3SYKYpfvLW3/H+UHRPLM4FU=
4+
github.com/nginxinc/nginx-hugo-theme v0.35.0/go.mod h1:DPNgSS5QYxkjH/BfH4uPDiTfODqWJ50NKZdorguom8M=

0 commit comments

Comments
 (0)