Skip to content

Commit 3002881

Browse files
authored
Update how to guide on PDF button, see #119
1 parent 319398b commit 3002881

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/how-to/pdf_button.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ MkDocs supports [theme extension](https://www.mkdocs.org/user-guide/styling-your
66

77
This plugin adds to the context a `page.url_to_print_page` which contains the relative link from a page to the print page. You can use `page.url_to_print_page` when customizing a theme:
88

9-
!!! info
10-
While it might be easier for your users, using this option means you need to re-create the PDF everytime you make a change to your website.
9+
!!! info "Exporting to PDF is a separate step"
10+
While it might be easier for your users, using this option means you need to re-create the PDF everytime you make a change to your website. See [how to export to PDF](pdf_button.md).
1111

1212
If you use this option and you are using version control like git, you might want to also [gitignore](https://git-scm.com/docs/gitignore) the PDF file.
1313

0 commit comments

Comments
 (0)