fix(docs-infra): add top level folders into `topLevelFolders` (#35815)

Closes #35676

PR Close #35815
This commit is contained in:
Sonu Kapoor 2020-03-02 21:26:03 -05:00 committed by atscott
parent f13ee3e692
commit 3b0b90527e
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ export class SearchResultsComponent implements OnChanges {
readonly defaultArea = 'other';
searchState: SearchState = SearchState.InProgress;
readonly topLevelFolders = ['guide', 'tutorial'];
readonly topLevelFolders = ['api', 'cli', 'guide', 'start', 'tutorial'];
searchAreas: SearchArea[] = [];
ngOnChanges() {