You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Narrow the PDF exports authentication caveat so it only applies to full-site exports, since authenticated end users can now download individual pages as PDFs via the contextual menu's download-pdf option.
Changes
Reword the authentication caveat on optimize/pdf-exports.mdx to clarify that only full-site PDF export is unsupported on auth-gated sites, while per-page downloads work for logged-in users.
Update the adjacent contextual-menu <Tip> to call out that download-pdf works on both public and authenticated docs sites.
Mirror the same wording updates in the fr/, es/, and zh/ translations.
Context
Per-page PDF export now supports authentication end-to-end:
mintlify/server#5758 — server-side auth cookie forwarding through CloudConvert for the single-page PDF route.
mintlify/mint#8193 — client-side auth metadata lookup fix for /_pdf/* routes and routing generate-single-pdf through the end-user API on auth-enabled sites.
Note
Low Risk
Documentation-only wording changes with no runtime, security, or data-handling impact.
Overview
Updates PDF exports docs so the authentication limitation applies only to full-site exports, not per-page downloads.
The caveat now states that authenticated users can still download individual pages as PDFs. The contextual-menu <Tip> for download-pdf is expanded to note that per-page PDF works on public and authenticated docs sites. The same wording is mirrored in es/, fr/, and zh/; Chinese also adds the missing <Tip> block.
Reviewed by Cursor Bugbot for commit ca4ef9a. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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
Narrow the PDF exports authentication caveat so it only applies to full-site exports, since authenticated end users can now download individual pages as PDFs via the contextual menu's
download-pdfoption.Changes
optimize/pdf-exports.mdxto clarify that only full-site PDF export is unsupported on auth-gated sites, while per-page downloads work for logged-in users.<Tip>to call out thatdownload-pdfworks on both public and authenticated docs sites.fr/,es/, andzh/translations.Context
Per-page PDF export now supports authentication end-to-end:
/_pdf/*routes and routinggenerate-single-pdfthrough the end-user API on auth-enabled sites.Note
Low Risk
Documentation-only wording changes with no runtime, security, or data-handling impact.
Overview
Updates PDF exports docs so the authentication limitation applies only to full-site exports, not per-page downloads.
The caveat now states that authenticated users can still download individual pages as PDFs. The contextual-menu
<Tip>fordownload-pdfis expanded to note that per-page PDF works on public and authenticated docs sites. The same wording is mirrored ines/,fr/, andzh/; Chinese also adds the missing<Tip>block.Reviewed by Cursor Bugbot for commit ca4ef9a. Bugbot is set up for automated code reviews on this repo. Configure here.