From 153194c7717d8016b0eb974c81b1baee7dc1917d Mon Sep 17 00:00:00 2001 From: Brendan Abolivier Date: Wed, 1 Dec 2021 15:13:01 +0100 Subject: [PATCH] Link background update controller docs to summary (#11475) --- changelog.d/11475.feature | 1 + docs/SUMMARY.md | 1 + 2 files changed, 2 insertions(+) create mode 100644 changelog.d/11475.feature diff --git a/changelog.d/11475.feature b/changelog.d/11475.feature new file mode 100644 index 0000000000..aba3292015 --- /dev/null +++ b/changelog.d/11475.feature @@ -0,0 +1 @@ +Add plugin support for controlling database background updates. diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md index cdedf8bccc..900254ff64 100644 --- a/docs/SUMMARY.md +++ b/docs/SUMMARY.md @@ -44,6 +44,7 @@ - [Presence router callbacks](modules/presence_router_callbacks.md) - [Account validity callbacks](modules/account_validity_callbacks.md) - [Password auth provider callbacks](modules/password_auth_provider_callbacks.md) + - [Background update controller callbacks](modules/background_update_controller_callbacks.md) - [Porting a legacy module to the new interface](modules/porting_legacy_module.md) - [Workers](workers.md) - [Using `synctl` with Workers](synctl_workers.md)