From cb22558219517c2a04635fbf15dc78ccf1199385 Mon Sep 17 00:00:00 2001 From: Joe Mooring Date: Fri, 17 May 2024 10:22:41 -0700 Subject: [PATCH] content adapters: Note to exclude file extension when specifying page path --- content/en/content-management/content-adapters.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/en/content-management/content-adapters.md b/content/en/content-management/content-adapters.md index 02c6d3af6..4f9a486c8 100644 --- a/content/en/content-management/content-adapters.md +++ b/content/en/content-management/content-adapters.md @@ -135,7 +135,7 @@ Key|Descripion|Required `dates.publishDate`|The page publication date as a `time.Time` value.|  `kind`|The [page kind]. Default is `page`.|  `params`|A map of page parameters.|  -`path`|The page's [logical path] relative to the content adapter. Do not include a leading slash.|:heavy_check_mark: +`path`|The page's [logical path] relative to the content adapter. Do not include a leading slash or file extension.|:heavy_check_mark: `title`|The page title.|  {{% note %}}