-
-
Notifications
You must be signed in to change notification settings - Fork 758
Closed
Labels
questionQuestion about functionalityQuestion about functionality
Description
Search terms
groupOrder, kindSortOrder
Question
I noticed kindSortOrder seems to be changed its behavior(not working?) from 0.24.5 so I downgraded typedoc in my repo.
inokawa/virtua@a649be9
Is there anyway to enable sort by kind as before? or should I use groupOrder or something else instead?
My typedoc.json is here.
{
"entryPoints": ["./src/index.ts"],
"out": "docs",
"name": "API",
"plugin": ["typedoc-plugin-markdown"],
"readme": "none",
"sort": ["kind"],
"kindSortOrder": ["Function", "Interface", "TypeAlias"],
"githubPages": false,
"entryDocument": "API.md",
"hideBreadcrumbs": true
}Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
questionQuestion about functionalityQuestion about functionality