mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
7254e6e5b3
* added resourcetype interface that's imported and reused * added membergroupmembership; comments formatting typedoc output; updated types * separate classes for groups of methods * additional methods added, suggested changes made, typedoc documentation improved
20 lines
576 B
JSON
20 lines
576 B
JSON
// typedoc.json
|
|
{
|
|
"$schema": "https://typedoc.org/schema.json",
|
|
"entryPoints": ["./lib/index.ts"],
|
|
"out": "docs",
|
|
"sidebarLinks": {
|
|
"Github Repo": "https://github.com/kc4x4sar/d4h-typescript"
|
|
},
|
|
"projectDocuments": ["documents/install.md", "documents/using.md", "documents/examples.md", "documents/contributing.md"],
|
|
"navigation": {
|
|
"includeCategories": true,
|
|
"includeGroups": false,
|
|
"includeFolders": true,
|
|
"compactFolders": false,
|
|
"excludeReferences": true
|
|
},
|
|
"categorizeByGroup": false
|
|
}
|
|
|