From 887f6fb976a65e4145c34fa2812999f442429f73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Erik=20Pedersen?= Date: Wed, 19 Jul 2023 09:25:51 +0200 Subject: [PATCH] config: Remove disableLiveReload That is now a flag only. See https://github.com/gohugoio/hugo/issues/11259 --- content/en/getting-started/configuration.md | 6 ------ 1 file changed, 6 deletions(-) diff --git a/content/en/getting-started/configuration.md b/content/en/getting-started/configuration.md index 174f06da9..0ebdce93b 100644 --- a/content/en/getting-started/configuration.md +++ b/content/en/getting-started/configuration.md @@ -225,12 +225,6 @@ Hugo will, by default, inject a generator meta tag in the HTML head on the _home Enable disabling of all pages of the specified *Kinds*. Allowed values in this list: `"page"`, `"home"`, `"section"`, `"taxonomy"`, `"term"`, `"RSS"`, `"sitemap"`, `"robotsTXT"`, `"404"`. -### disableLiveReload - -**Default value:** false - -Disable automatic live reloading of browser window. - ### disablePathToLower **Default value:** false