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