diff options
| author | 2024-06-13 15:09:51 +0200 | |
|---|---|---|
| committer | 2024-06-13 15:09:51 +0200 | |
| commit | 38cd889f7b24a91bc6399e1eaf432b7146438c84 (patch) | |
| tree | f79da12856fa4273a86ca6423c0c726f919e7ed0 /mkdocs.yml | |
| parent | [chore] Update move test (#3005) (diff) | |
| download | gotosocial-38cd889f7b24a91bc6399e1eaf432b7146438c84.tar.xz | |
[docs] Add optional instructions for replicating SQLite for disaster recovery (#2981)
* Add optional instructions for replicating SQLite for disaster recovery
* Remove references to MacOS from replicating-sqlite.md
Resolve comment on review
* Add mention for replicating SQLite in database_maintenance.md
Adds a reference to the replicating sqlite page under database maintenance
Diffstat (limited to 'mkdocs.yml')
| -rw-r--r-- | mkdocs.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/mkdocs.yml b/mkdocs.yml index a9dbf68cb..6b79a3d1a 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -113,6 +113,7 @@ nav: - "advanced/healthchecks.md" - "advanced/tracing.md" - "advanced/metrics.md" + - "advanced/replicating-sqlite.md" - "Admin": - "admin/settings.md" |
