From 473974daa1b4a3155d4ae352fd2c6b1614b78855 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 19 Oct 2025 23:58:59 -0500 Subject: [PATCH] deprecated_options.md --- mkdocs/docs/config/deprecated_options.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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`.