Skip to content

Commit db8ff6e

Browse files
committed
feat(docs): expand all categories by default
1 parent f81dfb1 commit db8ff6e

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

docs/src/content/cdk/ng-doc.category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { NgDocCategory } from '@ng-doc/core';
33
const CdkCategory: NgDocCategory = {
44
title: 'CDK',
55
order: 2,
6+
expanded: true,
67
};
78

89
export default CdkCategory;

docs/src/content/core/ng-doc.category.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ import { NgDocCategory } from '@ng-doc/core';
33
const CoreCategory: NgDocCategory = {
44
title: 'Core',
55
order: 1,
6+
expanded: true,
67
};
78

89
export default CoreCategory;

0 commit comments

Comments
 (0)