build(docs-infra): expose deprecated status on items more clearly (#25750)
PR Close #25750
This commit is contained in:

committed by
Kara Erickson

parent
cea2e0477c
commit
026b60cd70
@ -166,7 +166,8 @@ describe('generateKeywords processor', () => {
|
||||
'titleWords':'someclass',
|
||||
'headingWords':'heading some someclass',
|
||||
'keywords':'api class documentation for is someclass the',
|
||||
'members':''
|
||||
'members':'',
|
||||
'deprecated': false,
|
||||
}]
|
||||
);
|
||||
});
|
||||
|
Reference in New Issue
Block a user