| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "includes": [
- "common.json"
- ],
- "deliverables": [
- {
- "name": "HTML5",
- "context": {"idref": "html"},
- "output": ".",
- "publication": {
- "transtype": "html5",
- "params": [
- {
- "name": "args.copycss",
- "value": "yes"
- },
- {
- "name": "args.css",
- "value": "dita-ot-doc.css"
- },
- {
- "name": "args.csspath",
- "value": "css"
- },
- {
- "name": "args.cssroot",
- "path": "../../resources"
- },
- {
- "name": "args.gen.task.lbl",
- "value": "YES"
- },
- {
- "name": "args.hdr",
- "href": "../../resources/header.xml"
- },
- {
- "name": "args.html5.toc",
- "value": "toc"
- },
- {
- "name": "nav-toc",
- "value": "partial"
- },
- {
- "name": "processing-mode",
- "value": "strict"
- }
- ]
- }
- }
- ]
- }
|