forked from dojoengine/dojo.js
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtypedoc.json
More file actions
27 lines (27 loc) · 793 Bytes
/
Copy pathtypedoc.json
File metadata and controls
27 lines (27 loc) · 793 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"plugin": ["typedoc-material-theme", "typedoc-plugin-coverage"],
"themeColor": "#cb9820",
"$schema": "https://typedoc.org/schema.json",
"name": "dojo.js docs",
"entryPoints": [
"./packages/core/src/index.ts",
"./packages/react/src/index.ts",
"./packages/create-burner/src/index.ts",
"./packages/utils/src/index.ts",
"./packages/torii-client/src/index.ts"
],
"sort": ["source-order"],
"media": "media",
"categorizeByGroup": true,
"searchCategoryBoosts": {
"Component": 2,
"Model": 1.2
},
"searchGroupBoosts": {
"Classes": 1.5
},
"navigationLinks": {
"Docs": "https://dojoengine.github.io/dojo.js",
"GitHub": "https://github.com/dojoengine/dojo.js"
}
}