Skip to content

Commit

Permalink
New default: will not add print site to navigation by default
Browse files Browse the repository at this point in the history
  • Loading branch information
timvink committed Sep 13, 2021
1 parent 965e73d commit 4fd5a39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mkdocs_print_site_plugin/plugin.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ class PrintSitePlugin(BasePlugin):
"""

config_scheme = (
("add_to_navigation", config_options.Type(bool, default=True)),
("add_to_navigation", config_options.Type(bool, default=False)),
("print_page_title", config_options.Type(str, default="Print Site")),
("add_table_of_contents", config_options.Type(bool, default=True)),
("toc_title", config_options.Type(str, default="Table of Contents")),
Expand Down

0 comments on commit 4fd5a39

Please sign in to comment.