fix(docs-infra): render deprecated
markers for CLI command options (#28111)
fixes #27563 fixes #27423 PR Close #28111
This commit is contained in:

committed by
Andrew Kushnir

parent
cd0451305a
commit
d577b8df75
@ -8,3 +8,8 @@
|
||||
white-space: pre;
|
||||
}
|
||||
|
||||
.cli-deprecated {
|
||||
background-color: $brightred;;
|
||||
padding: 2px 10px;
|
||||
margin-right: 10px;
|
||||
}
|
||||
|
Reference in New Issue
Block a user