We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f81dfb1 commit db8ff6eCopy full SHA for db8ff6e
2 files changed
docs/src/content/cdk/ng-doc.category.ts
@@ -3,6 +3,7 @@ import { NgDocCategory } from '@ng-doc/core';
3
const CdkCategory: NgDocCategory = {
4
title: 'CDK',
5
order: 2,
6
+ expanded: true,
7
};
8
9
export default CdkCategory;
docs/src/content/core/ng-doc.category.ts
const CoreCategory: NgDocCategory = {
title: 'Core',
order: 1,
export default CoreCategory;
0 commit comments