This repository was archived by the owner on Jul 26, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.esdoc.json
More file actions
49 lines (49 loc) · 1.4 KB
/
.esdoc.json
File metadata and controls
49 lines (49 loc) · 1.4 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
{
"source": "./src",
"destination": "./docs",
"plugins": [
{
"name": "@repetere/esdoc-inject-gtm-plugin",
"option": {
"enable": true,
"id": "UA-112697260-3"
}
},
{
"name": "esdoc-ecmascript-proposal-plugin",
"option": {"all": true}
},
{
"name": "esdoc-standard-plugin",
"option":{
"typeInference": {
"enable": false
},
"lint": {
"enable": false
},
"brand": {
"title": "ModelScript",
"description": "Modelscript is a javascript module with simple and efficient tools for data mining and data analysis in JavaScript. When modelscript used with ML.js, pandas-js, and numjs, you're left with the equivalent R/Python tool set in JavaScript",
"repository": "https://github.com/repetere/modelscript",
"site": "https://repetere.github.io/modelscript",
"author": "https://github.com/repetere",
"image": "https://repetere.ai/favicon.png"
},
"test": {
"source": "./test/",
"interfaces": ["describe", "it", "context", "suite", "test"],
"includes": ["(spec|Spec|test|Test)\\.mjs$"],
"excludes": ["\\.config\\.js$"]
}
}
},
{
"name": "esdoc-publish-markdown-plugin",
"option": {
"filename":"./api.md"
}
}
],
"includes": ["\\.mjs$"]
}