DITA-related Options - Fluid Topics - 3.11

Fluid Topics Configuration and Administration Guide

Category
Reference Guides
Audience
public
Version
3.11

DITA-related options in the conf.json file allow administrators to define the DITA-OT version, DITAVALs and DITA maps to process, etc.

The following lines show two parameters set for DITA content:

{
...,
"ui": {
...
},
"metadata": {

}
},
"khub": {
...
"pafs": {
"connector": [
...
],
"dita-ot": "DITA-OT-3.0",
"related_links": "all"
}
}
}

The dita-ot parameter set to DITA-OT-3.0 means that the version 3.0 of DITA-OT must be used to process DITA-generated content.

The related_links parameter set to all means that the DITA-OT must generate:

  • all relationship table links
  • one link for the previous topic
  • one link for the next topic
  • one link for the parent topic

Other options are available for DITA-generated content, such as the following:

  • ditamaps to define the DITA maps present in the sent archive that you wish to be processed
  • ditaot_max_memory to define the maximum memory used by DITA-OT during the processing of your content
  • privateDitavals to define specific private groups that will be assigned to the DITA maps on which the specified DITAVAL will be applied