mirror of
https://github.com/mkdocs/mkdocs.git
synced 2026-03-27 09:58:31 +07:00
Default json to false
This commit is contained in:
@@ -149,7 +149,7 @@ def get_context(page, content, nav, toc, meta, config):
|
||||
}
|
||||
|
||||
|
||||
def build_pages(config, dump_json=True):
|
||||
def build_pages(config, dump_json=False):
|
||||
"""
|
||||
Builds all the pages and writes them into the build directory.
|
||||
"""
|
||||
|
||||
Reference in New Issue
Block a user