content adapters: Note to exclude file extension when specifying page path

This commit is contained in:
Joe Mooring
2024-05-17 10:22:41 -07:00
committed by GitHub
parent 2d5a1690f8
commit cb22558219
@@ -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 %}}