diff --git a/documentation/src/main/docs/config-sources/custom.md b/documentation/src/main/docs/config-sources/custom.md index 203978e15..173d08a51 100644 --- a/documentation/src/main/docs/config-sources/custom.md +++ b/documentation/src/main/docs/config-sources/custom.md @@ -150,11 +150,6 @@ The [PropertiesConfigSource](https://github.com/smallrye/smallrye-config/blob/ma creates a `ConfigSource` from Java `Properties`, `Map` objects or a `.properties` file (referenced by its URL). -## Config Value Properties - -The [ConfigValuePropertiesConfigSource](https://github.com/smallrye/smallrye-config/blob/main/implementation/src/main/java/io/smallrye/config/ConfigValuePropertiesConfigSource.java) a `ConfigSource` from Java `Properties`, `Map` objects or -a `.properties` file (referenced by its URL) with support for `io.smallrye.config.ConfigValue`. - ## `.env` The [DotEnvConfigSourceProvider](https://github.com/smallrye/smallrye-config/blob/main/implementation/src/main/java/io/smallrye/config/DotEnvConfigSourceProvider.java) create a `ConfigSource` from a `.env` file.