Modular layouts
-
Check that
_config.ymlsets:compress_html: blanklines: true -
Build this site using the theme commit just before merging PR #1058:
remote_theme: just-the-docs/just-the-docs@4469f45cbd3d92c3df8da6e26ffd3c7fa86f5737 -
Rename
_siteto_site_old. -
Build this site using the theme commit just after merging PR #1058:
remote_theme: just-the-docs/just-the-docs@2495d3e6bb5720ae23e35caf16888f0c7f37ede0 -
Run the following shell command in the root directory of this site:
diff -rEBwtb -x "*.js*" -I "published_time\|dateModified" _site_old/ _site/ > diff.txt -
Check that
diff.txtcontains only the following:??? -
Remove
_includes/search_placeholder_custom.html.