From 2bc07c62a95c032f1da72888761d95fe5b7f3757 Mon Sep 17 00:00:00 2001 From: "mintlify[bot]" <109931778+mintlify[bot]@users.noreply.github.com> Date: Mon, 6 Jul 2026 23:45:57 +0000 Subject: [PATCH 1/6] docs: document page selection option for PDF exports --- es/optimize/pdf-exports.mdx | 1 + fr/optimize/pdf-exports.mdx | 1 + optimize/pdf-exports.mdx | 1 + zh/optimize/pdf-exports.mdx | 2 ++ 4 files changed, 5 insertions(+) diff --git a/es/optimize/pdf-exports.mdx b/es/optimize/pdf-exports.mdx index 45f72f20dd..c54a428dff 100644 --- a/es/optimize/pdf-exports.mdx +++ b/es/optimize/pdf-exports.mdx @@ -36,6 +36,7 @@ Las exportaciones en PDF de todo el sitio son compatibles con sitios de document * **Scale percentage**: Ajusta la escala del PDF. * **Include footer**: Incluye un pie de página con el número de página y el total de páginas. * **Language**: Si tu contenido está disponible en varios idiomas, elige el idioma que quieres exportar. + * **Pages**: Selecciona las páginas específicas que quieres incluir en el PDF. Deja todas las páginas seleccionadas para exportar todo el sitio, o deselecciona páginas y grupos para exportar un subconjunto. Los grupos vacíos se omiten del índice. 4. Selecciona **Export** para iniciar el proceso de exportación. 5. Una vez que se complete la exportación, recibes un correo electrónico con un enlace de descarga. 6. Haz clic en el enlace para descargar el archivo PDF. diff --git a/fr/optimize/pdf-exports.mdx b/fr/optimize/pdf-exports.mdx index 90c3fe7059..0161a80c7a 100644 --- a/fr/optimize/pdf-exports.mdx +++ b/fr/optimize/pdf-exports.mdx @@ -36,6 +36,7 @@ Les exportations PDF de l’intégralité du site sont prises en charge pour les * **Scale percentage** : ajustez l’échelle du PDF. * **Include footer** : inclure un pied de page avec le numéro de page et le nombre total de pages. * **Language** : si votre contenu est disponible en plusieurs langues, choisissez la langue à exporter. + * **Pages** : sélectionnez les pages spécifiques à inclure dans le PDF. Laissez toutes les pages sélectionnées pour exporter l’ensemble du site, ou désélectionnez des pages et des groupes pour n’exporter qu’un sous-ensemble. Les groupes vides sont omis de la table des matières. 4. Cliquez sur **Export** pour lancer l’export. 5. Une fois l’export terminé, vous recevez un e‑mail avec un lien de téléchargement. 6. Cliquez sur le lien pour télécharger le fichier PDF. diff --git a/optimize/pdf-exports.mdx b/optimize/pdf-exports.mdx index 94d2dd9de3..a4711d64c6 100644 --- a/optimize/pdf-exports.mdx +++ b/optimize/pdf-exports.mdx @@ -34,6 +34,7 @@ Full-site PDF exports include all pages regardless of group restrictions, so any - **Scale percentage**: Adjust the scale of the PDF. - **Include footer**: Include a footer with the page number and total pages. - **Language**: If your content is available in multiple languages, choose which language to export. + - **Pages**: Select the specific pages to include in the PDF. Leave all pages selected to export the entire site, or deselect pages and groups to export a subset. Empty groups are omitted from the table of contents. 4. Click **Export** to start the export process. 5. Once the export is complete, you receive an email with a download link. 6. Click the download link to download the PDF file. diff --git a/zh/optimize/pdf-exports.mdx b/zh/optimize/pdf-exports.mdx index 7a28e8549a..01b2219e52 100644 --- a/zh/optimize/pdf-exports.mdx +++ b/zh/optimize/pdf-exports.mdx @@ -36,6 +36,8 @@ export const DownloadPDFButton = () => { * **Page format**:选择 PDF 的页面大小。 * **Scale percentage**:调整 PDF 的缩放比例。 * **Include footer**:在页脚中包含当前页码与总页数。 + * **Language**:如果你的内容支持多种语言,选择要导出的语言。 + * **Pages**:选择要包含在 PDF 中的具体页面。保持所有页面选中即可导出整个站点,或取消选择部分页面和分组以仅导出子集。空分组不会出现在目录中。 4. 点击 **Export** 开始导出。 5. 导出完成后,您将收到一封包含下载链接的电子邮件。 6. 点击该链接下载 PDF 文件。 From bab9b6cf810c07dd03aedf6177fc914b2bec2a5f Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:01:27 -0700 Subject: [PATCH 2/6] update exports link --- optimize/pdf-exports.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/optimize/pdf-exports.mdx b/optimize/pdf-exports.mdx index a4711d64c6..1ab199c890 100644 --- a/optimize/pdf-exports.mdx +++ b/optimize/pdf-exports.mdx @@ -27,7 +27,7 @@ Full-site PDF exports include all pages regardless of group restrictions, so any ## Export a PDF -1. Navigate to the [General](https://app.mintlify.com/settings/deployment/general) page in the Project Settings section of your dashboard. +1. Navigate to the [Exports](https://app.mintlify.com/settings/deployment/export-docs) page in your dashboard. 2. Click the **Export all content** button. 3. Optionally, customize the export options: - **Page format**: Choose the page size of the PDF. From a62498ccc368a41b80c5fbac09addcb8c80684a4 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:07:28 -0700 Subject: [PATCH 3/6] add second procedure --- optimize/pdf-exports.mdx | 25 +++++++++++++++++-------- 1 file changed, 17 insertions(+), 8 deletions(-) diff --git a/optimize/pdf-exports.mdx b/optimize/pdf-exports.mdx index 1ab199c890..76cb4ddb68 100644 --- a/optimize/pdf-exports.mdx +++ b/optimize/pdf-exports.mdx @@ -25,20 +25,29 @@ Full-site PDF exports include all pages regardless of group restrictions, so any To let users download individual pages as PDFs, use the [contextual menu's](/ai/contextual-menu) `download-pdf` option. -## Export a PDF +## Export all content 1. Navigate to the [Exports](https://app.mintlify.com/settings/deployment/export-docs) page in your dashboard. -2. Click the **Export all content** button. +2. Click **Export all content**. 3. Optionally, customize the export options: - **Page format**: Choose the page size of the PDF. - - **Scale percentage**: Adjust the scale of the PDF. + - **Scale percent**: Adjust the scale of the PDF. - **Include footer**: Include a footer with the page number and total pages. - **Language**: If your content is available in multiple languages, choose which language to export. - - **Pages**: Select the specific pages to include in the PDF. Leave all pages selected to export the entire site, or deselect pages and groups to export a subset. Empty groups are omitted from the table of contents. -4. Click **Export** to start the export process. -5. Once the export is complete, you receive an email with a download link. -6. Click the download link to download the PDF file. - +4. Click **Export**. +5. When the export completes, Mintlify sends you an email with a link to download the PDF file. +## Export select pages + +1. Navigate to the [Exports](https://app.mintlify.com/settings/deployment/export-docs) page in your dashboard. +2. Click **New export**. +3. Select the pages you want to export. +4. Optionally, customize the export options: + - **Page format**: Choose the page size of the PDF. + - **Scale percent**: Adjust the scale of the PDF. + - **Include footer**: Include a footer with the page number and total pages. + - **Language**: If your content is available in multiple languages, choose which language to export. +5. Click **Export**. +6. When the export completes, Mintlify sends you an email with a link to download the PDF file. From 5bec1b8ee483b5b83e4c72e153f90e180f4a70fc Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:11:10 -0700 Subject: [PATCH 4/6] spanish --- es/optimize/pdf-exports.mdx | 45 ++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/es/optimize/pdf-exports.mdx b/es/optimize/pdf-exports.mdx index c54a428dff..2d5e8e3943 100644 --- a/es/optimize/pdf-exports.mdx +++ b/es/optimize/pdf-exports.mdx @@ -19,26 +19,39 @@ export const DownloadPDFButton = () => { Puedes exportar tu documentación como un único archivo PDF para verla sin conexión. El PDF incluye todo el contenido de la documentación, incluidas las imágenes y los enlaces, y un índice navegable. -Las exportaciones en PDF de todo el sitio son compatibles con sitios de documentación que requieren autenticación. La exportación incluye todas las páginas de tu documentación independientemente de las restricciones de grupo, por lo que cualquier persona con acceso al PDF exportado podrá leer contenido que, de otro modo, podría estar restringido a grupos de usuarios. +Las exportaciones en PDF de todo el sitio incluyen todas las páginas independientemente de las restricciones de grupo, por lo que cualquier persona con acceso al PDF exportado puede leer contenido que, de otro modo, podría estar restringido a grupos de usuarios. - Para permitir que los usuarios descarguen páginas individuales como PDF, usa la opción `download-pdf` del [menú contextual](/es/ai/contextual-menu). La descarga de páginas individuales como PDF funciona tanto en sitios públicos como en sitios de documentación con autenticación. + Para permitir que los usuarios descarguen páginas individuales como PDF, usa la opción `download-pdf` del [menú contextual](/es/ai/contextual-menu). -
- ## Exportar un PDF +
+ ## Exportar todo el contenido
-1. Ve a la página [General](https://dashboard.mintlify.com/settings/deployment/general) en la sección Project Settings de tu dashboard. -2. Selecciona el botón **Export all content**. +1. Ve a la página [Exports](https://app.mintlify.com/settings/deployment/export-docs) en tu dashboard. +2. Selecciona **Export all content**. 3. Opcionalmente, personaliza las opciones de exportación: - * **Page format**: Elige el tamaño de página del PDF. - * **Scale percentage**: Ajusta la escala del PDF. - * **Include footer**: Incluye un pie de página con el número de página y el total de páginas. - * **Language**: Si tu contenido está disponible en varios idiomas, elige el idioma que quieres exportar. - * **Pages**: Selecciona las páginas específicas que quieres incluir en el PDF. Deja todas las páginas seleccionadas para exportar todo el sitio, o deselecciona páginas y grupos para exportar un subconjunto. Los grupos vacíos se omiten del índice. -4. Selecciona **Export** para iniciar el proceso de exportación. -5. Una vez que se complete la exportación, recibes un correo electrónico con un enlace de descarga. -6. Haz clic en el enlace para descargar el archivo PDF. - - \ No newline at end of file + - **Page format**: Elige el tamaño de página del PDF. + - **Scale percent**: Ajusta la escala del PDF. + - **Include footer**: Incluye un pie de página con el número de página y el total de páginas. + - **Language**: Si tu contenido está disponible en varios idiomas, elige el idioma que quieres exportar. +4. Selecciona **Export**. +5. Cuando se complete la exportación, Mintlify te envía un correo electrónico con un enlace para descargar el archivo PDF. + + + +
+ ## Exportar páginas específicas +
+ +1. Ve a la página [Exports](https://app.mintlify.com/settings/deployment/export-docs) en tu dashboard. +2. Selecciona **New export**. +3. Selecciona las páginas que quieres exportar. +4. Opcionalmente, personaliza las opciones de exportación: + - **Page format**: Elige el tamaño de página del PDF. + - **Scale percent**: Ajusta la escala del PDF. + - **Include footer**: Incluye un pie de página con el número de página y el total de páginas. + - **Language**: Si tu contenido está disponible en varios idiomas, elige el idioma que quieres exportar. +5. Selecciona **Export**. +6. Cuando se complete la exportación, Mintlify te envía un correo electrónico con un enlace para descargar el archivo PDF. From b1b84a78e5edfcd0401999e2b807212992aea597 Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:11:24 -0700 Subject: [PATCH 5/6] french --- fr/optimize/pdf-exports.mdx | 45 ++++++++++++++++++++++++------------- 1 file changed, 29 insertions(+), 16 deletions(-) diff --git a/fr/optimize/pdf-exports.mdx b/fr/optimize/pdf-exports.mdx index 0161a80c7a..77de9dc3c9 100644 --- a/fr/optimize/pdf-exports.mdx +++ b/fr/optimize/pdf-exports.mdx @@ -19,26 +19,39 @@ export const DownloadPDFButton = () => { Vous pouvez exporter l’ensemble de votre documentation en un seul fichier PDF pour une consultation hors ligne. Le PDF contient tout le contenu de la doc, y compris les images et les liens, ainsi qu’une table des matières navigable. -Les exportations PDF de l’intégralité du site sont prises en charge pour les sites de documentation qui utilisent l’authentification. L’exportation inclut toutes les pages de votre documentation, quelles que soient les restrictions de groupe, de sorte que toute personne ayant accès au PDF exporté peut lire du contenu qui pourrait autrement être soumis à des restrictions par groupe d’utilisateurs. +Les exportations PDF de l’intégralité du site incluent toutes les pages, quelles que soient les restrictions de groupe, de sorte que toute personne ayant accès au PDF exporté peut lire du contenu qui pourrait autrement être soumis à des restrictions par groupe d’utilisateurs. - Pour permettre aux utilisateurs de télécharger des pages individuelles au format PDF, utilisez l'option `download-pdf` du [menu contextuel](/fr/ai/contextual-menu). Le téléchargement PDF page par page fonctionne aussi bien sur les sites de documentation publics qu’authentifiés. + Pour permettre aux utilisateurs de télécharger des pages individuelles au format PDF, utilisez l'option `download-pdf` du [menu contextuel](/fr/ai/contextual-menu). -
- ## Exporter un PDF +
+ ## Exporter tout le contenu
-1. Accédez à la page [General](https://dashboard.mintlify.com/settings/deployment/general) dans la section Project Settings de votre Dashboard. -2. Cliquez sur le bouton **Export all content**. +1. Accédez à la page [Exports](https://app.mintlify.com/settings/deployment/export-docs) de votre Dashboard. +2. Cliquez sur **Export all content**. 3. Si besoin, personnalisez les options d’export : - * **Page format** : choisissez la taille de page du PDF. - * **Scale percentage** : ajustez l’échelle du PDF. - * **Include footer** : inclure un pied de page avec le numéro de page et le nombre total de pages. - * **Language** : si votre contenu est disponible en plusieurs langues, choisissez la langue à exporter. - * **Pages** : sélectionnez les pages spécifiques à inclure dans le PDF. Laissez toutes les pages sélectionnées pour exporter l’ensemble du site, ou désélectionnez des pages et des groupes pour n’exporter qu’un sous-ensemble. Les groupes vides sont omis de la table des matières. -4. Cliquez sur **Export** pour lancer l’export. -5. Une fois l’export terminé, vous recevez un e‑mail avec un lien de téléchargement. -6. Cliquez sur le lien pour télécharger le fichier PDF. - - \ No newline at end of file + - **Page format** : choisissez la taille de page du PDF. + - **Scale percent** : ajustez l’échelle du PDF. + - **Include footer** : inclure un pied de page avec le numéro de page et le nombre total de pages. + - **Language** : si votre contenu est disponible en plusieurs langues, choisissez la langue à exporter. +4. Cliquez sur **Export**. +5. Une fois l’export terminé, Mintlify vous envoie un e‑mail avec un lien pour télécharger le fichier PDF. + + + +
+ ## Exporter des pages spécifiques +
+ +1. Accédez à la page [Exports](https://app.mintlify.com/settings/deployment/export-docs) de votre Dashboard. +2. Cliquez sur **New export**. +3. Sélectionnez les pages que vous souhaitez exporter. +4. Si besoin, personnalisez les options d’export : + - **Page format** : choisissez la taille de page du PDF. + - **Scale percent** : ajustez l’échelle du PDF. + - **Include footer** : inclure un pied de page avec le numéro de page et le nombre total de pages. + - **Language** : si votre contenu est disponible en plusieurs langues, choisissez la langue à exporter. +5. Cliquez sur **Export**. +6. Une fois l’export terminé, Mintlify vous envoie un e‑mail avec un lien pour télécharger le fichier PDF. From a1e9e0923952f6c2070ac84989873e414a11578e Mon Sep 17 00:00:00 2001 From: Ethan Palm <56270045+ethanpalm@users.noreply.github.com> Date: Tue, 7 Jul 2026 15:11:39 -0700 Subject: [PATCH 6/6] chinese --- zh/optimize/pdf-exports.mdx | 46 +++++++++++++++++++++++-------------- 1 file changed, 29 insertions(+), 17 deletions(-) diff --git a/zh/optimize/pdf-exports.mdx b/zh/optimize/pdf-exports.mdx index 01b2219e52..64ee9fdde3 100644 --- a/zh/optimize/pdf-exports.mdx +++ b/zh/optimize/pdf-exports.mdx @@ -19,27 +19,39 @@ export const DownloadPDFButton = () => { 你可以将文档导出为单个 PDF 文件,便于离线查看。导出的 PDF 包含文档中的所有内容,包括图片和链接,并附带可导航的目录。 -启用了认证的文档站点支持整站 PDF 导出。导出会包含文档中的所有页面,且不受用户分组限制的影响,因此任何获得该 PDF 的人都可以阅读原本可能受用户分组限制的内容。 +整站 PDF 导出会包含文档中的所有页面,且不受用户分组限制的影响,因此任何获得该 PDF 的人都可以阅读原本可能受用户分组限制的内容。 - 如需让用户将单个页面下载为 PDF,请使用[上下文菜单](/zh/ai/contextual-menu)的 `download-pdf` 选项。单页 PDF 下载在公开站点和启用认证的文档站点上都可使用。 + 如需让用户将单个页面下载为 PDF,请使用[上下文菜单](/zh/ai/contextual-menu)的 `download-pdf` 选项。 - -
- ## 导出 PDF +
+ ## 导出全部内容
-1. 在控制台的“项目设置”中,进入 [General](https://dashboard.mintlify.com/settings/deployment/general) 页面。 -2. 点击 **Export all content** 按钮。 +1. 在控制台中进入 [Exports](https://app.mintlify.com/settings/deployment/export-docs) 页面。 +2. 点击 **Export all content**。 3. 根据需要自定义导出选项: - * **Page format**:选择 PDF 的页面大小。 - * **Scale percentage**:调整 PDF 的缩放比例。 - * **Include footer**:在页脚中包含当前页码与总页数。 - * **Language**:如果你的内容支持多种语言,选择要导出的语言。 - * **Pages**:选择要包含在 PDF 中的具体页面。保持所有页面选中即可导出整个站点,或取消选择部分页面和分组以仅导出子集。空分组不会出现在目录中。 -4. 点击 **Export** 开始导出。 -5. 导出完成后,您将收到一封包含下载链接的电子邮件。 -6. 点击该链接下载 PDF 文件。 - - \ No newline at end of file + - **Page format**:选择 PDF 的页面大小。 + - **Scale percent**:调整 PDF 的缩放比例。 + - **Include footer**:在页脚中包含当前页码与总页数。 + - **Language**:如果你的内容支持多种语言,选择要导出的语言。 +4. 点击 **Export**。 +5. 导出完成后,Mintlify 会向你发送一封包含 PDF 文件下载链接的电子邮件。 + + + +
+ ## 导出指定页面 +
+ +1. 在控制台中进入 [Exports](https://app.mintlify.com/settings/deployment/export-docs) 页面。 +2. 点击 **New export**。 +3. 选择你想要导出的页面。 +4. 根据需要自定义导出选项: + - **Page format**:选择 PDF 的页面大小。 + - **Scale percent**:调整 PDF 的缩放比例。 + - **Include footer**:在页脚中包含当前页码与总页数。 + - **Language**:如果你的内容支持多种语言,选择要导出的语言。 +5. 点击 **Export**。 +6. 导出完成后,Mintlify 会向你发送一封包含 PDF 文件下载链接的电子邮件。