-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconf.json
More file actions
58 lines (57 loc) · 1.65 KB
/
conf.json
File metadata and controls
58 lines (57 loc) · 1.65 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
50
51
52
53
54
55
56
57
58
{
"plugins": ["plugins/markdown"],
"source": {
"include": "./src",
"includePattern": ".js$",
"excludePattern": "(node_modules/|docs)"
},
"templates": {
"default": {
"outputSourceFiles": false,
"includeDate": false
}
},
"opts": {
"template": "node_modules/docdash",
"encoding": "utf8",
"destination": "docs/",
"recurse": true,
"verbose": true
},
"docdash": {
"sectionOrder": [
"Tutorials",
"Namespaces",
"Classes",
"Interfaces",
"Externals",
"Events",
"Mixins",
"Modules"
],
"openGraph": {
"title": "RxLua",
"type": "website",
"image": "http://reactivex.io/assets/Rx_Icon.png",
"site_name": "RxLua Documentation",
"url": "lxsmnsyc.github.io/rxlua"
},
"search": true,
"meta": {
"title": "RxLua",
"description": "Reactive Extensions for Lua",
"keyword": "reactivex,lua,observable,rx",
"icon": "http://reactivex.io/assets/Rx_Icon.png"
},
"menu":{
"Github Repo":{
"href":"https://github.com/lxsmnsyc/rxlua",
"target":"_blank",
"class":"menu-item",
"id":"website_link"
}
},
"collapse": true,
"sort": true
}
}