diff --git a/organize/pages.mdx b/organize/pages.mdx index 5f50a887c..3e5d7c0d3 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, 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**.