You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/options.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -75,7 +75,7 @@ plugins:
75
75
: Default is empty. Option to make it easier to add a link to the PDF version of the site on each page. See [Adding a PDF button](how-to/pdf_button.md) for more info.
76
76
77
77
`include_css`
78
-
: Default is `true`. When disabled the [print-site stylesheets](https://github.com/timvink/mkdocs-print-site-plugin/tree/master/mkdocs_print_site_plugin/css) are not included. This makes it easy to overwrite the CSS with your own stylesheets, using the [extra_css](https://www.mkdocs.org/user-guide/configuration/#extra_css) option in your `mkdocs.yml` file.
78
+
: Default is `true`. When disabled the [print-site stylesheets](https://github.com/timvink/mkdocs-print-site-plugin/tree/master/src/mkdocs_print_site_plugin/css) are not included. This makes it easy to overwrite the CSS with your own stylesheets, using the [extra_css](https://www.mkdocs.org/user-guide/configuration/#extra_css) option in your `mkdocs.yml` file.
79
79
80
80
`enabled`
81
81
: Default is `true`. Enables you to deactivate this plugin. A possible use case is local development where you might want faster build times. It's recommended to use this option with an environment variable together with a default fallback (introduced in `mkdocs` v1.2.1, see [docs](https://www.mkdocs.org/user-guide/configuration/#environment-variables)). Example:
@@ -95,4 +95,4 @@ plugins:
95
95
```
96
96
97
97
`exclude`
98
-
: Default is empty. Allows to specify a list of page source paths that should not be included in the print page. Supports [glob](https://docs.python.org/3/library/glob.html)-like syntax such as `folder/` or `folder/*`. See [Do Not Print](how-to/do_not_print.md#ignoring-an-entire-page) for more info on excluding pages.
98
+
: Default is empty. Allows to specify a list of page source paths that should not be included in the print page. Supports [glob](https://docs.python.org/3/library/glob.html)-like syntax such as `folder/` or `folder/*`. See [Do Not Print](how-to/do_not_print.md#ignoring-an-entire-page) for more info on excluding pages.
0 commit comments