We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 380667a commit 1e2b30eCopy full SHA for 1e2b30e
1 file changed
.config/typedoc.js
@@ -33,6 +33,14 @@ export default {
33
favicon: '../site/media/favicon.svg',
34
// @ts-expect-error from extras plugin
35
footerLastModified: true,
36
+ kindSortOrder: [
37
+ 'Reference',
38
+ 'Project',
39
+ 'Module',
40
+ 'Namespace',
41
+ 'Function',
42
+ 'TypeAlias',
43
+ ],
44
lightHighlightTheme: 'vitesse-light',
45
markdownLinkExternal: true,
46
name: 'BARGS',
0 commit comments