-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconscribe.conf-example.json
More file actions
60 lines (58 loc) · 1.44 KB
/
conscribe.conf-example.json
File metadata and controls
60 lines (58 loc) · 1.44 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
59
60
{
"title": "CMWA Spec / Doc / Validator Generator",
"baseDir": "./",
"schemaFile": "/schema.json",
"generate": {
"docs": {
"baseline": {
"markdown": true,
"html": true,
"pdf": true
},
"combined": {
"markdown": true,
"html": true,
"pdf": true
},
"extensions": {
"markdown": true,
"html": true,
"pdf": true
},
"consolidatedExtensions": {
"markdown": true,
"html": true,
"pdf": true
}
},
"js": {
"JSONSchemas": true,
"fixtures": true,
"withExtensions": true
}
},
"examplesDir": {
"baseline": "cmwa/1.1/examples/baseline",
"combined": "cmwa/1.1/examples/epVariant",
"extensions": "cmwa/1.1/examples/epExtensions/bySpec",
"extensionsConsolidated": "/text/resources/docs/cmwa/1.1/examples/epExtensions"
},
"headers": {
"baseline": "/test/resources/docs/cmwa/1.1",
"combined": "/test/resources/docs/cmwa/1.1",
"extensions": "/test/resources/docs/cmwa/1.1/extensions",
"extensionsConsolidated": "/text/resources/docs/cmwa/1.1/extensions"
},
"style": {
"css": "/test/resources/docs/cmwa/resources/css/html.css"
},
"ignore": {
"channels": []
},
"output": {
"baseline": "/test/resources/docs/published/cmwa/1.1/baseline",
"combined": "/test/resources/docs/published/cmwa/1.1/epVariant",
"extensions": "/test/resources/docs/published/cmwa/1.1/epExtensions/bySpec",
"extensionsConsolidated": "/test/resources/docs/published/cmwa/1.1/epExtensions"
}
}