diff --git a/docs.json b/docs.json index 2bd10fc0f..9d73e95b7 100644 --- a/docs.json +++ b/docs.json @@ -176,6 +176,7 @@ ] }, "guides/deployments", + "pdf-exports", "contact-support" ] }, @@ -247,9 +248,7 @@ "groups": [ { "group": "API Reference", - "pages": [ - "api-reference/introduction" - ] + "pages": ["api-reference/introduction"] }, { "group": "Admin", @@ -280,9 +279,7 @@ "groups": [ { "group": "Changelog", - "pages": [ - "changelog" - ] + "pages": ["changelog"] } ] } @@ -523,9 +520,7 @@ "groups": [ { "group": "Référence de l’API", - "pages": [ - "fr/api-reference/introduction" - ] + "pages": ["fr/api-reference/introduction"] }, { "group": "Admin", @@ -556,9 +551,7 @@ "groups": [ { "group": "Journal des modifications", - "pages": [ - "fr/changelog" - ] + "pages": ["fr/changelog"] } ] } @@ -799,9 +792,7 @@ "groups": [ { "group": "Referencia de la API", - "pages": [ - "es/api-reference/introduction" - ] + "pages": ["es/api-reference/introduction"] }, { "group": "Administrador", @@ -832,9 +823,7 @@ "groups": [ { "group": "Cambios", - "pages": [ - "es/changelog" - ] + "pages": ["es/changelog"] } ] } @@ -1075,9 +1064,7 @@ "groups": [ { "group": "API 参考", - "pages": [ - "zh/api-reference/introduction" - ] + "pages": ["zh/api-reference/introduction"] }, { "group": "管理员", @@ -1108,9 +1095,7 @@ "groups": [ { "group": "更新日志", - "pages": [ - "zh/changelog" - ] + "pages": ["zh/changelog"] } ] } @@ -1223,13 +1208,7 @@ "background": "/images/thumbnail/background.svg" }, "contextual": { - "options": [ - "copy", - "chatgpt", - "claude", - "cursor", - "vscode" - ] + "options": ["copy", "chatgpt", "claude", "cursor", "vscode"] }, "redirects": [ { @@ -1393,4 +1372,4 @@ "publicApiKey": "pk_76a6caa274e800f3ceff0b2bc6b9b9d82ab8" } } -} \ No newline at end of file +} diff --git a/files/mint-full-docs.pdf b/files/mint-full-docs.pdf new file mode 100644 index 000000000..1a0ab0088 Binary files /dev/null and b/files/mint-full-docs.pdf differ diff --git a/pdf-exports.mdx b/pdf-exports.mdx index e2ca68329..b0ad251b5 100644 --- a/pdf-exports.mdx +++ b/pdf-exports.mdx @@ -1,8 +1,18 @@ --- title: "PDF exports" +icon: "file-down" description: "Export your docs as a single PDF file" --- +export const DownloadPDFButton = () => { + return ( + + + View Example PDF + + ) +} + PDF exports are available on [Custom plans](https://mintlify.com/pricing). @@ -20,3 +30,7 @@ You can export your docs as a single PDF file for offline viewing. The PDF will 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. + + + +