From 504b3a9162d5509b7497c62baae522b4aafa1104 Mon Sep 17 00:00:00 2001 From: Daenney Date: Sat, 28 Sep 2024 22:45:43 +0200 Subject: [docs] Don't run SQLite on networked storage (#3369) * [docs] Don't run SQLite on networked storage This updates our documentation to include warnings against running SQLite on networked storage. It also slightly reorganises and consolidates some admonitions on the Getting Started page because it was getting a bit too busy with repeated information. * [docs] Reword a few things --- mkdocs.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'mkdocs.yml') diff --git a/mkdocs.yml b/mkdocs.yml index a813ad132..7e8e5b952 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -116,6 +116,7 @@ nav: - "advanced/tracing.md" - "advanced/metrics.md" - "advanced/replicating-sqlite.md" + - "advanced/sqlite-networked-storage.md" - "Admin": - "admin/settings.md" -- cgit v1.3