Merged
Conversation
Generated-By: mintlify-agent
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
ethanpalm
approved these changes
Mar 21, 2026
ethanpalm
reviewed
Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Adds a new guide (
guides/custom-layouts.mdx) that explains how to build custom page layouts and landing pages using Mintlify's page modes, Tailwind CSS, and components.Changes
guides/custom-layouts.mdx— Covers choosing page modes, building hero sections, using Cards/Columns, React components, custom CSS, and a full landing page example.docs.json— Addedguides/custom-layoutsto the "Best practices" nav group (English only).guides/index.mdx— Added a link to the new guide in the Best practices section.Context
Addresses DOC-46. The custom mode documentation was previously buried in the Pages reference. This guide surfaces it as a standalone, searchable resource with "landing page" as a keyword.
Note
Low Risk
Documentation-only changes: adds a new guide and updates navigation/linking plus minor wording/theme-support clarifications; no runtime or API behavior impact.
Overview
Adds a new guide,
guides/custom-layouts.mdx, documenting how to build landing pages/custom layouts using pagemodes, Tailwind classes, components, optional React snippets, and custom CSS.Surfaces the guide in navigation by adding it to
docs.json(Guides → Best practices) and linking it fromguides/index.mdx. Also updatesorganize/pages.mdxto generalize thestyle-prop layout-shift warning and to expand the listed theme support forframeandcentermodes.Written by Cursor Bugbot for commit 405b2ed. This will update automatically on new commits. Configure here.