Squashed 'docs/' changes from 20d77860b..19f44e150
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 10 Apr 2020 07:06:04 +0000 (09:06 +0200)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Fri, 10 Apr 2020 07:06:04 +0000 (09:06 +0200)
19f44e150 fix typo (#1077)
b66478084 Fix build listing improvements version

git-subtree-dir: docs
git-subtree-split: 19f44e150fd7921abedbdae5561991815b98fd2d

content/en/content-management/build-options.md
content/en/getting-started/configuration.md

index 0cc72fdbed044b2e40b0dd6d8719d0ca5d33ea49..b7f7f060e4f0905a34ac270e3dbbbf055a2880dc 100644 (file)
@@ -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" >}}
 
 #### publishResources
 
index c59aab9868865f52306ad7320975df0513c6ad07..1178b0d5d1d52a9d9dcd950561296868e098f4da 100644 (file)
@@ -329,7 +329,7 @@ Referrer-Policy = "strict-origin-when-cross-origin"
 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">}}