From 8c46b304a0679d4e2b6c923ed0363efdfdcf48c1 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Thu, 15 Feb 2024 10:40:34 -0800 Subject: [PATCH] Correct description of build options > render > link --- content/en/content-management/build-options.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/build-options.md b/content/en/content-management/build-options.md index 4ba0401af..e8b3354bf 100644 --- a/content/en/content-management/build-options.md +++ b/content/en/content-management/build-options.md @@ -50,7 +50,7 @@ render : Always render the page to disk. This is the default value. - `link` - : Do not render the page to disk, but include it in all page collections. + : Do not render the page to disk, but assign `Permalink` and `RelPermalink` values. - `never` : Never render the page to disk, and exclude it from all page collections.