forked from miketalbot/js-coroutines
-
Notifications
You must be signed in to change notification settings - Fork 0
/
doc.conf.json
46 lines (45 loc) · 1.03 KB
/
doc.conf.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
44
45
46
{
"plugins": [
],
"source": {
"include": [
"src/component/coroutines.js",
"src/component/array-utilities.js",
"src/component/index.js",
"src/component/async-wrappers.js",
"src/component/wrappers.js"
]
},
"opts": {
"destination": "./docs/",
"recurse": true,
"encoding": "utf8",
"template": "./node_modules/docdash",
"readme": "./README.md",
"tutorials": "./tutorials"
},
"docdash": {
"typedefs": false,
"sectionOrder": [
],
"menu": {
"JS-COROUTINES": {
"href": "http://js-coroutines.com"
}
},
"meta": {
"title": "js-coroutines"
},
"openGraph": {
// Open Graph options (mostly for Facebook and other sites to easily extract meta information)
"title": "js-coroutines",
// Title of the website
"type": "website",
// Main image/logo
"site_name": "js-coroutines",
// Site name
"url": "http://js-coroutines.com"
// Main canonical URL for the main page of the site
}
}
}