From bd5223c5afceebd8004e3f9bdc036c8e1a14bde9 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Sun, 22 Aug 2021 20:05:12 +0000 Subject: [PATCH 1/2] performance tuning and hugo version upgrade --- config.toml | 2 ++ netlify.toml | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/config.toml b/config.toml index c8953f2f7d7eb..eba5852abbf43 100644 --- a/config.toml +++ b/config.toml @@ -216,6 +216,8 @@ url = "https://v1-18.docs.kubernetes.io" [params.ui] # Enable to show the side bar menu in its compact state. sidebar_menu_compact = false +# https://github.com/gohugoio/hugo/issues/8918#issuecomment-903314696 +sidebar_cache_limit = 1 # Set to true to disable breadcrumb navigation. breadcrumb_disable = false # Set to true to hide the sidebar search box (the top nav search box will still be displayed if search is enabled) diff --git a/netlify.toml b/netlify.toml index 4fa334deab47d..981d398badb89 100644 --- a/netlify.toml +++ b/netlify.toml @@ -8,7 +8,7 @@ command = "git submodule update --init --recursive --depth 1 && make non-product [build.environment] NODE_VERSION = "10.20.0" -HUGO_VERSION = "0.82.0" +HUGO_VERSION = "0.87.0" RUBY_VERSION = "3.0.1" [context.production.environment] From e01f70dab9b5a114de77eb7160ac4bc9b0cfbac3 Mon Sep 17 00:00:00 2001 From: Jim Angel Date: Sun, 22 Aug 2021 20:06:05 +0000 Subject: [PATCH 2/2] updating theme submodule --- themes/docsy | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/docsy b/themes/docsy index 0f9c38b8daae9..f6a1870918520 160000 --- a/themes/docsy +++ b/themes/docsy @@ -1 +1 @@ -Subproject commit 0f9c38b8daae932518bee269de2768395d2a2dc2 +Subproject commit f6a1870918520c83872fc07943a67a1d9d2a998c