forked from ReactiveX/rxjs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
esdoc.json
43 lines (43 loc) · 1.03 KB
/
esdoc.json
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
{
"source": "./dist/es6",
"destination": "./tmp/docs",
"test": {
"type": "mocha",
"source": "./spec-js",
"includes": ["(spec)\\.(js|ts)$"]
},
"undocumentIdentifier": false,
"title": "RxJS",
"styles": ["./doc/styles/main.css"],
"scripts": [
"./dist/global/Rx.js",
"./doc/asset/devtools-welcome.js",
"./doc/scripts/custom-manual-styles.js",
"./doc/decision-tree-widget/dist/decision-tree-widget.min.js",
"./doc/scripts/theme-toggler.js"
],
"index": "./doc/index.md",
"plugins": [
{"name": "./tools/custom-esdoc-plugin.js"}
],
"manual": {
"asset": "./doc/asset",
"overview": [
"./doc/introduction.md",
"./doc/observable.md",
"./doc/observer.md",
"./doc/subscription.md",
"./doc/subject.md",
"./doc/operators.md",
"./doc/scheduler.md"
],
"installation": [
"./doc/installation.md"
],
"tutorial": [
"./doc/tutorial/basics.md",
"./doc/tutorial/applications.md",
"./doc/external-references.md"
]
}
}