docs(dvls): mark DeletionPolicy supported and fix page title (#6557)
The support matrix left the DeletionPolicy Merge/Delete cell blank for Devolutions
Server, but the provider supports it: GetSecret returns NoSecretErr on a missing
entry (so an ExternalSecret deletionPolicy can detect removal) and DeleteSecret is
implemented. This matches SecretServer, which is already marked in that column.
Also promote the page title from H2 to H1 to match the other provider pages.
Signed-off-by: Alexander Chernov <alexander@chernov.it>
Co-authored-by: Jean-Philippe Evrard <jean-philippe.evrard+rochepub@external.roche.com>