Skip to content

kindSortOrder behavior changed from 0.24.5 #2271

@inokawa

Description

@inokawa

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    questionQuestion about functionality

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions