mirror of
https://github.com/kc4x4sar/d4h-typescript.git
synced 2026-07-12 17:21:05 -07:00
Separate classes for groups of methods (#1)
* 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
This commit is contained in:
+14
-1
@@ -1,6 +1,19 @@
|
||||
// typedoc.json
|
||||
{
|
||||
"$schema": "https://typedoc.org/schema.json",
|
||||
"entryPoints": ["./lib/index.ts"],
|
||||
"out": "docs"
|
||||
"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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user