From 915c839148b6fbdc0d4565345fe236ec77c5849d Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Tue, 10 May 2022 12:06:10 +0200 Subject: [PATCH] Point at Settings.tsx for locating available settings (#21978) * Point at Settings.tsx for locating available settings Signed-off-by: Johannes Marbach --- docs/config.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/config.md b/docs/config.md index c8c230ac5d..74a4a690d8 100644 --- a/docs/config.md +++ b/docs/config.md @@ -95,7 +95,8 @@ instance. As of writing those settings are not fully documented, however a few a } } ``` - These values will take priority over the hardcoded defaults for the settings. + These values will take priority over the hardcoded defaults for the settings. For a list of available settings, see + [Settings.tsx](https://github.com/matrix-org/matrix-react-sdk/blob/develop/src/settings/Settings.tsx). ## Customisation & branding