summaryrefslogtreecommitdiffstats
path: root/docs/content/en/content-management/build-options.md
diff options
context:
space:
mode:
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-04-10 09:06:04 +0200
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>2020-04-10 09:06:04 +0200
commit30748decf10526d4df5bbf16059cdf9bf76250f9 (patch)
treea005bdc2a947dce6444bdbf62620811465c1a8a6 /docs/content/en/content-management/build-options.md
parent095bf64c99f57efe083540a50e658808a0a1c32b (diff)
parentda3c3e5fbd0de65f956618cd2e35401460a3cd02 (diff)
Diffstat (limited to 'docs/content/en/content-management/build-options.md')
-rw-r--r--docs/content/en/content-management/build-options.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/content-management/build-options.md b/docs/content/en/content-management/build-options.md
index 58edf736e..028a15c9b 100644
--- a/docs/content/en/content-management/build-options.md
+++ b/docs/content/en/content-management/build-options.md
@@ -30,7 +30,7 @@ If true, the page will be treated as a published page, holding its dedicated out
#### list
-Note that we extended this property from a boolean to an enum in Hugo 0.58.0.
+Note that we extended this property from a boolean to an enum in Hugo 0.68.0.
Valid values are:
@@ -41,7 +41,7 @@ always (default)
: The page will be included in all page collections, e.g. `site.RegularPages`, `$page.Pages`.
local
-: The page will be included in any _local_ page collection, e.g. `$page.RegularPages`, `$page.Pages`. One use case for this would be to create fully navigable, but headless content sections. {{< new-in "0.58.0" >}}
+: The page will be included in any _local_ page collection, e.g. `$page.RegularPages`, `$page.Pages`. One use case for this would be to create fully navigable, but headless content sections. {{< new-in "0.68.0" >}}
If true, the page will be treated as part of the project's collections and, when appropriate, returned by Hugo's listing methods (`.Pages`, `.RegularPages` etc...).