diff --git a/mkdocs/docs/config/deprecated_options.md b/mkdocs/docs/config/deprecated_options.md index 77dcba27..1736a185 100644 --- a/mkdocs/docs/config/deprecated_options.md +++ b/mkdocs/docs/config/deprecated_options.md @@ -9,8 +9,7 @@ function or have been replaced. **They should not be used.** * **entry_timeout**: Use `cache.entry`. * **negative_entry**: Use `cache.negative_entry`. * **direct_io**: Use `cache.files=off`. -* **kernel_cache**: Do not invalidate data cache on file open. Use - `cache.files=full` instead. +* **kernel_cache**: Use `cache.files=full`. * **auto_cache**: Invalidate data cache if file mtime or size change. Use `cache.files=auto-full` instead. (default: false) * **async_read**: Use `async_read=true`.