From 2b2df9890f0852df8dd6af3090bf9ec7da5ac6c8 Mon Sep 17 00:00:00 2001 From: Eric Bouchut Date: Thu, 17 Oct 2024 14:57:55 +0200 Subject: [PATCH] Do not forget to copy the background image when using the global front cover page --- docs/configuration/generating-pdf-documents.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/configuration/generating-pdf-documents.md b/docs/configuration/generating-pdf-documents.md index 4e09c03..e29e964 100644 --- a/docs/configuration/generating-pdf-documents.md +++ b/docs/configuration/generating-pdf-documents.md @@ -169,6 +169,8 @@ This ensures a consistent look and feel across all your PDF documents without ne > :material-file-code: View the full content of this file [here](https://github.com/adrienbrignon/mkdocs-exporter/blob/master/resources/stylesheets/pdf.scss). +If you use the template **front cover page**, do not forget to copy the [background image](https://raw.githubusercontent.com/adrienbrignon/mkdocs-exporter/master/docs/assets/images/background.png) `docs/assets/images/background.png` to your project. + #### Per-page cover pages While global cover pages provide a uniform look across your documentation, you can override them on a per-page basis using front matter.