mirror of
https://github.com/angular/angular
synced 2026-05-24 09:28:37 +00:00
fix(docs-infra): add top level folders into topLevelFolders (#35815)
Closes #35676 PR Close #35815
This commit is contained in:
parent
fc59d841a9
commit
cebb674f6e
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue