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:
ajitsinghkaler 2020-02-05 00:57:10 +05:30 committed by Miško Hevery
parent d528dedd50
commit aed5c7caad
1 changed files with 1 additions and 0 deletions

View File

@ -57,6 +57,7 @@ export class ApiListComponent implements OnInit {
statuses: Option[] = [
{ value: 'all', title: 'All' },
{ value: 'stable', title: 'Stable'},
{ value: 'deprecated', title: 'Deprecated' },
{ value: 'security-risk', title: 'Security Risk' }
];