Update from code changes: document related pages add-on#6510
Open
mintlify[bot] wants to merge 6 commits into
Open
Update from code changes: document related pages add-on#6510mintlify[bot] wants to merge 6 commits into
mintlify[bot] wants to merge 6 commits into
Conversation
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
ethanpalm
reviewed
Jul 10, 2026
Co-authored-by: Ethan Palm <56270045+ethanpalm@users.noreply.github.com>
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
Documents the Related pages add-on that shows a Related topics section at the bottom of each page. Covers dashboard configuration (Automatic vs. Manual mode, limit), the
relatedfrontmatter field for per-page overrides, and behavior on authenticated deployments. Adds a new page under Organize and updates the pages frontmatter reference.See https://github.com/mintlify/mint/pull/9038.
Changes
organize/related-pages.mdxwith modes, configuration, and frontmatter examples.relatedfrontmatter field inorganize/pages.mdx.Note
Low Risk
Documentation and navigation config only; no product code, auth, or data-handling changes.
Overview
Documents the Related topics deployment add-on and wires it into the Organize nav in English plus
es,fr, andzh.Adds
organize/related-pages.mdx(and localized copies) covering dashboard enablement, Automatic vs Manual modes, display limits (default 5, max 10), and how automatic suggestions use the search index. It also documents per-page control via therelatedfrontmatter field (internal paths, external URLs,Title: linklabels, orrelated: falseto hide the section).Updates
organize/pages.mdxin each locale with arelatedResponseField that points to the new guide and notes the add-on requirement.Calls out that automatic suggestions are disabled on end-user authenticated deployments so curated
relatedlinks should be used instead.Reviewed by Cursor Bugbot for commit 7d6846e. Bugbot is set up for automated code reviews on this repo. Configure here.