From 94618c9c8de88181b9b5d32943b4ce8eeea43db3 Mon Sep 17 00:00:00 2001 From: xuef Date: Mon, 3 Jun 2024 03:30:34 +0000 Subject: [PATCH] chore: Add PDF plugin configuration to mkdocs.yml --- .github/templates/mkdocs_template.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/templates/mkdocs_template.yml b/.github/templates/mkdocs_template.yml index 5d0aa5c4..f8049033 100644 --- a/.github/templates/mkdocs_template.yml +++ b/.github/templates/mkdocs_template.yml @@ -71,6 +71,10 @@ markdown_extensions: plugins: - same-dir - search + - with-pdf: + copyright: CC0 The Unlicense + cover_subtitle: How To Cook + output_path: ./site/document.pdf - minify: minify_html: true