diff --git a/docs/_config.yml b/docs/_config.yml index bf0e673..b48f000 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -72,6 +72,9 @@ callouts: # - vendor/gems/ # - vendor/ruby/ +redirect_from: + json: false + # For copy button on code enable_copy_code_button: true @@ -145,8 +148,6 @@ offline_exclude: - CNAME - robots.txt - sitemap.xml - - redirects.json - - "*.bat" # Excludes for both the build (Jekyll won't try to process these as # source) and the watcher (`jekyll serve` won't trigger a rebuild @@ -155,4 +156,6 @@ offline_exclude: # Offlinify plugin's writes don't kick the watcher into an infinite # rebuild loop. Keep this in sync with also_build_offline above. exclude: - - _site-offline \ No newline at end of file + - _site-offline + - redirects.json + - "*.bat"