html.yaml 616 B

1234567891011121314151617181920212223242526272829
  1. ---
  2. includes:
  3. - "common.yaml"
  4. deliverables:
  5. - name: "HTML5"
  6. context:
  7. idref: "html"
  8. output: "."
  9. publication:
  10. transtype: "html5"
  11. params:
  12. - name: "args.copycss"
  13. value: "yes"
  14. - name: "args.css"
  15. value: "dita-ot-doc.css"
  16. - name: "args.csspath"
  17. value: "css"
  18. - name: "args.cssroot"
  19. path: "../../resources"
  20. - name: "args.gen.task.lbl"
  21. value: "YES"
  22. - name: "args.hdr"
  23. href: "../../resources/header.xml"
  24. - name: "args.html5.toc"
  25. value: "toc"
  26. - name: "nav-toc"
  27. value: "partial"
  28. - name: "processing-mode"
  29. value: "strict"