aboutsummaryrefslogtreecommitdiff
path: root/docs/configuration
diff options
context:
space:
mode:
authorfeld <feld@feld.me>2020-02-06 16:03:29 +0000
committerfeld <feld@feld.me>2020-02-06 16:03:29 +0000
commite12bf05f23c49212d2d75a32593c00dda5ead677 (patch)
treeec005f2455f4b09270f5acf358ab08e705904ef9 /docs/configuration
parent5499f172b2f05c4e1ffaa1e861852911131e1fe6 (diff)
parent6769ecd948c8bd69bc9ba7af7d291142dc062af1 (diff)
downloadpleroma-e12bf05f23c49212d2d75a32593c00dda5ead677.tar.gz
Merge branch 'fix/dymamic-docs' into 'develop'
Simplify in-database config docs See merge request pleroma/pleroma!2178
Diffstat (limited to 'docs/configuration')
-rw-r--r--docs/configuration/cheatsheet.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/configuration/cheatsheet.md b/docs/configuration/cheatsheet.md
index ed9049a8d..f30aedc01 100644
--- a/docs/configuration/cheatsheet.md
+++ b/docs/configuration/cheatsheet.md
@@ -856,4 +856,5 @@ config :auto_linker,
## :configurable_from_database
-Enable/disable configuration from database.
+
+Boolean, enables/disables in-database configuration. Read [Transfering the config to/from the database](../administration/CLI_tasks/config.md) for more information.