From 0752474b54ca1403ef8345467bf4ea435454fe32 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:01:52 -0700 Subject: [PATCH 1/3] add hidden page on PDF exports --- pdf-exports.mdx | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 pdf-exports.mdx diff --git a/pdf-exports.mdx b/pdf-exports.mdx new file mode 100644 index 000000000..e2ca68329 --- /dev/null +++ b/pdf-exports.mdx @@ -0,0 +1,22 @@ +--- +title: "PDF exports" +description: "Export your docs as a single PDF file" +--- + + +PDF exports are available on [Custom plans](https://mintlify.com/pricing). + + +You can export your docs as a single PDF file for offline viewing. The PDF will contain all the content in the docs, including images and links, and a navigable table of contents. + +## Exporting a PDF + +1. Navigate to the [General](https://dashboard.mintlify.com/settings/deployment/general) page in the Project Settings section of your dashboard. +2. Select the **Export all content** button. +3. Optionally, customize the export options: + - **Page format**: Choose the page size of the PDF. + - **Scale percentage**: Adjust the scale of the PDF. + - **Include footer**: Include a footer with the page number and total pages. +4. Select **Export** to start the export process. +5. Once the export is complete, you will receive an email with a download link. +6. Click the download link to download the PDF file. From e3aefda0c4b4d008d31db7a6b817a87894e2fa5f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:15:08 -0700 Subject: [PATCH 2/3] enable indexing --- docs.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs.json b/docs.json index a137f89a6..4a2bad826 100644 --- a/docs.json +++ b/docs.json @@ -508,6 +508,9 @@ "destination": "api-reference/assistant/*" } ], + "seo": { + "indexing": "all" + }, "integrations": { "ga4": { "measurementId": "G-RCYWHL7EQ7" From ab6c69b478f927169cd1ec331568ed0d7a29ba24 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 2 Sep 2025 15:21:42 -0700 Subject: [PATCH 3/3] Revert "enable indexing" This reverts commit e3aefda0c4b4d008d31db7a6b817a87894e2fa5f. --- docs.json | 3 --- 1 file changed, 3 deletions(-) diff --git a/docs.json b/docs.json index 4a2bad826..a137f89a6 100644 --- a/docs.json +++ b/docs.json @@ -508,9 +508,6 @@ "destination": "api-reference/assistant/*" } ], - "seo": { - "indexing": "all" - }, "integrations": { "ga4": { "measurementId": "G-RCYWHL7EQ7"