From 64e507799469e894b00464aa75537ebe0294c0c6 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 00:44:56 +0000 Subject: [PATCH 1/2] docs: use active voice for last modified timestamp precedence --- organize/pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/pages.mdx b/organize/pages.mdx index 64a7c4cfa..026124e2c 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 picks 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. From 2162d56268862a05ec5f509a8078cf659ee87a73 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Fri, 14 Aug 2026 09:38:12 -0700 Subject: [PATCH 2/2] Update organize/pages.mdx --- organize/pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/pages.mdx b/organize/pages.mdx index 026124e2c..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 } ``` -Mintlify picks the displayed date 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.