forked from bit-docs/bit-docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdocumentjs.json
37 lines (37 loc) · 895 Bytes
/
documentjs.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
{
"sites": {
"docs": {
"parent": "DocumentJS",
"pageConfig": {"page":"docs", "site": "documentjs"},
"glob": {
"pattern": "{docs,tags,lib,tasks}/**/*.{js,md}",
"ignore": "lib/{configured,process,generate,find,generators/html}/test/**/*"
}
},
"examples/styles": {
"parent": "Styles",
"pageConfig": {"page":"example"},
"glob": {
"pattern": "{styles,site/default/static/styles}/**/*.{less,css,md}",
"ignore": "styles/demos/**/*"
}
},
"examples/demos": {
"parent": "demos",
"glob": {
"pattern": "styles/demos/demos/**/*.md"
},
"templates": "styles/demos/templates"
},
"examples/multi": {
"parent": "multi",
"pageConfig": {"page":"example"},
"glob": "examples/multi/**/*.{js,md}"
},
"examples/simple": {
"parent": "myproject",
"pageConfig": {"page":"example"},
"glob": "examples/simple/**/*.{js,md}"
}
}
}