ref: 30748decf10526d4df5bbf16059cdf9bf76250f9
parent: 095bf64c99f57efe083540a50e658808a0a1c32b
parent: da3c3e5fbd0de65f956618cd2e35401460a3cd02
author: Bjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
date: Fri Apr 10 05:06:04 EDT 2020
Merge commit 'da3c3e5fbd0de65f956618cd2e35401460a3cd02'
--- a/docs/content/en/content-management/build-options.md
+++ b/docs/content/en/content-management/build-options.md
@@ -30,7 +30,7 @@
#### 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 @@
: 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...).
--- a/docs/content/en/getting-started/configuration.md
+++ b/docs/content/en/getting-started/configuration.md
@@ -329,7 +329,7 @@
Content-Security-Policy = "script-src localhost:1313"
{{< /code-toggle >}}
-Since this is is "devlopment only", it may make sense to put it below the `development` environment:
+Since this is is "development only", it may make sense to put it below the `development` environment:
{{< code-toggle file="config/development/server">}}