Browse Source

deprecated_options.md

config
Antonio SJ Musumeci 1 day ago
parent
commit
1dea1404a6
  1. 6
      mkdocs/docs/config/deprecated_options.md

6
mkdocs/docs/config/deprecated_options.md

@ -14,10 +14,8 @@ function or have been replaced. **They should not be used.**
`cache.files=full` instead.
* **auto_cache**: Invalidate data cache if file mtime or
size change. Use `cache.files=auto-full` instead. (default: false)
* **async_read**: Perform reads asynchronously. Use
`async_read=true` instead.
* **sync_read**: Perform reads synchronously. Use
`async_read=false` instead.
* **async_read**: Use `async_read=true`.
* **sync_read**: Use `async_read=false`.
* **splice_read**: Does nothing.
* **splice_write**: Does nothing.
* **splice_move**: Does nothing.

Loading…
Cancel
Save