diff --git a/organize/pages.mdx b/organize/pages.mdx index 64a7c4cfa..2191144c4 100644 --- a/organize/pages.mdx +++ b/organize/pages.mdx @@ -245,7 +245,7 @@ Show a "Last modified on [date]" timestamp on all pages by enabling `metadata.ti } ``` -The displayed date is determined in the following order: +Mintlify determines the displayed date in the following order: 1. The `lastUpdatedDate` frontmatter field, if set on the page. 2. For deployments backed by GitHub or GitLab, the date of the last Git commit that modified the page's source file.