From b6236c49486b84e861f85e640d8c827f3bf38b94 Mon Sep 17 00:00:00 2001 From: "mintlify-development[bot]" <109878554+mintlify-development[bot]@users.noreply.github.com> Date: Wed, 11 Mar 2026 18:20:14 +0000 Subject: [PATCH 1/2] docs: document auto-generated title fallback for .md files Generated-By: mintlify-agent --- organize/pages.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/organize/pages.mdx b/organize/pages.mdx index 5f50a887c..7ec6f29df 100644 --- a/organize/pages.mdx +++ b/organize/pages.mdx @@ -18,8 +18,10 @@ Use frontmatter to control: - SEO meta tags - Custom metadata - + The title of your page that appears in navigation and browser tabs. + + If omitted, the title is auto-generated from the file path. The last segment of the path becomes the title, with dashes and underscores replaced by spaces and the first letter capitalized. For example, `getting-started.md` becomes "Getting started". From 10e1d824ed9ca1c777fb3a8c102292cf4c9fbf3a Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Wed, 11 Mar 2026 11:31:25 -0700 Subject: [PATCH 2/2] Apply suggestion from @ethanpalm --- organize/pages.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/organize/pages.mdx b/organize/pages.mdx index 7ec6f29df..3e5d7c0d3 100644 --- a/organize/pages.mdx +++ b/organize/pages.mdx @@ -21,7 +21,7 @@ Use frontmatter to control: The title of your page that appears in navigation and browser tabs. - If omitted, the title is auto-generated from the file path. The last segment of the path becomes the title, with dashes and underscores replaced by spaces and the first letter capitalized. For example, `getting-started.md` becomes "Getting started". + If omitted, Mintlify generates a title from the file path. The last segment of the path becomes the title, with dashes and underscores replaced by spaces and the first letter capitalized. For example, `guides/getting-started.md` becomes **Getting started**.