-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathtypedoc.json
More file actions
31 lines (31 loc) · 892 Bytes
/
typedoc.json
File metadata and controls
31 lines (31 loc) · 892 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
28
29
30
31
{
"entryPoints": [
"earthsdk/earthsdk3/src/index.ts",
"earthsdk/earthsdk3-ue/src/index.ts",
"earthsdk/earthsdk3-cesium/src/index.ts",
"earthsdk/earthsdk3-ol/src/index.ts",
"earthsdk/earthsdk3-mcp/src/index.ts"
],
"out": "docs",
"exclude": [
"**/*.spec.ts",
"**/test/**"
],
"plugin": [
"typedoc-github-theme"
],
"navigationLinks": {
"官网": "https://earthsdk.com",
"对象索引": "https://www.earthsdk.com/docs/guide/index.html",
"详细搜索": "https://www.earthsdk.com/docs/guide/search.html"
},
"excludeExternals": true,
"excludePrivate": true,
"excludeProtected": true,
"hideGenerator": true,
"categorizeByGroup": true,
"readme": "CHANGELOG.md",
"name": "EarthSDK",
"tsconfig": "config/tsconfig.typedoc.json",
"lang": "zh"
}