From 02820d11b748800376d18dd731b9242aa936a8c7 Mon Sep 17 00:00:00 2001 From: Antonio SJ Musumeci Date: Sun, 19 Oct 2025 23:59:10 -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 1736a185..dcd95118 100644 --- a/mkdocs/docs/config/deprecated_options.md +++ b/mkdocs/docs/config/deprecated_options.md @@ -10,8 +10,7 @@ function or have been replaced. **They should not be used.** * **negative_entry**: Use `cache.negative_entry`. * **direct_io**: Use `cache.files=off`. * **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) +* **auto_cache**: Use `cache.files=auto-full`. * **async_read**: Use `async_read=true`. * **sync_read**: Use `async_read=false`. * **splice_read**: Does nothing.