diff --git a/docs/development/self-hosting.md b/docs/usage/self-hosting.md
similarity index 98%
rename from docs/development/self-hosting.md
rename to docs/usage/self-hosting.md
index b1868f8832d7c221112587a0af271d497b7eed70..82af7f96b13e532fae68e83fe75c70c35d5335ff 100644
--- a/docs/development/self-hosting.md
+++ b/docs/usage/self-hosting.md
@@ -109,6 +109,8 @@ Self-hosted Renovate can be configured using any of the following (or a combinat
 - CLI params
 - Environment params
 
+Note that some Renovate configuratino options are _only_ available for self-hosting, and so can only be configured using one of the above methods. These are described in the [Self-hosted Configuration](./self-hosted-configuration.md) doc.
+
 ## Authentication
 
 Regardless of platform, you need to select a user account for `renovate` to assume the identity of, and generate a Personal Access Token. It is recommended to be `@renovate-bot` if you are using a self-hosted server with free choice of usernames.