From 5378c5dc036db228c876a9181e5a42f84c3d10dc Mon Sep 17 00:00:00 2001 From: ajlab-gh <106606891+ajlab-gh@users.noreply.github.com> Date: Wed, 15 Jan 2025 14:19:48 -0700 Subject: [PATCH] Update generating-pdf-documents.md increase indendation of formats: by two spaces in the Global cover pages example --- docs/configuration/generating-pdf-documents.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/configuration/generating-pdf-documents.md b/docs/configuration/generating-pdf-documents.md index f36900c..1d23fb6 100644 --- a/docs/configuration/generating-pdf-documents.md +++ b/docs/configuration/generating-pdf-documents.md @@ -121,13 +121,13 @@ This ensures a consistent look and feel across all your PDF documents without ne ```yaml plugins: - exporter: - formats: - pdf: - stylesheets: - - resources/stylesheets/pdf.scss - covers: - front: resources/templates/covers/front.html.j2 - back: resources/templates/covers/back.html.j2 + formats: + pdf: + stylesheets: + - resources/stylesheets/pdf.scss + covers: + front: resources/templates/covers/front.html.j2 + back: resources/templates/covers/back.html.j2 ``` > :material-file-code: View the full content of this file [here](https://github.com/adrienbrignon/mkdocs-exporter/blob/master/mkdocs.yml).