Skip to content

Commit bd5223c

Browse files
committed
performance tuning and hugo version upgrade
1 parent 433480d commit bd5223c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

config.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,8 @@ url = "https://v1-18.docs.kubernetes.io"
216216
[params.ui]
217217
# Enable to show the side bar menu in its compact state.
218218
sidebar_menu_compact = false
219+
# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696
220+
sidebar_cache_limit = 1
219221
# Set to true to disable breadcrumb navigation.
220222
breadcrumb_disable = false
221223
# Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled)

netlify.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product
88

99
[build.environment]
1010
NODE_VERSION = "10.20.0"
11-
HUGO_VERSION = "0.82.0"
11+
HUGO_VERSION = "0.87.0"
1212
RUBY_VERSION = "3.0.1"
1313

1414
[context.production.environment]

0 commit comments

Comments
 (0)