Skip to content

Commit 1e2b30e

Browse files
committed
docs(typedoc): order kinds
1 parent 380667a commit 1e2b30e

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.config/typedoc.js

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,14 @@ export default {
3333
favicon: '../site/media/favicon.svg',
3434
// @ts-expect-error from extras plugin
3535
footerLastModified: true,
36+
kindSortOrder: [
37+
'Reference',
38+
'Project',
39+
'Module',
40+
'Namespace',
41+
'Function',
42+
'TypeAlias',
43+
],
3644
lightHighlightTheme: 'vitesse-light',
3745
markdownLinkExternal: true,
3846
name: 'BARGS',

0 commit comments

Comments
 (0)