diff --git a/netlify.toml b/netlify.toml index b88ee5dd77..cb662e169f 100644 --- a/netlify.toml +++ b/netlify.toml @@ -1,10 +1,11 @@ [build] base = "site/" publish = "site/public/" -command = "pwd && cd themes/docsy && git submodule update -f --init && cd ../.. && hugo" +command = "pwd && cd themes/docsy && npm install && git submodule update -f --init && cd ../.. && hugo" [build.environment] -HUGO_VERSION = "0.83.1" +NODE_VERSION = "14.21.1" +HUGO_VERSION = "0.105.0" [context.production.environment] HUGO_ENV = "production" diff --git a/site/content/en/docs/benchmarks/imageBuild/benchmarkingprocess.md b/site/content/en/docs/benchmarks/imageBuild/benchmarkingprocess.md index ce21fbace2..e2c71ee3c7 100644 --- a/site/content/en/docs/benchmarks/imageBuild/benchmarkingprocess.md +++ b/site/content/en/docs/benchmarks/imageBuild/benchmarkingprocess.md @@ -2,7 +2,7 @@ title: "About the Benchmarking Process" linkTitle: "About the Benchmarking Process" weight: 1 ---- +--- ## What's the difference between the four images? In the benchmarking charts you'll see four images: Few Large Layers, Few Small Layers, Many Large Layers, and Many Small Layers diff --git a/site/themes/docsy b/site/themes/docsy index 2536303cad..f27daed900 160000 --- a/site/themes/docsy +++ b/site/themes/docsy @@ -1 +1 @@ -Subproject commit 2536303cad19991c673037f4f16332075141364a +Subproject commit f27daed90073fb74ca3afdc0250910abcfaa6bea