ditamaps - Fluid Topics - 3.10

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.10

The "ditamaps" parameter is used to define the DITA maps present in the archive to be processed. It is optional. If unset, all DITA maps in the archive will be processed.

This parameter overrides the DITA processing pipeline's default behavior where ALL DITA maps and DITAVALs in the sent archive are processed.

Example

{
"ui": {
...
},
"khub": {
...
"pafs": {
...
"ditamaps": [
"ditamap_1",
"ditamap_2",
"ditamap_3"
],
...
}
}
}