feat(docs-infra): add stable to the list of api statuses (#34981)
Earlier api can be filtered based on security risk and deprecated now added stable as a status for better user experience Fixes #30396 PR Close #34981
This commit is contained in:
parent
d528dedd50
commit
aed5c7caad
|
@ -57,6 +57,7 @@ export class ApiListComponent implements OnInit {
|
||||||
|
|
||||||
statuses: Option[] = [
|
statuses: Option[] = [
|
||||||
{ value: 'all', title: 'All' },
|
{ value: 'all', title: 'All' },
|
||||||
|
{ value: 'stable', title: 'Stable'},
|
||||||
{ value: 'deprecated', title: 'Deprecated' },
|
{ value: 'deprecated', title: 'Deprecated' },
|
||||||
{ value: 'security-risk', title: 'Security Risk' }
|
{ value: 'security-risk', title: 'Security Risk' }
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue