aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortaehoon <th.dev91@gmail.com>2019-12-09 15:21:33 -0500
committertaehoon <th.dev91@gmail.com>2019-12-11 10:14:31 -0500
commitfee3226705beb4b6eddb8e64f8c53b2651ca89fa (patch)
treeca5551f4de01729fcf62c20d551a45c64dfd2918
parentd0c78989aa9e5f5142dbc09a8935c004a2050257 (diff)
add documentation for new instance option
-rw-r--r--docs/CONFIGURATION.md3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/CONFIGURATION.md b/docs/CONFIGURATION.md
index 35363537..3a21828b 100644
--- a/docs/CONFIGURATION.md
+++ b/docs/CONFIGURATION.md
@@ -77,6 +77,9 @@ Use custom image for NSFW'd images
### `showFeaturesPanel`
Show panel showcasing instance features/settings to logged-out visitors
+### `hideSitename`
+Hide instance name in header
+
## Indirect configuration
Some features are configured depending on how backend is configured. In general the approach is "if backend allows it there's no need to hide it, if backend doesn't allow it there's no need to show it.