mirror of
https://github.com/LemmyNet/lemmy-js-client.git
synced 2024-11-22 20:31:12 +00:00
Messing with typedoc 1.
This commit is contained in:
parent
54a9059f8d
commit
a7a88afa91
1 changed files with 30 additions and 0 deletions
30
typedoc.json
Normal file
30
typedoc.json
Normal file
|
@ -0,0 +1,30 @@
|
|||
{
|
||||
"sort": ["kind", "alphabetical"],
|
||||
"kindSortOrder": [
|
||||
"Reference",
|
||||
"Project",
|
||||
"Module",
|
||||
"Namespace",
|
||||
"Class",
|
||||
"TypeAlias",
|
||||
"Constructor",
|
||||
"Method",
|
||||
"Function",
|
||||
"Interface",
|
||||
"Property",
|
||||
"Variable",
|
||||
"Enum",
|
||||
"EnumMember",
|
||||
"Accessor",
|
||||
"ObjectLiteral",
|
||||
"Parameter",
|
||||
"TypeParameter",
|
||||
"TypeLiteral",
|
||||
"CallSignature",
|
||||
"ConstructorSignature",
|
||||
"IndexSignature",
|
||||
"GetSignature",
|
||||
"SetSignature"
|
||||
],
|
||||
"groupOrder": ["Functions", "Variables", "*"]
|
||||
}
|
Loading…
Reference in a new issue