Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ callouts:
# - vendor/gems/
# - vendor/ruby/

redirect_from:
json: false

# For copy button on code
enable_copy_code_button: true

Expand Down Expand Up @@ -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
Expand All @@ -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
- _site-offline
- redirects.json
- "*.bat"
Loading