html.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. {
  2. "includes": [
  3. "common.json"
  4. ],
  5. "deliverables": [
  6. {
  7. "name": "HTML5",
  8. "context": {"idref": "html"},
  9. "output": ".",
  10. "publication": {
  11. "transtype": "html5",
  12. "params": [
  13. {
  14. "name": "args.copycss",
  15. "value": "yes"
  16. },
  17. {
  18. "name": "args.css",
  19. "value": "dita-ot-doc.css"
  20. },
  21. {
  22. "name": "args.csspath",
  23. "value": "css"
  24. },
  25. {
  26. "name": "args.cssroot",
  27. "path": "../../resources"
  28. },
  29. {
  30. "name": "args.gen.task.lbl",
  31. "value": "YES"
  32. },
  33. {
  34. "name": "args.hdr",
  35. "href": "../../resources/header.xml"
  36. },
  37. {
  38. "name": "args.html5.toc",
  39. "value": "toc"
  40. },
  41. {
  42. "name": "nav-toc",
  43. "value": "partial"
  44. },
  45. {
  46. "name": "processing-mode",
  47. "value": "strict"
  48. }
  49. ]
  50. }
  51. }
  52. ]
  53. }