Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion organize/pages.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: "Pages"
title: "Page frontmatter and metadata"
description: "Configure page metadata, titles, descriptions, icons, and layout modes using YAML frontmatter properties at the top of your MDX documentation."
keywords: ["tags", "tag", "frontmatter", "metadata", "layout"]
boost: 3
Expand Down Expand Up @@ -245,7 +245,7 @@
}
```

The displayed date is determined in the following order:

Check warning on line 248 in organize/pages.mdx

View check run for this annotation

Mintlify / Mintlify Validation (mintlify) - vale-spellcheck

organize/pages.mdx#L248

In general, use active voice instead of passive voice ('is determined').

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.
Expand Down