feat(docs-infra): remove stable & experimental from status selector (#26595)
PR Close #26595
This commit is contained in:
parent
2ea57cdcc3
commit
2a78dcbd5a
|
@ -56,9 +56,7 @@ export class ApiListComponent implements OnInit {
|
|||
|
||||
statuses: Option[] = [
|
||||
{ value: 'all', title: 'All' },
|
||||
{ value: 'stable', title: 'Stable' },
|
||||
{ value: 'deprecated', title: 'Deprecated' },
|
||||
{ value: 'experimental', title: 'Experimental' },
|
||||
{ value: 'security-risk', title: 'Security Risk' }
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in New Issue