feat(docs-infra): remove stable & experimental from status selector (#26595)

PR Close #26595
This commit is contained in:
Pete Bacon Darwin 2018-10-19 11:14:35 +01:00 committed by Alex Rickabaugh
parent 2ea57cdcc3
commit 2a78dcbd5a
1 changed files with 0 additions and 2 deletions

View File

@ -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' }
];