docs: add Deprecated to value_status_count

despite that the "value_status_count" is not rendered/used yet,
it'd be better to keep it in sync with the code.

since 5fd30578d7 added
"Deprecated" to `value_status` enum, let's update the sphinx
extension accordingly.

Signed-off-by: Kefu Chai <kefu.chai@scylladb.com>

Closes scylladb/scylladb#16236
This commit is contained in:
Kefu Chai
2023-11-30 16:48:01 +08:00
committed by Botond Dénes
parent 4498979b14
commit 2ebdc40b0b

View File

@@ -76,7 +76,8 @@ class DBConfigParser:
"value_status_count": {
'Used': 0,
'Unused': 0,
'Invalid': 0
'Invalid': 0,
'Deprecated': 0,
},
}