diff --git a/docs/source/reference/router/configuration.mdx b/docs/source/reference/router/configuration.mdx index 5ce8df2be1..a2435bc70a 100644 --- a/docs/source/reference/router/configuration.mdx +++ b/docs/source/reference/router/configuration.mdx @@ -416,6 +416,8 @@ For details, see [Upgrading your router configuration](#upgrading-your-router-co Takes a config file and validates it against the router's full supported configuration format. +Note: This is a static validation that checks if it is syntactically using the JSON schema. The router does additional logical checks on startup against the config that this command does not capture. +